mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-17 21:25:39 -04:00
14 lines
150 B
CSS
14 lines
150 B
CSS
.message {
|
|
margin-top: 20px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.pathContainer {
|
|
margin-left: 5px;
|
|
}
|
|
|
|
.path {
|
|
margin-left: 5px;
|
|
color: $dangerColor;
|
|
}
|