LT-67: Fixing styling issues

This commit is contained in:
Bruno Alves de Faria 2016-09-09 17:09:38 -03:00
parent 5cd4234757
commit e6cb4e873a
4 changed files with 6 additions and 9 deletions

View File

@ -7,7 +7,7 @@ $lesionsSidebarMenuWidth = 450px
flex: 1
flex-flow: row nowrap
align-items: stretch
height: 'calc(100% - %s)' % $toolbarHeight;
height: calc(100% - $toolbarHeight);
width: 100%
.sidebarMenu
@ -46,7 +46,7 @@ $lesionsSidebarMenuWidth = 450px
.sidebar-right
flex: 1
margin-left: -6px
margin-left: -12px
margin-right: - $lesionsSidebarMenuWidth
max-width: $lesionsSidebarMenuWidth
order: 3

View File

@ -56,9 +56,6 @@
margin-left: 3px
margin-top: 5px
.select2-selection--single
width: 91px
.group-radio
height: 30px
margin-bottom: 15px

View File

@ -26,10 +26,10 @@
.sidebar-left
theme('border-right', '%s solid $uiBorderColor' % $uiBorderThickness)
max-width: $studiesSidebarMenuWidth
order: 1
flex: 1
margin-left: - $studiesSidebarMenuWidth
max-width: $studiesSidebarMenuWidth
order: 1
&.sidebar-open
margin-left: 0
@ -44,7 +44,7 @@
.sidebar-right
flex: 1
margin-left: -6px
margin-left: -12px
margin-right: - $lesionsSidebarMenuWidth
max-width: $lesionsSidebarMenuWidth
order: 3

View File

@ -107,7 +107,7 @@ $spacerY = 12px
&
&:before
&:after
theme('border', '$borderThickness solid $primaryBackgroundColor')
theme('border', '%s solid $primaryBackgroundColor' % $borderThickness)
theme('background-color', '$boxBackgroundColor')
border-radius: $boxBorderRadius
height: $boxWidth + ($borderThickness * 2)