15 lines
198 B
CSS
15 lines
198 B
CSS
/* Custom styling for the logout icon on end */
|
|
#custom-wlogout {
|
|
font-size: 1.75em;
|
|
padding: 0 0.5em;
|
|
color: @blue;
|
|
}
|
|
|
|
#power {
|
|
margin-right: 0.25em;
|
|
}
|
|
|
|
#power .not-power {
|
|
color: @red;
|
|
}
|