mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-16 11:37:58 +02:00
20 lines
264 B
CSS
20 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;
|
|
}
|