initial commit.

This commit is contained in:
mntmn
2017-04-07 01:29:05 +02:00
commit 7ff2926578
258 changed files with 83743 additions and 0 deletions

24
styles/settings.scss Normal file
View File

@@ -0,0 +1,24 @@
@import "vars";
@import "mixins";
#settings {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 1000;
.overflow-y-scroll {
width: 100%;
padding: 25px 40px;
}
font-family: 'open sans', sans-serif;
background-color: $light;
color: $medium;;
h5 {
font-size: 13px;
line-height: 30px;
display: block;
}
}