40 lines
669 B
SCSS
Raw Normal View History

div#user_info_segment {
background-color: $light-gray;
border: 1px solid $gray;
box-sizing: border-box;
padding: 32px 20px;
margin-bottom: 16px;
display: flex;
flex-direction: row;
.user_info {
display: flex;
flex-direction: column;
&.text {
margin-right: 50px;
}
}
}
img.twoFAQRcode {
margin: 10px 0;
max-width: 115px;
}
div.myprofile_postget_wrap {
max-width: 320px;
min-width: 320px;
overflow-wrap: break-word;
white-space: normal;
padding: 8px 0px;
}
p#klik-dodaj-email{
span.faicon {
margin-right: 8px;
margin-left: 16px;
}
}