somewhere
This commit is contained in:
@@ -0,0 +1,190 @@
|
||||
.el-button--primary {
|
||||
span {
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
.el-pagination {
|
||||
--height: 50px;
|
||||
|
||||
.btn-prev {
|
||||
border-top-left-radius: 5px;
|
||||
border-bottom-left-radius: 5px;
|
||||
}
|
||||
|
||||
.btn-next {
|
||||
border-top-right-radius: 5px;
|
||||
border-bottom-right-radius: 5px;
|
||||
}
|
||||
|
||||
button {
|
||||
height: var(--height);
|
||||
line-height: var(--height);
|
||||
}
|
||||
|
||||
.el-pager {
|
||||
li {
|
||||
height: var(--height);
|
||||
line-height: var(--height);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.el-message {
|
||||
@media (max-width: 575px) {
|
||||
min-width: calc(100% - 30px);
|
||||
}
|
||||
}
|
||||
|
||||
.el-message-box {
|
||||
max-width: 420px;
|
||||
width: calc(100% - 15px);
|
||||
|
||||
.el-button span {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.el-button.el-button--primary span {
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
.el-select-dropdown {
|
||||
.el-select-dropdown__item {
|
||||
@media (max-width: 575px) {
|
||||
max-width: 250px;
|
||||
white-space: pre-wrap;
|
||||
word-break: break-word;
|
||||
margin-bottom: 15px;
|
||||
height: auto;
|
||||
line-height: 1em;
|
||||
|
||||
span {
|
||||
display: block;
|
||||
width: 100%;
|
||||
font-size: 13px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.el-popover {
|
||||
font-family: 'iranYekanL', sans-serif;
|
||||
direction: ltr;
|
||||
text-align: right;
|
||||
|
||||
.el-popover__title {
|
||||
font-family: 'iranYekanB', sans-serif;
|
||||
}
|
||||
}
|
||||
|
||||
.el-loading-text {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.el-dialog {
|
||||
@extend %defaultBorderRadius;
|
||||
|
||||
@media (max-width: 1400px) {
|
||||
width: 80%;
|
||||
}
|
||||
@media (max-width: 992px) {
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
width: calc(100% - 15px);
|
||||
}
|
||||
|
||||
@media (max-width: 575px) {
|
||||
.el-dialog__body {
|
||||
padding: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
.dialog-footer {
|
||||
.el-button--primary {
|
||||
span {
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.el-select-group__title {
|
||||
padding-left: 0;
|
||||
padding-right: 20px;
|
||||
color: rgba(#000, 0.3);
|
||||
}
|
||||
|
||||
.custom-el-button {
|
||||
direction: ltr;
|
||||
display: inline-flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
span {
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
.no-address-added {
|
||||
a {
|
||||
color: $theme;
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
|
||||
.select-form-address {
|
||||
.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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.agentsStatus-popover-insideBtn {
|
||||
span {
|
||||
color: $theme;
|
||||
font-family: 'iranYekanB';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user