|
@@ -109,3 +109,18 @@ function ok() {
|
|
|
}
|
|
|
}
|
|
|
</style>
|
|
|
+<style lang="scss">
|
|
|
+.modalFrame.useDialogConfirm {
|
|
|
+ --modalFrameTitHeight: 0px !important;
|
|
|
+ .modalFrameTitle {
|
|
|
+ display: none !important;
|
|
|
+ }
|
|
|
+ .modalFrameBox {
|
|
|
+ background: linear-gradient(180deg, #fdfef2 0%, #fdf6de 100%) !important;
|
|
|
+ box-shadow: 0px 5px 0px 0px #ca8e2d, 0px 7px 10px 0px #6e6e6e !important;
|
|
|
+ border-radius: 20px !important;
|
|
|
+ border: 8px solid #ffdd98 !important;
|
|
|
+ position: relative !important;
|
|
|
+ }
|
|
|
+}
|
|
|
+</style>
|