mirror of
https://github.com/lubuntu-team/lubuntu.me.git
synced 2025-02-24 00:31:07 +00:00
18 lines
244 B
Plaintext
18 lines
244 B
Plaintext
@color: #000000;
|
|
@size: '';
|
|
@alignment: center;
|
|
|
|
.sow-icon {
|
|
text-align: @alignment;
|
|
}
|
|
|
|
.sow-icon span,
|
|
.sow-icon a span {
|
|
display: inline-block;
|
|
color: @color !important;
|
|
|
|
& when ( isnumber( @size ) ) {
|
|
font-size: @size !important;
|
|
}
|
|
}
|