-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a9ce568
commit 220cf17
Showing
6 changed files
with
147 additions
and
94 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"red": "#D2134B", | ||
"green": "#116e5e", | ||
"blue": "#106a87", | ||
"yellow": "#f8d139", | ||
"cyan": "", | ||
"magenta": "", | ||
"color": "#2D8685", | ||
"color2": "#caa455" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
@import '../vars.styl' | ||
.header | ||
display block | ||
margin 0 0 2em 0 | ||
.title | ||
color color | ||
.subtitle | ||
font-size .625em | ||
font-style italic | ||
font-weight normal | ||
|
||
.footer | ||
display flex | ||
flex 1 | ||
min-width 100% | ||
margin 3em 0 0 0 | ||
justify-content center | ||
align-items center | ||
background $txt-color | ||
div | ||
display flex | ||
justify-content center | ||
align-items center | ||
|
||
#app, .row | ||
display flex | ||
justify-content center | ||
align-items center | ||
|
||
#app | ||
user-select none | ||
flex-flow column wrap | ||
min-height 100vh | ||
|
||
.row | ||
display flex | ||
flex-flow row wrap | ||
flex 1 1 100% | ||
position relative | ||
|
||
.links | ||
display flex | ||
list-style none | ||
align-self flex-end | ||
margin 0 | ||
.top | ||
justify-content flex-end | ||
|
||
.icon | ||
svg | ||
width 2em | ||
height @width | ||
fill $color | ||
margin 0 | ||
|
||
&:hover | ||
svg | ||
fill $color2 | ||
|
||
a .icon | ||
display inline | ||
|
||
.console | ||
display block | ||
max-width 20em | ||
position fixed | ||
margin 5em | ||
right 0 | ||
bottom 0 | ||
color $dark |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters