1
1
mirror of https://github.com/primer/css.git synced 2024-11-26 23:56:04 +03:00

Form group was renamed

This commit is contained in:
Jon Rohan 2016-03-14 11:44:39 -04:00
parent 980837be57
commit 03d80e6fc0

View File

@ -121,11 +121,11 @@ label {
margin: 15px 0;
@include clearfix;
dl.form {
.form-group {
float: left;
margin: 0 30px 0 0;
> dt {
dt {
label {
display: inline-block;
margin: 5px 0 0;
@ -144,7 +144,7 @@ label {
margin: 28px 25px 0 -20px;
}
select { margin-top: 5px; }
.form-select { margin-top: 5px; }
}