ohif-viewer/Packages/ohif-user-management/client/components/userAccountMenu/userAccountMenu.styl

63 lines
1.3 KiB
Stylus
Raw Normal View History

2016-06-07 19:09:47 +02:00
@import "{design}/app"
2016-11-09 17:02:19 +01:00
$iconMargin = 5px
$iconWidth = 16px
$iconHeight = 16px
#userAccountMenu
2016-06-10 20:05:33 +02:00
padding: 4px 0
height: 100%
2016-06-07 19:09:47 +02:00
.dropdown-toggle
theme('color', '$defaultColor')
2016-06-07 19:09:47 +02:00
cursor: pointer
2016-06-09 11:21:21 +02:00
font-size: 13px
2016-06-10 20:05:33 +02:00
font-weight: 400
line-height: 18px
2016-06-07 19:09:47 +02:00
text-decoration: none
2016-06-09 11:21:21 +02:00
.menuButton
theme('border-left', 'solid 1px $defaultColor')
2016-06-10 20:05:33 +02:00
display: inline-block
height: 18px
padding: 0 8px
2016-06-09 11:21:21 +02:00
.fa
theme('color', '$defaultColor')
2016-06-10 20:05:33 +02:00
font-size: 17px
line-height: 18px
2016-06-09 11:21:21 +02:00
2016-06-10 20:05:33 +02:00
.caret-down
2016-10-01 18:58:21 +02:00
theme('color', '$uiGrayLight')
2016-06-10 20:05:33 +02:00
margin: 0 4px 4px 2px
2016-06-09 11:21:21 +02:00
2016-06-07 19:09:47 +02:00
ul.dropdown-menu
li
cursor: pointer
2016-11-09 17:02:19 +01:00
svg
margin-right: $iconMargin
width: $iconWidth
height: $iconHeight
text-align: center
svg
display: inline-block
vertical-align: middle
&.server
width: $iconWidth - 3
height: $iconWidth - 3
margin-right: $iconMargin + 2
margin-left: 1px
&.theme
width: $iconWidth + 2
height: $iconWidth + 2
margin-right: $iconMargin - 2
&.study-list
width: $iconWidth + 2
height: $iconWidth + 2
margin-right: $iconMargin - 2