forked from M3-Academy/m3-academy-template-vtexio
10 lines
195 B
SCSS
10 lines
195 B
SCSS
|
/**** Minha conta */
|
||
|
.flexRowContent--account-title{
|
||
|
margin-top: 40px;
|
||
|
border-bottom: 1px solid #E5E5E5;
|
||
|
max-width: 90%;
|
||
|
transform: translateX(62%);
|
||
|
left: -50%;
|
||
|
position: relative;
|
||
|
}
|