Skip to content

Commit 535ea7f

Browse files
committed
Update buttongroup.css
1 parent 385e031 commit 535ea7f

File tree

1 file changed

+18
-21
lines changed

1 file changed

+18
-21
lines changed

assets/css/buttongroup.css

Lines changed: 18 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,3 @@
1-
/* Mobile */
2-
@media only screen and (max-width: 767px) {
3-
.mighty-buttongroup .stack-on-mobile {
4-
display: block;
5-
}
6-
}
7-
8-
/* Tablet */
9-
@media only screen and (max-width: 991px) {
10-
.mighty-buttongroup .stack-on-tablet {
11-
display: block;
12-
}
13-
}
14-
15-
/* Desktop */
16-
@media only screen and (min-width: 992px) {
17-
.mighty-buttongroup .stack-on-desktop {
18-
display: block;
19-
}
20-
}
21-
221
.mighty-buttongroup a.ma-btn {
232
display: block;
243
width: 100%;
@@ -58,4 +37,22 @@
5837
-moz-box-flex: 1;
5938
-ms-flex-positive: 1;
6039
flex-grow: 1;
40+
}
41+
42+
.mighty-buttongroup.stack-on-desktop {
43+
display: block;
44+
}
45+
46+
/* Mobile */
47+
@media only screen and (max-width: 767px) {
48+
.mighty-buttongroup.stack-on-mobile {
49+
display: block;
50+
}
51+
}
52+
53+
/* Tablet */
54+
@media only screen and (max-width: 991px) {
55+
.mighty-buttongroup.stack-on-tablet {
56+
display: block;
57+
}
6158
}

0 commit comments

Comments
 (0)