Sistema de Apoio ao Processo Legislativo
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

35 lines
508 B

//@import "bootstrap";
@import "bootstrap/variables.scss";
@import "header";
.vcenter {
display: inline-block;
vertical-align: middle;
float: none;
}
.masthead {
// border-bottom: 1px solid #D6E1E5;
padding: 10px;
h1 {
font-size: 22px;
margin: 10px;
}
img {
margin-right: $navbar-padding-horizontal;
}
}
.navbar {
margin-bottom: 0;
}
// TODO: ajust all the hx sizes from drunken parrot
h1,
.h1 {
font-size: 30px;
}
.page-header {
margin: 20px 0px 10px;
}