mirror of
https://github.com/spacedeck/spacedeck-open.git
synced 2025-12-16 01:47:30 +01:00
initial commit.
This commit is contained in:
24
styles/settings.scss
Normal file
24
styles/settings.scss
Normal 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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user