Updates#3404
Squashed commit of the following:
commit b68a1d08b0676ebb7abbb13c9274c8d509cd6eed
Merge: 81265147 6d402dc8
Author: Artem Krisanov <a.krisanov@adguard.com>
Date: Mon Apr 17 15:48:33 2023 +0300
Merge master
commit 81265147b5613be11a6621a416f9588c0e1c0ef5
Author: Artem Krisanov <a.krisanov@adguard.com>
Date: Thu Apr 13 10:54:39 2023 +0300
Changed query log 'retention' --> 'rotation'.
commit 02c5dc0b54bca9ec293ee8629d769489bc5dc533
Author: Artem Krisanov <a.krisanov@adguard.com>
Date: Wed Apr 12 13:22:22 2023 +0300
Custom inputs for query log and stats configs.
commit 21dbfbd8aac868baeea0f8b25d14786aecf09a0d
Author: Artem Krisanov <a.krisanov@adguard.com>
Date: Tue Apr 11 18:12:40 2023 +0300
Temporary changes.
163 lines
2.3 KiB
CSS
163 lines
2.3 KiB
CSS
.form__group {
|
|
position: relative;
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.form__group:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.form__group--settings:last-child {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.form__group--inner {
|
|
max-width: 300px;
|
|
margin-top: -10px;
|
|
margin-left: 40px;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.form__group--input {
|
|
max-width: 300px;
|
|
margin: 0 1.5rem 10px;
|
|
}
|
|
|
|
.form__group--checkbox {
|
|
margin-bottom: 25px;
|
|
}
|
|
|
|
.form__group--inner .form__group--checkbox {
|
|
margin-bottom: 12px;
|
|
}
|
|
|
|
.form__group--inner .form__group--checkbox:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.form__inline {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
}
|
|
|
|
.btn-standard {
|
|
padding-left: 20px;
|
|
padding-right: 20px;
|
|
}
|
|
|
|
.btn-large {
|
|
min-width: 150px;
|
|
}
|
|
|
|
.form-control--textarea {
|
|
min-height: 110px;
|
|
transition: 0.3s ease-in-out background-color;
|
|
}
|
|
|
|
.form-control--textarea-small {
|
|
min-height: 90px;
|
|
}
|
|
|
|
.form-control--textarea-large {
|
|
min-height: 240px;
|
|
}
|
|
|
|
.form__message {
|
|
font-size: 11px;
|
|
}
|
|
|
|
.form__message--error {
|
|
color: #cd201f;
|
|
}
|
|
|
|
.form__message--left-pad {
|
|
padding-left: 0.85rem;
|
|
}
|
|
|
|
.interface__title {
|
|
font-size: 13px;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.interface__ip:after {
|
|
content: ", ";
|
|
}
|
|
|
|
.interface__ip:last-child:after {
|
|
content: "";
|
|
}
|
|
|
|
.form__desc {
|
|
margin-top: 10px;
|
|
font-size: 13px;
|
|
color: var(--scolor);
|
|
}
|
|
|
|
.form__desc--top {
|
|
margin: 0 0 8px;
|
|
}
|
|
|
|
.form__label--bold {
|
|
font-weight: 700;
|
|
}
|
|
|
|
.form__label--with-desc {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.form__label--bot {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.form__label--top {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.form__status {
|
|
margin-top: 10px;
|
|
font-size: 14px;
|
|
line-height: 1.7;
|
|
}
|
|
|
|
.encryption__list {
|
|
padding-left: 0;
|
|
}
|
|
|
|
.encryption__list li {
|
|
list-style: inside;
|
|
}
|
|
|
|
.btn-icon {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 30px;
|
|
height: 30px;
|
|
background-color: transparent;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.btn-icon--green {
|
|
color: var(--green);
|
|
}
|
|
|
|
.btn-icon-sm {
|
|
width: 23px;
|
|
height: 23px;
|
|
min-width: 23px;
|
|
padding: 5px;
|
|
}
|
|
|
|
.custom-control-label,
|
|
.custom-control-label:before {
|
|
transition: 0.3s ease-in-out background-color, 0.3s ease-in-out color;
|
|
}
|
|
|
|
.custom-select:disabled {
|
|
background-color: #f9f9f9;
|
|
}
|
|
|
|
.custom-select {
|
|
transition: 0.3s ease-in-out background-color, 0.3s ease-in-out color;
|
|
}
|