41 lines
634 B
SCSS
41 lines
634 B
SCSS
.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%;
|
|
}
|
|
}
|
|
}
|
|
}
|