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;
|
|
|
|
}
|
|
|
|
|
2018-12-12 15:12:51 +00:00
|
|
|
.form__group--dhcp:last-child {
|
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
|
|
|
|
2018-08-30 14:25:33 +00:00
|
|
|
.btn-standart {
|
|
|
|
padding-left: 20px;
|
|
|
|
padding-right: 20px;
|
|
|
|
}
|
2018-09-26 15:38:06 +00:00
|
|
|
|
|
|
|
.form-control--textarea {
|
|
|
|
min-height: 110px;
|
|
|
|
}
|
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;
|
|
|
|
}
|