File tree 3 files changed +17
-13
lines changed
3 files changed +17
-13
lines changed Original file line number Diff line number Diff line change @@ -277,24 +277,26 @@ h6 {
277
277
278
278
/* Button Outline */
279
279
280
- .btn-outline {
281
- box-shadow : inset 0 0 0 3px # fff ;
282
- color : # fff ;
280
+ .btn-outline , .btn-outline-inverted {
281
+ padding : 9px 9px ;
283
282
background : transparent;
284
283
transition : all 0.5s ease;
285
284
}
286
285
286
+ .btn-outline {
287
+ border : 3px solid # fff ;
288
+ color : # fff ;
289
+ }
290
+
287
291
.btn-outline : hover ,
288
292
.btn-outline : active {
289
293
color : # 000 ;
290
294
background : # fff ;
291
295
}
292
296
293
297
.btn-outline-inverted {
294
- box-shadow : inset 0 0 0 3px # 000 ;
298
+ border : 3px solid # 000 ;
295
299
color : # 000 ;
296
- background : transparent;
297
- transition : all 0.5s ease;
298
300
}
299
301
300
302
.btn-outline-inverted : hover ,
Original file line number Diff line number Diff line change 50
50
51
51
/* Button Outline */
52
52
53
- .btn-outline {
54
- box-shadow : inset 0 0 0 3px # fff ;
55
- color : # fff ;
53
+ .btn-outline , .btn-outline-inverted {
54
+ padding : 9px 9px ;
56
55
background : transparent;
57
56
transition : all 0.5s ease;
58
57
}
59
58
59
+ .btn-outline {
60
+ border : 3px solid # fff ;
61
+ color : # fff ;
62
+ }
63
+
60
64
.btn-outline : hover ,
61
65
.btn-outline : active {
62
66
color : # 000 ;
63
67
background : # fff ;
64
68
}
65
69
66
70
.btn-outline-inverted {
67
- box-shadow : inset 0 0 0 3px # 000 ;
71
+ border : 3px solid # 000 ;
68
72
color : # 000 ;
69
- background : transparent;
70
- transition : all 0.5s ease;
71
73
}
72
74
73
75
.btn-outline-inverted : hover ,
You can’t perform that action at this time.
0 commit comments