mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-06 13:34:13 +03:00
13 lines
223 B
CSS
13 lines
223 B
CSS
|
|
.alert {
|
||
|
|
padding: 12px;
|
||
|
|
background: #fff8e6;
|
||
|
|
border-bottom: 1px solid #ffd166;
|
||
|
|
text-align: center;
|
||
|
|
font-size: 15px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.alert a {
|
||
|
|
color: #1890ff;
|
||
|
|
font-weight: 500;
|
||
|
|
margin-left: 6px;
|
||
|
|
}
|