126 lines
1.7 KiB
SCSS
126 lines
1.7 KiB
SCSS
![]() |
.text {
|
||
|
&__white {
|
||
|
color: var(--secondary-color);
|
||
|
}
|
||
|
&__dark {
|
||
|
color: var(--primary-color);
|
||
|
}
|
||
|
&__dark-green {
|
||
|
color: var(--dark-green-color);
|
||
|
}
|
||
|
&__dark-gray {
|
||
|
color: var(--dark-gray-color);
|
||
|
}
|
||
|
&__light {
|
||
|
color: var(--light-color);;
|
||
|
}
|
||
|
&__dark-blue {
|
||
|
color: var(--dark-blue-color);
|
||
|
}
|
||
|
&__blue {
|
||
|
color: var(--blue-color);
|
||
|
}
|
||
|
&__light-blue {
|
||
|
color: var(--light-blue-color);
|
||
|
}
|
||
|
&__gray {
|
||
|
color: var(--gray-color);;
|
||
|
}
|
||
|
&__red {
|
||
|
color: var(--red-color);
|
||
|
}
|
||
|
&__green {
|
||
|
color: var(--green-color);
|
||
|
}
|
||
|
&__pink {
|
||
|
color: var(--pink-color);
|
||
|
}
|
||
|
&__orange {
|
||
|
color: var(--orange-color);
|
||
|
}
|
||
|
|
||
|
|
||
|
&__bold {
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
&__semibold {
|
||
|
font-weight: 600;
|
||
|
}
|
||
|
&__black {
|
||
|
font-weight: 900;
|
||
|
color: #000;
|
||
|
}
|
||
|
&__center {
|
||
|
text-align: center;
|
||
|
justify-content: center;
|
||
|
}
|
||
|
&__justify {
|
||
|
text-align: justify;
|
||
|
}
|
||
|
&__10 {
|
||
|
font-size: 0.625em;
|
||
|
}
|
||
|
&__11 {
|
||
|
font-size: 0.6875em;
|
||
|
}
|
||
|
&__12 {
|
||
|
font-size: 0.75em;
|
||
|
}
|
||
|
&__13 {
|
||
|
font-size: 0.813em;
|
||
|
}
|
||
|
&__14 {
|
||
|
font-size: 0.875em;
|
||
|
}
|
||
|
&__15 {
|
||
|
font-size: 0.938em;
|
||
|
}
|
||
|
&__16 {
|
||
|
font-size: 1em;
|
||
|
}
|
||
|
&__17 {
|
||
|
font-size: 1.063em;
|
||
|
}
|
||
|
&__18 {
|
||
|
font-size: 1.125em;
|
||
|
}
|
||
|
&__19 {
|
||
|
font-size: 1.188em;
|
||
|
}
|
||
|
&__20 {
|
||
|
font-size: 1.25em;
|
||
|
}
|
||
|
&__22 {
|
||
|
font-size: 1.375em;
|
||
|
}
|
||
|
&__24 {
|
||
|
font-size: 1.5em;
|
||
|
}
|
||
|
&__25 {
|
||
|
font-size: 1.5625em;
|
||
|
}
|
||
|
&__28 {
|
||
|
font-size: 1.75em;
|
||
|
}
|
||
|
&__30 {
|
||
|
font-size: 1.875em;
|
||
|
}
|
||
|
&__32 {
|
||
|
font-size: 2em;
|
||
|
}
|
||
|
&__36 {
|
||
|
font-size: 2.25em;
|
||
|
}
|
||
|
&__40 {
|
||
|
font-size: 2.5em;
|
||
|
}
|
||
|
&__48 {
|
||
|
font-size: 3em;
|
||
|
}
|
||
|
&__50 {
|
||
|
font-size: 3.125em;
|
||
|
}
|
||
|
&__66 {
|
||
|
font-size: 4.125em;
|
||
|
}
|
||
|
}
|