mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-19 21:44:30 -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;
|
|
}
|