somewhere

This commit is contained in:
Swift
2023-08-17 13:05:51 +03:30
parent 30c7eb0e7b
commit 53843207cc
429 changed files with 117489 additions and 1 deletions
@@ -0,0 +1,56 @@
.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;
}
}
}
}
}