mirror of https://github.com/Sonarr/Sonarr
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;
|
|||
|
}
|