mirror of
https://github.com/Nezumi-2711/loi-phan-internship.git
synced 2026-09-22 13:38:31 +00:00
12 lines
135 B
SCSS
12 lines
135 B
SCSS
.no-underline {
|
|
text-decoration: none;
|
|
}
|
|
|
|
.primary-text {
|
|
color: $primary-color;
|
|
}
|
|
|
|
.secondary-text {
|
|
color: $secondary-color;
|
|
}
|