no message
This commit is contained in:
@@ -743,39 +743,39 @@ try {
|
||||
}
|
||||
}
|
||||
|
||||
.options-popup {
|
||||
border-radius: 10px !important;
|
||||
padding: 44px 74px !important;
|
||||
// .options-popup {
|
||||
// border-radius: 10px !important;
|
||||
// padding: 44px 74px !important;
|
||||
|
||||
.options-popup-text {
|
||||
font-size: 14px;
|
||||
color: #333333;
|
||||
text-align: center;
|
||||
margin-bottom: 71px;
|
||||
}
|
||||
// .options-popup-text {
|
||||
// font-size: 14px;
|
||||
// color: #333333;
|
||||
// text-align: center;
|
||||
// margin-bottom: 71px;
|
||||
// }
|
||||
|
||||
.options-popup-btn {
|
||||
justify-content: space-between;
|
||||
.options-popup-item {
|
||||
font-size: 13px;
|
||||
width: 160px;
|
||||
height: 40px;
|
||||
border-radius: 150px;
|
||||
border: 1px solid;
|
||||
cursor: pointer;
|
||||
// .options-popup-btn {
|
||||
// justify-content: space-between;
|
||||
// .options-popup-item {
|
||||
// font-size: 13px;
|
||||
// width: 160px;
|
||||
// height: 40px;
|
||||
// border-radius: 150px;
|
||||
// border: 1px solid;
|
||||
// cursor: pointer;
|
||||
|
||||
&.options-yes {
|
||||
background-color: rgba(249, 93, 93, 1);
|
||||
border-color: rgba(249, 93, 93, 1);
|
||||
color: #fff;
|
||||
margin-left: 20px;
|
||||
}
|
||||
&.options-no {
|
||||
background-color: #fff;
|
||||
border-color: rgba(170, 170, 170, 1);
|
||||
color: #333;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
// &.options-yes {
|
||||
// background-color: rgba(249, 93, 93, 1);
|
||||
// border-color: rgba(249, 93, 93, 1);
|
||||
// color: #fff;
|
||||
// margin-left: 20px;
|
||||
// }
|
||||
// &.options-no {
|
||||
// background-color: #fff;
|
||||
// border-color: rgba(170, 170, 170, 1);
|
||||
// color: #333;
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
</style>
|
||||
|
Reference in New Issue
Block a user