This repository was archived by the owner on Feb 24, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +1
-48
lines changed Expand file tree Collapse file tree 1 file changed +1
-48
lines changed Original file line number Diff line number Diff line change 542
542
<style lang="scss" type="text/scss">
543
543
.agile {
544
544
position : relative ;
545
+ user-select : none ;
545
546
546
547
& , * {
547
548
& :focus ,
552
553
553
554
& __list {
554
555
display : block ;
555
- margin : 0 ;
556
556
overflow : hidden ;
557
- padding : 0 ;
558
557
position : relative ;
559
558
width : 100% ;
560
559
}
587
586
}
588
587
589
588
& __arrow {
590
- border : none ;
591
- bottom : 10px ;
592
- margin : 0 ;
593
- padding : 0 ;
594
- position : absolute ;
595
- transition-duration : .3s ;
596
-
597
589
& [disabled ] {
598
590
cursor : default ;
599
- opacity : .4 ;
600
- }
601
-
602
- & :hover {
603
- svg {
604
- fill : #333 ;
605
- }
606
- }
607
-
608
- & --prev {
609
- left : 0 ;
610
- }
611
-
612
- & --next {
613
- right : 0 ;
614
- }
615
-
616
- svg {
617
- fill : #888 ;
618
- height : 24px ;
619
- transition-duration : .3s ;
620
591
}
621
592
}
622
593
623
594
& __dots {
624
595
align-items : center ;
625
596
display : flex ;
626
- justify-content : center ;
627
597
list-style : none ;
628
- margin : 20px 0 ;
629
- padding : 0 ;
630
- text-align : center ;
631
598
white-space : nowrap ;
632
599
}
633
600
634
601
& __dot {
635
- margin : 0 10px ;
636
-
637
602
button {
638
- background-color : #eee ;
639
603
border : none ;
640
- border-radius : 50% ;
641
604
cursor : pointer ;
642
605
display : block ;
643
- height : 10px ;
644
606
font-size : 0 ;
645
607
line-height : 0 ;
646
608
margin : 0 ;
647
- transition-duration : .3s ;
648
- width : 10px ;
649
- }
650
-
651
- & --current ,
652
- & :hover {
653
- button {
654
- background-color : #888 ;
655
- }
656
609
}
657
610
}
658
611
}
You can’t perform that action at this time.
0 commit comments