Organizations list styling
This commit is contained in:
@@ -126,11 +126,8 @@
|
||||
size: 1.2em
|
||||
weight: 400
|
||||
display: inline-block
|
||||
padding: 15px 20px 10px 20px
|
||||
border-bottom: 3px solid transparent
|
||||
padding: 10px 10px
|
||||
|
||||
&:hover
|
||||
border-color: $color-success
|
||||
a
|
||||
color: $color-success
|
||||
text-decoration: none
|
||||
|
35
src/styles/_organizations.sass
Normal file
35
src/styles/_organizations.sass
Normal file
@@ -0,0 +1,35 @@
|
||||
body.organizations
|
||||
ul#sub-nav-tabs__list
|
||||
align-items: center
|
||||
display: flex
|
||||
|
||||
li.result
|
||||
padding: 10px 20px
|
||||
li.create
|
||||
margin-left: auto
|
||||
|
||||
|
||||
#side
|
||||
.box
|
||||
+container-box
|
||||
padding: 10px 20px
|
||||
margin: 20px 10px
|
||||
|
||||
#item-details
|
||||
.organization
|
||||
label
|
||||
display: block
|
||||
margin-top: 10px
|
||||
|
||||
.input-group,
|
||||
textarea,
|
||||
input
|
||||
width: 100%
|
||||
|
||||
input
|
||||
font-size: 1.1em
|
||||
|
||||
|
||||
.org-admin
|
||||
#admin-name
|
||||
padding: 10px 0
|
@@ -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
|
||||
|
@@ -1212,6 +1212,9 @@ section.node-preview.group
|
||||
.node-details-meta-list
|
||||
display: inline-block
|
||||
|
||||
> li
|
||||
padding: 0 5px
|
||||
|
||||
.node-details-meta-actions
|
||||
display: inline-block
|
||||
|
||||
|
@@ -1090,8 +1090,8 @@ button, .btn
|
||||
|
||||
|
||||
#cloud-search, .tt-hint
|
||||
+text-overflow-ellipsis
|
||||
background-color: transparent
|
||||
width: 100%
|
||||
outline: none
|
||||
border: thin solid transparent
|
||||
border-bottom: 3px solid transparent
|
||||
@@ -1103,7 +1103,6 @@ button, .btn
|
||||
padding: 0 20px 0 40px
|
||||
min-height: 32px
|
||||
color: white
|
||||
+text-overflow-ellipsis
|
||||
transition: border 100ms ease-in-out
|
||||
|
||||
&:focus
|
||||
|
@@ -14,6 +14,7 @@
|
||||
@import _services
|
||||
@import _stats
|
||||
@import _search
|
||||
@import _organizations
|
||||
|
||||
/* services, about, etc */
|
||||
@import _pages
|
||||
|
Reference in New Issue
Block a user