forked from DebaucheryLibrarian/traxxx
Transitioning to Vue. Installed environment and restored homepage scene overview.
This commit is contained in:
4
assets/css/_theme.scss
Normal file
4
assets/css/_theme.scss
Normal file
@@ -0,0 +1,4 @@
|
||||
$primary: #ff886c;
|
||||
|
||||
$text: #222;
|
||||
$text-contrast: #fff;
|
||||
25
assets/css/style.scss
Normal file
25
assets/css/style.scss
Normal file
@@ -0,0 +1,25 @@
|
||||
@import 'theme';
|
||||
|
||||
html,
|
||||
body {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.nolist {
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
||||
li {
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
|
||||
.heading {
|
||||
color: $primary;
|
||||
margin: 0 0 1rem 0;
|
||||
}
|
||||
Reference in New Issue
Block a user