93 lines
1.3 KiB
SCSS
93 lines
1.3 KiB
SCSS
.doc-list-header {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
margin: 25px 0px;
|
|
background-color: #e6e6e653;
|
|
border-radius: 10px;
|
|
height: 85px;
|
|
padding: 0px 0px 0px 16px;
|
|
}
|
|
|
|
.doc-header-text {
|
|
margin-bottom: -7px !important;
|
|
margin-left: 6px;
|
|
letter-spacing: -0.6px;
|
|
font-weight: 400;
|
|
}
|
|
|
|
.user-name-container {
|
|
margin-top: 8px;
|
|
margin-left: 7px;
|
|
color: var(--font-light);
|
|
font-weight: 500;
|
|
}
|
|
|
|
.steps-wrapper {
|
|
display: flex;
|
|
flex-direction: column;
|
|
width: 100%;
|
|
padding: 0px 10px;
|
|
background-color: #e6e6e653;
|
|
border-radius: 10px;
|
|
}
|
|
|
|
.steps-text-wrapper {
|
|
margin-bottom: 14px;
|
|
padding: 6px;
|
|
text-align: justify;
|
|
}
|
|
|
|
.fooze {
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|
|
|
|
.steps-upper-right {
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
width: 50%;
|
|
}
|
|
|
|
.steps-upper-left {
|
|
display: flex;
|
|
flex-direction: column;
|
|
width: 50%;
|
|
}
|
|
|
|
.image-right-one {
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|
|
|
|
.image-jhon {
|
|
display: flex;
|
|
flex-direction: column;
|
|
width: 12%;
|
|
}
|
|
|
|
.mini-break {
|
|
margin: 8px 0px;
|
|
}
|
|
|
|
.image-moun {
|
|
display: flex;
|
|
flex-direction: column;
|
|
width: 80%;
|
|
}
|
|
|
|
.howto-hand-img {
|
|
border-radius: 10px;
|
|
width: 424px;
|
|
}
|
|
|
|
.bold-span {
|
|
font-weight: 500;
|
|
}
|
|
|
|
.barzee {
|
|
padding-right: 20px;
|
|
margin-top: -12px;
|
|
}
|