1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-10-30 07:22:35 +01:00

Linting as usual

This commit is contained in:
Taloth Saldono 2021-01-14 23:20:09 +01:00
parent c28cafba0a
commit 881bbb654b
2 changed files with 12 additions and 12 deletions

View File

@ -7,10 +7,10 @@
.title {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
word-break: break-all;
display: flex;
align-items: center;
justify-content: space-between;
word-break: break-all;
}
.sceneMapping {

View File

@ -1,11 +1,11 @@
.container {
margin: 2px;
padding: 0 2px;
border: 1px solid;
border-radius: 2px;
padding: 0 2px;
cursor: default;
font-size: 12px;
white-space: nowrap;
font-size: 12px;
cursor: default;
}
.messages {
@ -31,36 +31,36 @@
}
.levelMixed {
color: $dangerColor;
border-color: $dangerColor;
color: $dangerColor;
}
.levelUnknown {
color: $warningColor;
border-color: $warningColor;
color: $warningColor;
}
.levelMapped {
color: $textColor;
border-color: $textColor;
color: $textColor;
}
.levelNormal {
color: $textColor;
border-color: $textColor;
color: $textColor;
}
.levelNone {
opacity: 0.2;
color: $textColor;
border-color: $textColor;
color: $textColor;
opacity: 0.2;
&:hover {
opacity: 1.0;
opacity: 1;
}
}
.levelNotRequested {
color: $dangerColor;
border-color: $dangerColor;
color: $dangerColor;
}