1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-07 23:03:00 +03:00

Added initial settings interface, Fixes #9.

This commit is contained in:
Dan Brown
2015-08-30 15:31:16 +01:00
parent 8af012bc2a
commit 17f4aa4300
17 changed files with 275 additions and 35 deletions

View File

@@ -10,7 +10,7 @@
color: #222;
width: 250px;
max-width: 100%;
-webkit-appearance:none;
//-webkit-appearance:none;
&.neg, &.invalid {
border: 1px solid $negative;
}
@@ -25,9 +25,10 @@
label {
display: block;
line-height: 1.4em;
font-size: 0.9em;
font-size: 0.94em;
font-weight: 500;
color: #333;
color: #666;
padding-bottom: 2px;
}
label.radio, label.checkbox {

View File

@@ -485,4 +485,19 @@ body.dragging, body.dragging * {
background-color: $negative;
color: #EEE;
}
}
.setting-nav {
margin-top: $-l;
border-top: 1px solid #DDD;
border-bottom: 1px solid #DDD;
a {
padding: $-m;
display: inline-block;
//color: #666;
&.selected {
//color: $primary;
background-color: #f8f8f8;
}
}
}