mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-29 05:51:22 +00:00
Reverting font weight changes
This commit is contained in:
parent
9825195f96
commit
115f4ff37e
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
.flash {
|
.flash {
|
||||||
@include span-columns(12);
|
@include span-columns(12);
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
font-weight: 400;
|
font-weight: bold;
|
||||||
|
|
||||||
&.notice {
|
&.notice {
|
||||||
@include flash;
|
@include flash;
|
||||||
|
|
Loading…
Reference in a new issue