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.
 
 
 

27 lines
473 B

@import './variaveis.less';
#bloco-grid {
background-color: lighten(@corVermelhaEscura, 10%);
border: @bordaVermelhaEscura;
padding: 20px;
> h1 {
margin-top: 0;
}
> div {
> div {
margin: 0 10px;
}
h2 {
color: darken(@corVermelhaEscura, 20%);
}
p {
border: @bordaVermelhaEscura;
border-radius: 20px;
padding: 20px;
}
}
}