2016-03-25 10:45:28 +09:00
|
|
|
.footer{
|
|
|
|
text-align: center;
|
|
|
|
margin-bottom: $vmargin;
|
|
|
|
}
|
|
|
|
|
|
|
|
.search-form{
|
|
|
|
.form-group{
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2016-03-27 13:04:21 +09:00
|
|
|
}
|
|
|
|
|
|
|
|
.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%;
|
|
|
|
}
|
|
|
|
}
|
2016-03-27 17:30:28 +09:00
|
|
|
}
|
2016-04-04 14:39:08 +09:00
|
|
|
|
|
|
|
.private{
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-size: $smaller-font;
|
|
|
|
color: $red;
|
2016-06-14 10:01:44 +09:00
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-item.active{
|
|
|
|
a{
|
|
|
|
color: $white;
|
|
|
|
}
|
2016-04-04 14:39:08 +09:00
|
|
|
}
|