1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-20 21:55:03 -04:00

New: Many UI Updates and Performance Tweaks

This commit is contained in:
Qstick
2019-04-12 23:25:58 -04:00
parent b24a40797f
commit 6275737ced
389 changed files with 7961 additions and 5635 deletions
+40
View File
@@ -0,0 +1,40 @@
.label {
display: inline-block;
margin: 2px;
color: $white;
/** text-align: center; **/
white-space: nowrap;
line-height: 1;
cursor: default;
}
.title {
margin-bottom: 2px;
color: $helpTextColor;
font-size: 10px;
}
/** Kinds **/
/** Sizes **/
.small {
padding: 1px 3px;
font-size: 11px;
}
.medium {
padding: 2px 5px;
font-size: 12px;
}
.large {
padding: 3px 7px;
font-size: 14px;
}
/** Outline **/
.outline {
background-color: $white;
}