Plano de Estudo
NOVO-PLANO
{{ module.icon }}
{{module.headerOptions.headerLabels.label}}
{{module.headerOptions.headerLabels.subLabel}}
.header { width: 100%; height: 111px; background-color: aquamarine; position: relative; .logotipo { display: flex; justify-content: center; align-items: center; margin-bottom: 30px;
.logomarca {
position: relative;
display: grid;
justify-content: center;
align-items: center;
height: $toolbar-height;
margin-left: 15px;
transition: $shrink-menu-transition;
.product-label {
z-index: 1;
position: relative;
text-align: center;
margin-top: -80px;
right: 40px;
.label {
font-weight: 500;
font-size: 18px;
white-space: nowrap;
color:#FFFFFF;
}
.subLabel {
font-weight: 400;
color: #F0FFFF;
white-space: nowrap;
top: -15px;
position: relative;
margin-right: 15px;
}
}
&:before {
content: '';
position: sticky;
z-index: 0;
display: block;
width: 80px;
height: 90px;
margin-right: 80px;
background-color: #fff;
opacity: 0.3;
border-bottom-right-radius: 20px;
transform: matrix(1.00, 0.00, -0.35, 1.00, 0, 0);
transition: $shrink-menu-transition;
}
}
}
mat-icon {
font-size: 40px;
color: #FFFFFF;
margin: auto 0;
margin-left: 30px;
}
}