1
0
Fork 0
forked from gitea/nas

Add keywords and domains editor

This commit is contained in:
KMY 2023-08-19 23:10:52 +09:00
parent bbfc5a0d88
commit c9a72a49e3
9 changed files with 514 additions and 4 deletions

View file

@ -7384,7 +7384,38 @@ noscript {
h3 {
font-size: 16px;
margin: 24px 0 8px;
margin: 40px 0 16px;
font-weight: bold;
}
}
.setting-text-list {
.add-text-form {
display: flex;
gap: 8px;
label {
flex: 1 1 auto;
input {
width: 100%;
}
}
}
}
.setting-text-list-item {
display: flex;
font-size: 14px;
margin: 8px 0;
i.fa {
color: $darker-text-color;
}
.label {
flex: 1;
margin: 0 8px;
}
}