|
@@ -33,6 +33,7 @@ h1, h2, h3, h4, h5, h6
|
|
|
color: darken($textColor, 4%)
|
|
|
font-weight: 300
|
|
|
line-height: 1.2em
|
|
|
+ margin: 0
|
|
|
|
|
|
h1
|
|
|
font-size: 3.5em
|
|
@@ -100,6 +101,17 @@ img
|
|
|
display: block
|
|
|
border: 0
|
|
|
|
|
|
+input, textarea
|
|
|
+ color: $textColor
|
|
|
+ font-size: 1em
|
|
|
+ font-weight: 300
|
|
|
+ padding: 5px 10px
|
|
|
+ margin: 0.5em 0
|
|
|
+ border: 1px solid #f3f3f3
|
|
|
+
|
|
|
+::-webkit-input-placeholder
|
|
|
+ color: #f3f3f3
|
|
|
+
|
|
|
#app
|
|
|
position: absolute
|
|
|
top: 0
|
|
@@ -109,7 +121,7 @@ img
|
|
|
|
|
|
.site-name
|
|
|
margin: 0 0 0.8em -0.05em
|
|
|
- font-size: 5.25em
|
|
|
+ font-size: 1.65em
|
|
|
line-height: 0.8em
|
|
|
font-weight: 300
|
|
|
color: $lightGrey
|
|
@@ -125,6 +137,59 @@ span.label
|
|
|
font-weight: 300
|
|
|
color: $lightGrey
|
|
|
|
|
|
+.filter-box
|
|
|
+ position: absolute
|
|
|
+ top: 20px
|
|
|
+ right: 30px
|
|
|
+ width: 30%
|
|
|
+
|
|
|
+ .filter-input
|
|
|
+ display: block
|
|
|
+ width: 100%
|
|
|
+ color: $lightGrey
|
|
|
+ font-size: 1.5em
|
|
|
+ font-weight: 300
|
|
|
+ padding: 5px 10px
|
|
|
+ margin: 0
|
|
|
+ border: 1px solid #f3f3f3
|
|
|
+ outline: none
|
|
|
+
|
|
|
+ .selected-site
|
|
|
+ padding: 5px 5px 5px 10px
|
|
|
+ border: 1px solid #f3f3f3
|
|
|
+ border-top: 0
|
|
|
+ line-height: 1em
|
|
|
+ cursor: pointer
|
|
|
+ -webkit-user-select: none
|
|
|
+
|
|
|
+ .icon
|
|
|
+ float: right
|
|
|
+ margin: 1px 0 0 0
|
|
|
+ arrow('top', 10px, $lightGrey)
|
|
|
+
|
|
|
+ &:hover
|
|
|
+ background: #f3f3f3
|
|
|
+
|
|
|
+ ul.site-selector
|
|
|
+ display: none
|
|
|
+ list-style-type: none
|
|
|
+ margin: 0
|
|
|
+ padding: 0
|
|
|
+ background: #fff
|
|
|
+ border: 1px solid #f3f3f3
|
|
|
+ border-top: 0
|
|
|
+ max-height: 500px
|
|
|
+ overflow: auto
|
|
|
+ -webkit-user-select: none
|
|
|
+
|
|
|
+ li
|
|
|
+ padding: 10px 20px
|
|
|
+ cursor: pointer
|
|
|
+
|
|
|
+ &:hover
|
|
|
+ background: #f3f3f3
|
|
|
+
|
|
|
+
|
|
|
.main.navbar
|
|
|
position: absolute
|
|
|
top: 0
|
|
@@ -135,6 +200,7 @@ span.label
|
|
|
margin: 0
|
|
|
background: $primaryColor
|
|
|
overflow: auto
|
|
|
+ -webkit-user-select: none
|
|
|
|
|
|
.app-logo
|
|
|
padding: 16px 18px
|
|
@@ -147,6 +213,9 @@ span.label
|
|
|
word-spacing: 0em
|
|
|
white-space: nowrap
|
|
|
|
|
|
+ a
|
|
|
+ color: #fff
|
|
|
+
|
|
|
> ul
|
|
|
list-style-type: none
|
|
|
padding: 0
|
|
@@ -164,6 +233,9 @@ span.label
|
|
|
&:hover
|
|
|
background: darken($primaryColor, 5%)
|
|
|
|
|
|
+ &.active
|
|
|
+ background: darken($primaryColor, 10%)
|
|
|
+
|
|
|
|
|
|
.main.stack
|
|
|
position: absolute
|
|
@@ -185,7 +257,7 @@ span.label
|
|
|
padding: 20px 30px
|
|
|
|
|
|
> h1
|
|
|
- margin-bottom: 20px
|
|
|
+ margin: 0 0 20px 0
|
|
|
|
|
|
.count
|
|
|
color: $lightGrey
|
|
@@ -197,6 +269,7 @@ span.label
|
|
|
margin: 0
|
|
|
padding: 0
|
|
|
border-top: 1px dotted #f3f3f3
|
|
|
+ clearfix()
|
|
|
|
|
|
> li
|
|
|
font-size: 1.5em
|
|
@@ -234,7 +307,7 @@ span.label
|
|
|
&:hover
|
|
|
text-decoration: underline
|
|
|
|
|
|
-.stack > *:not(.active)
|
|
|
+.stack > .panel:not(.active)
|
|
|
display: none
|
|
|
|
|
|
|
|
@@ -248,3 +321,4 @@ span.label
|
|
|
font-size: 0.75em
|
|
|
line-height: 1em
|
|
|
color: $lightGrey
|
|
|
+
|