Files
frigate/docs/src/components/LanguageAlert/styles.module.css
T

13 lines
223 B
CSS
Raw Normal View History

2025-05-06 22:49:49 +08:00
.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;
}