mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-06 14:54:57 +00:00
add sass/scratch.scss and associated sass files
This commit is contained in:
23
Resources/public/sass/modules/_typography.scss
Normal file
23
Resources/public/sass/modules/_typography.scss
Normal file
@@ -0,0 +1,23 @@
|
||||
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;
|
||||
}
|
Reference in New Issue
Block a user