57 lines
870 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|