less hacking way of pulling poe data
This commit is contained in:
@@ -1,3 +1,27 @@
|
||||
@import './variables.scss';
|
||||
|
||||
html {
|
||||
font-family: 'Roboto Condensed', sans-serif;
|
||||
}
|
||||
|
||||
html,
|
||||
body,
|
||||
#app {
|
||||
height: 100%;
|
||||
background: $dark4;
|
||||
color: $textPrimary;
|
||||
}
|
||||
|
||||
.text-secondary {
|
||||
color: $textSecondary;
|
||||
}
|
||||
|
||||
small {
|
||||
font-size: 75%;
|
||||
}
|
||||
|
||||
.ellipsis {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
10
app/scss/variables.scss
Normal file
10
app/scss/variables.scss
Normal file
@@ -0,0 +1,10 @@
|
||||
@import '~open-color/open-color.scss';
|
||||
|
||||
$dark1: lighten(#0e0e0e, 20%);
|
||||
$dark2: lighten(#0e0e0e, 15%);
|
||||
$dark3: lighten(#0e0e0e, 10%);
|
||||
$dark4: lighten(#0e0e0e, 5%);
|
||||
$dark5: #0e0e0e;
|
||||
|
||||
$textPrimary: $oc-gray-3;
|
||||
$textSecondary: $oc-gray-5;
|
||||
Reference in New Issue
Block a user