mirror of
https://github.com/Radarr/Radarr
synced 2024-12-27 18:30:45 +00:00
19 lines
264 B
CSS
19 lines
264 B
CSS
/*
|
|
[class^="icon-"]:before,
|
|
[class*=" icon-"]:before {
|
|
font-size: 30px;
|
|
}
|
|
*/
|
|
|
|
|
|
#main > .icon-folder-open, .icon-file, .icon-download-alt {
|
|
font-size: 25px;
|
|
}
|
|
|
|
.link-download {
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.file-browser-message {
|
|
text-align: center;
|
|
}
|