forked from Ponysearch/Ponysearch
9 lines
117 B
Text
9 lines
117 B
Text
|
.percentage {
|
||
|
position: relative;
|
||
|
width: 300px;
|
||
|
|
||
|
div {
|
||
|
background: @color-percentage-div-background;
|
||
|
}
|
||
|
}
|