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

View File

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

View File

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

View File

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