Files
asan-service/sass/pages/user-dashboard/post-address.scss
T
2023-08-17 13:05:51 +03:30

57 lines
870 B
SCSS

.user-dashboard {
&.post-address {
h2 {
text-align: center;
margin-top: 50px;
color: $theme;
}
.el-dialog {
.form_3 {
display: flex;
flex-wrap: wrap;
.formRow {
flex-basis: 33.33%;
}
.title {
flex-basis: 100%;
margin-bottom: 30px;
p {
color: #000;
font-weight: bold;
font-family: 'iranYekanB';
font-size: 20px;
}
}
hr {
flex-basis: 100%;
margin-bottom: 30px;
}
.btnRow {
button {
span {
color: #fff;
}
}
}
}
}
.buttons {
text-align: center;
margin-top: 50px;
button {
span {
color: #fff;
}
}
}
}
}