feature: admin-create-circle

This commit is contained in:
gaelle morin
2020-12-06 02:03:40 +01:00
parent f7bbadb14c
commit d38bae5b88
9 changed files with 50 additions and 37 deletions

View File

@ -19,28 +19,16 @@
font-size: 18px;
}
&-normal {
*,
& {
font-weight: 400;
}
font-weight: 400;
}
&-semibold {
*,
& {
font-weight: 600;
}
font-weight: 600;
}
&-bold {
*,
& {
font-weight: 700;
}
font-weight: 700;
}
&-uppercase {
*,
& {
text-transform: uppercase;
}
text-transform: uppercase;
}
&-underline {
text-decoration: underline;