badguardhome/client/src/components/Settings/Settings.css

91 lines
1.2 KiB
CSS
Raw Normal View History

2018-08-30 14:25:33 +00:00
.form__group {
position: relative;
2018-08-30 14:25:33 +00:00
margin-bottom: 15px;
}
.form__group:last-child {
margin-bottom: 0;
}
.form__group--settings:last-child {
margin-bottom: 20px;
}
2019-01-18 17:17:48 +00:00
.btn-standard {
2018-08-30 14:25:33 +00:00
padding-left: 20px;
padding-right: 20px;
}
.form-control--textarea {
min-height: 110px;
}
2018-10-08 15:55:30 +00:00
.form-control--textarea-large {
min-height: 240px;
}
.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: "";
}
.dhcp {
min-height: 450px;
}
.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;
}
.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;
}