File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 635
635
Variations
636
636
*******************************/
637
637
638
+ & when (@variationButtonStackable ) {
639
+ /* --------------
640
+ Stackable
641
+ ---------------*/
642
+
643
+ /* Tablet Or Below */
644
+ @media only screen and (max-width : @largestMobileScreen ) {
645
+
646
+ .ui.stackable.buttons {
647
+ flex-direction : column ;
648
+ width : 100% ;
649
+ & .button :first-child {
650
+ border-bottom-left-radius : 0 ;
651
+ border-top-right-radius : @borderRadius ;
652
+ }
653
+ & .button :last-child {
654
+ border-bottom-left-radius : @borderRadius ;
655
+ border-top-right-radius : 0 ;
656
+ }
657
+ & .button :only-child {
658
+ border-radius : @borderRadius ;
659
+ }
660
+ }
661
+
662
+ }
663
+ }
664
+
638
665
& when (@variationButtonFloated ) {
639
666
/* -------------------
640
667
Floated
Original file line number Diff line number Diff line change 26
26
@variationButtonFluid: true;
27
27
@variationButtonCircular: true;
28
28
@variationButtonGroups: true;
29
+ @variationButtonStackable: true;
29
30
@variationButtonSizes: @variationAllSizes;
30
31
31
32
/* Container */
You can’t perform that action at this time.
0 commit comments