mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-27 23:06:29 -04:00
18 lines
231 B
CSS
18 lines
231 B
CSS
.pathContainer {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.pathIcon {
|
|
margin-right: 8px;
|
|
}
|
|
|
|
.folderPath {
|
|
font-weight: bold;
|
|
font-family: var(--defaultFontFamily);
|
|
}
|
|
|
|
.deleteFilesMessage {
|
|
margin-top: 20px;
|
|
color: var(--dangerColor);
|
|
}
|