mirror of
https://github.com/lubuntu-team/lubuntu.me.git
synced 2025-07-17 01:41:30 +00:00
23 lines
229 B
Plaintext
23 lines
229 B
Plaintext
|
|
@nav_color_hex: #FFFFFF;
|
|
@nav_size: 25;
|
|
|
|
.sow-slider-base {
|
|
|
|
|
|
.sow-slider-pagination {
|
|
li a {
|
|
background: @nav_color_hex;
|
|
}
|
|
}
|
|
|
|
.sow-slide-nav {
|
|
|
|
font-size: ~"@{nav_size}px";
|
|
|
|
a {
|
|
color: @nav_color_hex;
|
|
}
|
|
}
|
|
|
|
} |