mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 16:00:13 +01:00
Only invited user can register in strict mode, Set mail server in admin panel, Switch strict mode in admin panel, Invite people to system in admin panel
25 lines
No EOL
493 B
Stylus
25 lines
No EOL
493 B
Stylus
#header #header-main-bar .setting-header-btn
|
|
&.active,
|
|
&:hover:not(.is-disabled)
|
|
background: rgba(0, 0, 0, .15)
|
|
color: darken(white, 5%)
|
|
margin-left: 20px;
|
|
padding-right: 10px;
|
|
height: 28px;
|
|
font-size: 13px;
|
|
float: left;
|
|
overflow: hidden;
|
|
line-height: @height;
|
|
margin: 0 2px;
|
|
|
|
i.fa
|
|
float: left
|
|
display: block
|
|
line-height: 28px
|
|
color: darken(white, 5%)
|
|
margin: 0 10px
|
|
|
|
+ span
|
|
display: inline-block
|
|
margin-top: 1px
|
|
margin-right: 10px |