File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 278
278
/* Button Outline */
279
279
280
280
.btn-outline {
281
- border : 3 px solid # fff ;
281
+ box-shadow : inset 0 0 0 3 px # 000 ;
282
282
color : # fff ;
283
283
background : transparent;
284
284
transition : all 0.5s ease;
291
291
}
292
292
293
293
.btn-outline-inverted {
294
- border : 3 px solid # 000 ;
294
+ box-shadow : inset 0 0 0 3 px # 000 ;
295
295
color : # 000 ;
296
296
background : transparent;
297
297
transition : all 0.5s ease;
Original file line number Diff line number Diff line change 51
51
/* Button Outline */
52
52
53
53
.btn-outline {
54
- border : 3 px solid # fff ;
54
+ box-shadow : inset 0 0 0 3 px # 000 ;
55
55
color : # fff ;
56
56
background : transparent;
57
57
transition : all 0.5s ease;
64
64
}
65
65
66
66
.btn-outline-inverted {
67
- border : 3 px solid # 000 ;
67
+ box-shadow : inset 0 0 0 3 px # 000 ;
68
68
color : # 000 ;
69
69
background : transparent;
70
70
transition : all 0.5s ease;
You can’t perform that action at this time.
0 commit comments