Gm fixbug
This commit is contained in:
committed by
Jean-Baptiste Pasquier
parent
e9a56086cb
commit
68335ab8d8
@ -135,10 +135,9 @@ h5 {
|
||||
|
||||
&:not(:empty)::before {
|
||||
color: $color-233-18-29;
|
||||
content: '- ';
|
||||
content: ' - ';
|
||||
font-size: 2rem;
|
||||
font-weight: bold;
|
||||
margin-left: 0.60rem;
|
||||
}
|
||||
}
|
||||
|
||||
@ -224,6 +223,14 @@ h5 {
|
||||
padding: 4.5rem;
|
||||
}
|
||||
|
||||
.word-spacing-left {
|
||||
margin-left: 0.60rem;
|
||||
}
|
||||
|
||||
.word-spacing-right {
|
||||
margin-right: 0.60rem;
|
||||
}
|
||||
|
||||
// Compatibility layer for non-updated components
|
||||
@import 'compat';
|
||||
// Other base components
|
||||
|
@ -27,10 +27,6 @@
|
||||
margin-top: 0.8rem;
|
||||
}
|
||||
}
|
||||
|
||||
span {
|
||||
margin-right: 0.6rem;
|
||||
}
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
|
Reference in New Issue
Block a user