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
+40
View File
@@ -0,0 +1,40 @@
.user-dashboard {
&.profile {
.form_3 {
width: 100%;
#arpa_businessCode {
background: $theme;
color: #fff;
}
.cs {
color: rgba(red, 0.7);
font-size: 12px;
margin-right: 3px;
&.confirmed {
color: rgba(green, 0.7);
}
}
.el-select {
width: 100%;
.el-input__inner {
@include borderRadius(0);
}
.el-input__suffix {
right: 0;
left: 20px;
text-align: left;
}
}
@media (max-width: 992px) {
max-width: 100%;
}
}
}
}