LT-67: Fixing styling issues
This commit is contained in:
parent
5cd4234757
commit
e6cb4e873a
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user