13 lines
161 B
CSS
13 lines
161 B
CSS
|
.form__group {
|
||
|
margin-bottom: 15px;
|
||
|
}
|
||
|
|
||
|
.form__group:last-child {
|
||
|
margin-bottom: 0;
|
||
|
}
|
||
|
|
||
|
.btn-standart {
|
||
|
padding-left: 20px;
|
||
|
padding-right: 20px;
|
||
|
}
|