mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 11:58:20 -07:00
19 lines
197 B
CSS
19 lines
197 B
CSS
|
.result {
|
||
|
font-size: 24px;
|
||
|
margin: 0.5em 0;
|
||
|
width: 700px;
|
||
|
height: 56px;
|
||
|
}
|
||
|
|
||
|
.error {
|
||
|
background-color: red;
|
||
|
}
|
||
|
|
||
|
.warn {
|
||
|
background-color: yellow;
|
||
|
}
|
||
|
|
||
|
.success {
|
||
|
background-color: lightgreen;
|
||
|
}
|