19 lines
335 B
SCSS
19 lines
335 B
SCSS
div#user_info_segment_narocila {
|
|
background-color: $light-gray;
|
|
border: 1px solid $gray;
|
|
box-sizing: border-box;
|
|
|
|
padding: 32px 20px;
|
|
|
|
display: flex;
|
|
flex-direction: row;
|
|
|
|
.user_info {
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
&.text {
|
|
margin-right: 50px;
|
|
}
|
|
}
|
|
} |