mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 22:04:23 +00:00
git-subtree-dir: Resources/public/scratch-css git-subtree-split: 289f23f24b31be9fee24f09f44936dbf8eab8614
18 lines
210 B
SCSS
18 lines
210 B
SCSS
ul {
|
|
&.unstyled {
|
|
list-style: none;
|
|
padding-left: 0em;
|
|
|
|
ul {
|
|
list-style:disc outside;
|
|
}
|
|
}
|
|
}
|
|
|
|
a {
|
|
color: $base-link-color;
|
|
}
|
|
|
|
a:hover {
|
|
color: $hover-link-color;
|
|
} |