64 lines
1.0 KiB
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;
font-family: "Source Code PRO"; //ne dela
font-size: 12px;
}
&.myprofile_date_wrap {
width: auto;
white-space: nowrap;
}
}
div{
&.altmail{
span.faicon {
margin-right: 8px;
margin-left: 16px;
}
}
&#klik-dodaj-email {
span.faicon {
margin-right: 8px;
}
}
&.default_radio {
margin-left: 16px;
}
}