File tree Expand file tree Collapse file tree 3 files changed +21
-17
lines changed Expand file tree Collapse file tree 3 files changed +21
-17
lines changed Original file line number Diff line number Diff line change 1
- @charset "UTF-8" ;
2
1
/*!
3
2
* Copyright 2014 Drifty Co.
4
3
* http://drifty.com/
@@ -3575,7 +3574,7 @@ a.subdued {
3575
3574
font-size : 12px ;
3576
3575
line-height : 14px ; }
3577
3576
3578
- .tab-item .icon : before {
3577
+ .tab-item .icon {
3579
3578
display : block;
3580
3579
margin : 0 auto;
3581
3580
height : 32px ;
@@ -3584,20 +3583,22 @@ a.subdued {
3584
3583
.tabs-icon-left .tab-item ,
3585
3584
.tabs-icon-right .tab-item {
3586
3585
font-size : 12px ; }
3587
- .tabs-icon-left .tab-item .icon : before ,
3588
- .tabs-icon-right .tab-item .icon : before {
3586
+ .tabs-icon-left .tab-item .icon ,
3587
+ .tabs-icon-right .tab-item .icon {
3589
3588
display : inline-block;
3590
- vertical-align : top;
3591
- font-size : 24px ;
3592
- line-height : 49px ; }
3589
+ vertical-align : top; }
3590
+ .tabs-icon-left .tab-item .icon : before ,
3591
+ .tabs-icon-right .tab-item .icon : before {
3592
+ font-size : 24px ;
3593
+ line-height : 49px ; }
3593
3594
3594
- .tabs-icon-left .tab-item .icon : before {
3595
+ .tabs-icon-left .tab-item .icon {
3595
3596
padding-right : 3px ; }
3596
3597
3597
- .tabs-icon-right .tab-item .icon : before {
3598
+ .tabs-icon-right .tab-item .icon {
3598
3599
padding-left : 3px ; }
3599
3600
3600
- .tabs-icon-only .icon : before {
3601
+ .tabs-icon-only .icon {
3601
3602
line-height : inherit; }
3602
3603
3603
3604
/* Navigational tab */
Original file line number Diff line number Diff line change 101
101
line-height : $tabs-text-font-size ;
102
102
}
103
103
104
- .tab-item .icon :before {
104
+ .tab-item .icon {
105
105
display : block ;
106
106
margin : 0 auto ;
107
107
height : $tabs-icon-size ;
112
112
.tabs-icon-right .tab-item {
113
113
font-size : $tabs-text-font-size-side-icon ;
114
114
115
- .icon :before {
115
+ .icon {
116
116
display : inline-block ;
117
117
vertical-align : top ;
118
+
119
+ & :before {
118
120
font-size : $tabs-icon-size - 8 ;
119
121
line-height : $tabs-height ;
122
+ }
120
123
}
121
124
}
122
125
123
- .tabs-icon-left .tab-item .icon :before {
126
+ .tabs-icon-left .tab-item .icon {
124
127
padding-right : 3px ;
125
128
}
126
129
127
- .tabs-icon-right .tab-item .icon :before {
130
+ .tabs-icon-right .tab-item .icon {
128
131
padding-left : 3px ;
129
132
}
130
133
131
- .tabs-icon-only .icon :before {
134
+ .tabs-icon-only .icon {
132
135
line-height : inherit ;
133
136
}
134
137
You can’t perform that action at this time.
0 commit comments