Refactor and split SCSS files, add mixins

This commit is contained in:
Xevion
2022-09-20 19:49:40 -05:00
parent ca9406e133
commit 13b5e61de2
4 changed files with 97 additions and 82 deletions

24
_sass/helpers.scss Normal file
View File

@@ -0,0 +1,24 @@
span,
p {
&.tab {
margin-left: 2em;
}
}
.nowrap {
white-space: nowrap;
}
.no-underline {
text-decoration: none;
}
.text-center {
text-align: center;
}
.callout-section {
border: solid white;
border-width: thin 0;
padding: 10px;
}