feature: admin-create-circle
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user