mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
updated spinner view to use CSS3 instead of spinning font.
This commit is contained in:
parent
2b2bd23065
commit
00bb73a423
4 changed files with 145 additions and 11 deletions
|
@ -9,6 +9,7 @@
|
|||
@import "../shared/styles/clickable";
|
||||
@import "prefixer";
|
||||
@import "icons";
|
||||
@import "spinner";
|
||||
|
||||
.progress {
|
||||
width : 125px;
|
||||
|
@ -61,11 +62,6 @@
|
|||
padding : 30px;
|
||||
}
|
||||
|
||||
.nz-spinner {
|
||||
.text-center;
|
||||
font-size : 56px;
|
||||
padding : 30px;
|
||||
}
|
||||
|
||||
.page-toolbar {
|
||||
margin-top : 10px;
|
||||
|
@ -94,6 +90,6 @@
|
|||
}
|
||||
|
||||
.label-large {
|
||||
padding: 4px 6px;
|
||||
font-size: 16px;
|
||||
}
|
||||
padding : 4px 6px;
|
||||
font-size : 16px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue