0
0
Fork 0
salix-front-mindshore-fork2/src/css/app.scss

16 lines
181 B
SCSS
Raw Normal View History

2022-12-20 11:00:36 +00:00
// app global css in SCSS form
2022-12-20 11:30:25 +00:00
@import './icons.scss';
2023-01-03 13:17:22 +00:00
a {
text-decoration: none;
}
2022-12-20 11:30:25 +00:00
.link {
color: $primary;
cursor: pointer;
}
.link:hover {
color: $orange-4;
}