Design improvements

This commit is contained in:
2017-07-22 16:31:25 +02:00
parent 16cbd5167f
commit 5524edd705
11 changed files with 33 additions and 13 deletions

View File

@ -1,7 +1,7 @@
html
height 100%
font-family "Ubuntu", "Trebuchet MS", sans-serif
font-size 105%
font-size 95%
body
tab-size 4
@ -9,6 +9,7 @@ body
height 100%
color text-color
background-color bg-color
noise-strong
a
color link-color

View File

@ -17,6 +17,12 @@ mixin vertical-wrap
display flex
flex-flow column wrap
mixin noise-light
background-image url("/images/elements/noise-light.png")
mixin noise-strong
background-image url("/images/elements/noise-strong.png")
mixin ui-element
border 1px solid ui-border-color
background ui-background

View File

@ -23,7 +23,7 @@ sidebar-spacing-y = 0.7rem
justify-content center
margin 0.8rem 0
> 700px
> 800px
#sidebar
opacity 1
transform none
@ -31,6 +31,7 @@ sidebar-spacing-y = 0.7rem
pointer-events all
box-shadow none
border-right ui-border
background rgba(0, 0, 0, 0.03)
.sidebar-visible
transform translateX(0) !important
@ -48,7 +49,6 @@ sidebar-spacing-y = 0.7rem
horizontal
align-items center
padding sidebar-spacing-y 1rem
font-size 0.92rem
// background ui-background
.icon

View File

@ -1,7 +1,7 @@
table
width 100%
max-width table-width-normal
// margin 0 auto
margin 0 auto
tr
border-bottom-width 1px

View File

@ -1,13 +1,21 @@
.tab
color text-color !important
padding 0.5rem 1rem
background-color rgb(238, 238, 238)
border-right ui-border
background-color rgb(224, 224, 224) !important
border-bottom ui-border
white-space nowrap
:hover,
&.active
background-color bg-color !important
transform none
&.active
border-bottom-color transparent
:first-child
border-left ui-border
// color text-color !important
// :hover
@ -26,10 +34,12 @@
.tabs
horizontal
margin-left calc(content-padding * -1)
margin-top calc(content-padding * -1)
margin-right calc(content-padding * -2)
border-bottom ui-border
justify-content center
// margin-left calc(content-padding * -1)
// margin-top calc(content-padding * -1)
// margin-right calc(content-padding * -2)
margin-bottom content-padding
// background-color rgba(0, 0, 0, 0.02)
// justify-content flex-start !important
// margin-bottom 1rem
// margin-top -0.6rem