2016-06-07 19:09:47 +02:00
|
|
|
@import "{design}/app"
|
|
|
|
|
|
2016-03-10 04:47:17 +01:00
|
|
|
#userAccountMenu
|
2016-06-10 20:05:33 +02:00
|
|
|
padding: 4px 0
|
2016-03-10 04:47:17 +01:00
|
|
|
height: 100%
|
|
|
|
|
|
2016-06-07 19:09:47 +02:00
|
|
|
.dropdown-toggle
|
2016-08-03 16:22:37 +02:00
|
|
|
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-03-10 04:47:17 +01:00
|
|
|
|
2016-06-09 11:21:21 +02:00
|
|
|
.menuButton
|
2016-08-03 16:22:37 +02:00
|
|
|
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
|
2016-08-03 16:22:37 +02:00
|
|
|
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
|
|
|
|
|
margin: 0 4px 4px 2px
|
2016-08-03 16:22:37 +02:00
|
|
|
color: $uiLightGray
|
2016-06-09 11:21:21 +02:00
|
|
|
|
2016-06-07 19:09:47 +02:00
|
|
|
ul.dropdown-menu
|
|
|
|
|
li
|
|
|
|
|
cursor: pointer
|