mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-14 06:14:23 +00:00
23 lines
281 B
SCSS
23 lines
281 B
SCSS
ul {
|
|
&.unstyled {
|
|
list-style: none;
|
|
padding-left: 0em;
|
|
|
|
ul {
|
|
list-style:disc outside;
|
|
}
|
|
}
|
|
}
|
|
|
|
a {
|
|
color: $base-link-color;
|
|
text-decoration: none;
|
|
|
|
&:hover {
|
|
color: $hover-link-color;
|
|
}
|
|
}
|
|
|
|
.text-right {
|
|
text-align: right;
|
|
} |