CSS Cleanup
This commit is contained in:
@@ -113,27 +113,6 @@
|
|||||||
border-color: $color-background-light
|
border-color: $color-background-light
|
||||||
pointer-events: none
|
pointer-events: none
|
||||||
|
|
||||||
li.create
|
|
||||||
cursor: pointer
|
|
||||||
display: inline-block
|
|
||||||
float: right
|
|
||||||
font:
|
|
||||||
size: 1.2em
|
|
||||||
weight: 400
|
|
||||||
padding: 5px 10px
|
|
||||||
margin-top: 3px
|
|
||||||
|
|
||||||
a
|
|
||||||
color: $color-success
|
|
||||||
text-decoration: none
|
|
||||||
|
|
||||||
&.disabled
|
|
||||||
cursor: wait
|
|
||||||
border-color: $color-success
|
|
||||||
opacity: .8
|
|
||||||
a
|
|
||||||
cursor: wait
|
|
||||||
|
|
||||||
section.stream
|
section.stream
|
||||||
background-color: white
|
background-color: white
|
||||||
border-bottom: thin solid $color-background-dark
|
border-bottom: thin solid $color-background-dark
|
||||||
@@ -670,35 +649,6 @@ section.announcement
|
|||||||
justify-content: space-around
|
justify-content: space-around
|
||||||
flex-wrap: wrap
|
flex-wrap: wrap
|
||||||
|
|
||||||
a
|
|
||||||
+button($color-text-light, 3px)
|
|
||||||
padding: 5px 0
|
|
||||||
margin:
|
|
||||||
bottom: 5px
|
|
||||||
right: auto
|
|
||||||
left: auto
|
|
||||||
font-size: .9em
|
|
||||||
opacity: 1
|
|
||||||
flex: 1
|
|
||||||
|
|
||||||
+media-xs
|
|
||||||
margin: 10px auto
|
|
||||||
width: 100%
|
|
||||||
|
|
||||||
&:first-child
|
|
||||||
margin-right: 15px
|
|
||||||
|
|
||||||
&.blue
|
|
||||||
+button(hsl(hue($color-info), 60%, 45%), 3px)
|
|
||||||
|
|
||||||
&.orange
|
|
||||||
+button(hsl(hue($color-secondary), 50%, 50%), 3px)
|
|
||||||
padding: 5px 15px
|
|
||||||
|
|
||||||
&.green
|
|
||||||
+button(hsl(hue($color-success), 60%, 40%), 3px, true)
|
|
||||||
|
|
||||||
|
|
||||||
section.dashboard-in-production
|
section.dashboard-in-production
|
||||||
.in-production-project
|
.in-production-project
|
||||||
border-bottom: thin solid $color-background-dark
|
border-bottom: thin solid $color-background-dark
|
||||||
|
@@ -77,43 +77,12 @@
|
|||||||
|
|
||||||
$node-latest-thumbnail-size: 160px
|
$node-latest-thumbnail-size: 160px
|
||||||
$node-latest-gallery-thumbnail-size: 200px
|
$node-latest-gallery-thumbnail-size: 200px
|
||||||
body
|
|
||||||
background-color: white
|
|
||||||
.page-body
|
|
||||||
background-color: white
|
|
||||||
|
|
||||||
nav.navbar
|
nav.navbar
|
||||||
background-color: white
|
|
||||||
.navbar-header
|
.navbar-header
|
||||||
+media-xs
|
+media-xs
|
||||||
width: 100%
|
width: 100%
|
||||||
|
|
||||||
.navbar-brand
|
|
||||||
color: $color-text
|
|
||||||
|
|
||||||
li a.navbar-item
|
|
||||||
color: $color-text
|
|
||||||
&:hover
|
|
||||||
color: black
|
|
||||||
&:focus
|
|
||||||
color: black
|
|
||||||
&.active
|
|
||||||
color: black
|
|
||||||
.dropdown.open
|
|
||||||
a
|
|
||||||
background-color: white
|
|
||||||
.dropdown.libraries
|
|
||||||
&:hover
|
|
||||||
background: none
|
|
||||||
ul.dropdown-menu
|
|
||||||
background-color: white
|
|
||||||
li
|
|
||||||
a
|
|
||||||
color: $color-text
|
|
||||||
&:hover
|
|
||||||
color: black
|
|
||||||
background-color: white
|
|
||||||
|
|
||||||
.navbar-toggle
|
.navbar-toggle
|
||||||
border: none
|
border: none
|
||||||
color: $color-text
|
color: $color-text
|
||||||
|
Reference in New Issue
Block a user