tejagerjovic ae93768b65 [Redizajn 1KA] - Naročila - v1
1. fieldset s podatki aktivnega paketa
2022-01-26 12:04:16 +01:00

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;
}
}
}