9 lines
149 B
CSS
9 lines
149 B
CSS
#custom-swww {
|
|
padding: 0 16px 0 8px;
|
|
font-size: 18px;
|
|
background-color: @button;
|
|
}
|
|
|
|
#custom-swww:hover {
|
|
background-color: @button-hover;
|
|
}
|