mirror of
https://github.com/Xevion/v2.xevion.dev.git
synced 2025-12-06 03:16:58 -06:00
Refactor and split SCSS files, add mixins
This commit is contained in:
24
_sass/helpers.scss
Normal file
24
_sass/helpers.scss
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user