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

13 lines
223 B
CSS
Raw Normal View History

.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;
}