mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 18:11:40 -05:00
39 lines
No EOL
495 B
SCSS
39 lines
No EOL
495 B
SCSS
.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%;
|
|
}
|
|
}
|
|
}
|
|
|
|
.private{
|
|
text-transform: uppercase;
|
|
font-size: $smaller-font;
|
|
color: $red;
|
|
}
|
|
|
|
.dropdown-item.active{
|
|
a{
|
|
color: $white;
|
|
}
|
|
} |