econocart/src/pages/RelatorioEscolhe/main.scss

18 lines
637 B
SCSS
Raw Normal View History

2017-05-28 09:15:38 +00:00
page-inicio {
2017-05-28 22:15:08 +00:00
.fundoEspecial{
background: color($colors, logotipoFundo, secondary);
background: linear-gradient(to right, color($colors, logotipoFundo, secondary), $background-color);
border-width: 1pt;
border-style: solid;
border-image: linear-gradient(to right, color($colors, logotipoFundoEscuroEscuro, secondary), $background-color) 100% 1;
border-left-style: none;
border-right-style: none;
2017-05-28 09:15:38 +00:00
}
2017-05-28 22:15:08 +00:00
.noHSpace{
padding-left: 0px !important;
padding-right: 0px !important;
margin-left: 0px !important;
margin-right: 0px !important;
2017-05-28 09:15:38 +00:00
}
}