Files
attract/src/styles/_base.sass

98 lines
1.6 KiB
Sass
Raw Normal View History

body
background-color: $color-background
position: relative
height: 100%
width: 100%
margin: 0
padding: 0
font-family: 'Roboto'
a
color: $color-primary
&:hover
color: $color-primary-dark
#app-main
display: flex
align-items: stretch
height: 100%
nav.sidebar
position: fixed
left: 0
width: $sidebar-width
height: 100%
background-color: $color-background-nav
dl
dd
margin: 0
a
display: flex
color: $color-text-light-hint
font-size: 1.5em
align-items: center
justify-content: center
padding: 10px 0
&:hover
color: $color-text-light-primary
#col_main
display: flex
flex-direction: column
position: relative
width: 50%
height: 100%
flex: 1
margin-left: $sidebar-width
box-shadow: 1px 0 0 $color-background-dark
#col_right
display: flex
flex-direction: column
position: relative
background-color: $color-background
width: 50%
height: 100%
flex: 1
.col_header
position: relative
display: flex
align-items: center
width: 100%
background-color: white
padding: 10px 15px
font:
size: 1.2em
border-bottom: thin solid $color-background
box-shadow: 0 -2px 20px rgba(black, .2)
.col-list-item
display: flex
align-items: center
width: 100%
background-color: white
border-bottom: thin solid $color-background
.input-transparent-group
width: 100%
.input-transparent
border: thin solid transparent
border-radius: 3px
padding: 5px
margin-top: 5px
margin-bottom: 5px
width: 100%
&:hover
border: thin solid $color-text-dark-hint
#status-bar
color: $color-text-dark-secondary
margin-left: auto
font-size: .9em