You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
55 lines
690 B
55 lines
690 B
|
|
|
|
.font-regular{
|
|
font-weight: 400 !important;
|
|
}
|
|
.font-light{
|
|
font-weight: 200 !important;
|
|
}
|
|
.font-medium{
|
|
font-weight: 500 !important;
|
|
}
|
|
.font-semibold{
|
|
font-weight: 600 !important;
|
|
}
|
|
.font-bold{
|
|
font-weight: 700 !important;
|
|
}
|
|
.font-normal {
|
|
font-style: normal !important;
|
|
}
|
|
.font-italic {
|
|
font-style: italic !important;
|
|
}
|
|
|
|
|
|
.text-right{
|
|
text-align: right;
|
|
}
|
|
.text-center{
|
|
text-align: center;
|
|
}
|
|
.text-left{
|
|
text-align: left;
|
|
}
|
|
|
|
.text-white{
|
|
color: white;
|
|
}
|
|
.text-black{
|
|
color: black;
|
|
}
|
|
.text-red{
|
|
color: $red;
|
|
}
|
|
.text-grey{
|
|
color: $grey;
|
|
}
|
|
.text-light-grey{
|
|
color: $light-grey;
|
|
}
|
|
|
|
|
|
.text-upper{
|
|
text-transform: uppercase;
|
|
}
|