62 lines
1017 B
SCSS
62 lines
1017 B
SCSS
img.twoFAQRcode {
|
|
margin: 10px 0;
|
|
max-width: 115px;
|
|
}
|
|
|
|
label[for="active-master"]{
|
|
margin-left: 16px;
|
|
}
|
|
|
|
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;
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
.postget_wrap {
|
|
max-width: 320px;
|
|
overflow-wrap: break-word;
|
|
white-space: normal;
|
|
|
|
font-family: "Courier";
|
|
font-size: 12px;
|
|
}
|
|
|
|
.no_wrap {
|
|
width: auto;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.altmail{
|
|
|
|
span.faicon {
|
|
margin-right: 8px;
|
|
margin-left: 16px;
|
|
}
|
|
}
|
|
|
|
#klik-dodaj-email {
|
|
span.faicon {
|
|
margin-right: 8px;
|
|
}
|
|
}
|
|
}
|