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

17 lines
213 B
CSS
Raw Normal View History

2018-08-30 14:25:33 +00:00
.form__group {
margin-bottom: 15px;
}
.form__group:last-child {
margin-bottom: 0;
}
.btn-standart {
padding-left: 20px;
padding-right: 20px;
}
.form-control--textarea {
min-height: 110px;
}