Vulcan/packages/nova-base-styles/lib/stylesheets/_other.scss

28 lines
357 B
SCSS
Raw Normal View History

2016-03-25 10:45:28 +09:00
.footer{
text-align: center;
margin-bottom: $vmargin;
}
.search-form{
.form-group{
margin-bottom: 0;
}
}
.modal-form-title{
border-bottom: $border;
padding-bottom: $vmargin;
margin-bottom: $vmargin;
line-height: 1;
}
.input-categories{
.col-sm-9{
display: flex;
flex-wrap: wrap;
.checkbox{
width: 50%;
}
}
}