Organizations list styling

This commit is contained in:
2017-08-31 16:35:10 +02:00
parent 30b3d6abaf
commit 6a4f571b05
11 changed files with 235 additions and 162 deletions

View File

@@ -8,28 +8,18 @@
section#sub-nav-tabs.home,
section#sub-nav-tabs.projects
background-color: $color-background-light
background-color: white
border-bottom: thin solid $color-background-dark
li.nav-tabs__list-tab
padding: 15px 20px 10px 20px
&:hover
border-color: rgba($color-primary, .4)
&.active
border-color: $color-primary
color: $color-primary-dark
a, i
color: $color-primary-dark
span
color: $color-text-dark-secondary
section#home
background-color: $color-background-dark
section.nav-tabs__tab
display: none
background-color: $color-background-light
&.active
display: block