mirror of
https://git.vectorsigma.ru/public/AdGuardHome.git
synced 2026-08-03 18:09:33 +00:00
17 lines
213 B
CSS
17 lines
213 B
CSS
.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;
|
|
}
|