add sass/scratch.scss and associated sass files

This commit is contained in:
2018-12-18 17:46:30 +01:00
parent e31560f622
commit 472eda01e4
123 changed files with 8932 additions and 4 deletions

View 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;
}