mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2025-02-16 18:14:23 +01:00
Merged development into master
This commit is contained in:
commit
39ca52e1c2
1 changed files with 3 additions and 2 deletions
|
@ -56,10 +56,11 @@
|
||||||
|
|
||||||
.bar {
|
.bar {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0px;
|
bottom: 0px;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
height: 100%;
|
height: 10px;
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
|
background: @pfm-purple;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.has-error {
|
&.has-error {
|
||||||
|
|
Loading…
Reference in a new issue