_foca-crear.scss
390 Bytes
.foca-crear{
background: #CCC;
.titulares>div{
display: flex;
line-height: 30px;
h5{
line-height: 30px;
}
button{
margin: auto;
margin-right: 0;
}
}
@media(min-width: 992px){
padding-bottom: 2rem;
&.one-row{
padding-bottom: 8rem !important;
}
}
}