Fix border tags in detail items
parent
4db4f3754e
commit
19bf654fc0
|
@ -3,6 +3,7 @@
|
||||||
@include font-type(light);
|
@include font-type(light);
|
||||||
@include font-size(small);
|
@include font-size(small);
|
||||||
background: $mass-white;
|
background: $mass-white;
|
||||||
|
border-left: 5px solid;
|
||||||
border-radius: 0 5px 5px 0;
|
border-radius: 0 5px 5px 0;
|
||||||
color: $grayer;
|
color: $grayer;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
Loading…
Reference in New Issue