Improved style of Admin -> Domain -> Domain description

This commit is contained in:
the-djmaze 2024-02-05 20:42:01 +01:00
parent 8948d22095
commit 8c3a4b4fc7
28 changed files with 30 additions and 34 deletions

View file

@ -7,16 +7,12 @@
max-width: 810px;
.domain-desc {
color: #666;
line-height: 20px;
background-color: #f9f9f9;
padding: 8px;
border: 1px solid #eee;
border: 1px solid;
border-radius: var(--input-border-radius, 3px);
margin: -5px 0;
i {
font-style: normal;
color: red;
strong {
color: var(--error-clr, #b94a48);
}
}