2018-08-30 14:25:33 +00:00
|
|
|
.form__group {
|
2018-12-12 15:12:51 +00:00
|
|
|
position: relative;
|
2018-08-30 14:25:33 +00:00
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form__group:last-child {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
2019-01-24 15:51:50 +00:00
|
|
|
.form__group--settings:last-child {
|
|
|
|
margin-bottom: 20px;
|
2018-12-12 15:12:51 +00:00
|
|
|
}
|
|
|
|
|
2019-09-12 13:19:35 +00:00
|
|
|
.form__group--inner {
|
|
|
|
max-width: 300px;
|
|
|
|
margin-top: -10px;
|
|
|
|
margin-left: 40px;
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form__group--checkbox {
|
|
|
|
margin-bottom: 25px;
|
|
|
|
}
|
|
|
|
|
2019-07-18 11:52:47 +00:00
|
|
|
.form__inline {
|
|
|
|
display: flex;
|
|
|
|
justify-content: flex-start;
|
|
|
|
}
|
|
|
|
|
2019-01-18 17:17:48 +00:00
|
|
|
.btn-standard {
|
2018-08-30 14:25:33 +00:00
|
|
|
padding-left: 20px;
|
|
|
|
padding-right: 20px;
|
|
|
|
}
|
2018-09-26 15:38:06 +00:00
|
|
|
|
2019-07-18 11:52:47 +00:00
|
|
|
.btn-large {
|
|
|
|
min-width: 150px;
|
|
|
|
}
|
|
|
|
|
2018-09-26 15:38:06 +00:00
|
|
|
.form-control--textarea {
|
|
|
|
min-height: 110px;
|
2019-09-17 09:22:15 +00:00
|
|
|
transition: 0.3s ease-in-out background-color;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-control--textarea-small {
|
|
|
|
min-height: 90px;
|
2018-09-26 15:38:06 +00:00
|
|
|
}
|
2018-10-08 15:55:30 +00:00
|
|
|
|
|
|
|
.form-control--textarea-large {
|
|
|
|
min-height: 240px;
|
|
|
|
}
|
2018-12-12 15:12:51 +00:00
|
|
|
|
|
|
|
.form__message {
|
|
|
|
font-size: 11px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form__message--error {
|
|
|
|
color: #cd201f;
|
|
|
|
}
|
2018-12-24 08:48:23 +00:00
|
|
|
|
|
|
|
.interface__title {
|
|
|
|
font-size: 13px;
|
|
|
|
font-weight: 700;
|
|
|
|
}
|
|
|
|
|
|
|
|
.interface__ip:after {
|
|
|
|
content: ", ";
|
|
|
|
}
|
|
|
|
|
|
|
|
.interface__ip:last-child:after {
|
|
|
|
content: "";
|
|
|
|
}
|
2018-12-29 15:43:17 +00:00
|
|
|
|
|
|
|
.dhcp {
|
|
|
|
min-height: 450px;
|
|
|
|
}
|
2019-01-24 15:51:50 +00:00
|
|
|
|
|
|
|
.form__desc {
|
|
|
|
margin-top: 10px;
|
|
|
|
font-size: 13px;
|
|
|
|
color: rgba(74, 74, 74, 0.7);
|
|
|
|
}
|
|
|
|
|
|
|
|
.form__desc--top {
|
|
|
|
margin: 0 0 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form__label--bold {
|
|
|
|
font-weight: 700;
|
|
|
|
}
|
|
|
|
|
2019-05-30 14:26:19 +00:00
|
|
|
.form__label--with-desc {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
2019-01-24 15:51:50 +00:00
|
|
|
.form__status {
|
|
|
|
margin-top: 10px;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 1.7;
|
|
|
|
}
|
2019-02-20 09:02:46 +00:00
|
|
|
|
|
|
|
.encryption__list {
|
|
|
|
padding-left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.encryption__list li {
|
|
|
|
list-style: inside;
|
|
|
|
}
|
2019-05-23 09:32:51 +00:00
|
|
|
|
|
|
|
.btn-icon {
|
|
|
|
display: inline-flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
width: 30px;
|
|
|
|
height: 30px;
|
2020-06-17 21:36:19 +00:00
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-icon--green {
|
|
|
|
color: var(--green);
|
2019-05-23 09:32:51 +00:00
|
|
|
}
|
2019-06-25 14:56:50 +00:00
|
|
|
|
|
|
|
.btn-icon-sm {
|
|
|
|
width: 23px;
|
|
|
|
height: 23px;
|
|
|
|
min-width: 23px;
|
|
|
|
padding: 5px;
|
|
|
|
}
|
2019-08-08 10:43:06 +00:00
|
|
|
|
|
|
|
.custom-control-label,
|
|
|
|
.custom-control-label:before {
|
|
|
|
transition: 0.3s ease-in-out background-color, 0.3s ease-in-out color;
|
|
|
|
}
|
2019-09-12 13:19:35 +00:00
|
|
|
|
|
|
|
.custom-select:disabled {
|
|
|
|
background-color: #f9f9f9;
|
|
|
|
}
|
|
|
|
|
|
|
|
.custom-select {
|
|
|
|
transition: 0.3s ease-in-out background-color, 0.3s ease-in-out color;
|
|
|
|
}
|