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