base-statistic.css
7 months ago
base-statistic.css.map
1 year ago
base-statistic.less
7 months ago
index.php
3 years ago
media.css
7 months ago
settings-premium.css
7 months ago
statistic.css
3 years ago
sweetalert-custom.css
7 months ago
sweetalert-custom.css.map
6 years ago
sweetalert-custom.less
3 years ago
sweetalert2.css
3 years ago
wrio-subscribe-widget.css
7 months ago
sweetalert-custom.css
156 lines
| 1 | /* Sub Layer */ |
| 2 | body[class*="_rio"] .swal2-container.swal2-shown { |
| 3 | background: rgba(16, 17, 21, 0.9); |
| 4 | z-index: 100000; |
| 5 | } |
| 6 | .wrio-modal { |
| 7 | padding: 0 !important; |
| 8 | } |
| 9 | .wrio-modal .swal2-close { |
| 10 | color: rgba(0, 0, 0, 0.8); |
| 11 | } |
| 12 | .wrio-modal .swal2-modal { |
| 13 | border-radius: 2px; |
| 14 | } |
| 15 | .wrio-modal .swal2-icon { |
| 16 | margin-bottom: 25px; |
| 17 | } |
| 18 | .wrio-modal .swal2-title { |
| 19 | margin: 0; |
| 20 | padding: 28px 32px; |
| 21 | font-size: 24px; |
| 22 | text-align: left; |
| 23 | color: #fff !important; |
| 24 | background: #3e3e3e !important; |
| 25 | } |
| 26 | .wrio-modal .swal2-content { |
| 27 | font-size: 14px; |
| 28 | padding: 28px 32px; |
| 29 | background: #efefef; |
| 30 | } |
| 31 | .wrio-modal .swal2-buttonswrapper { |
| 32 | margin-top: 0; |
| 33 | padding: 22px; |
| 34 | background: #F4F7F9; |
| 35 | } |
| 36 | .wrio-modal .swal2-buttonswrapper a.button svg { |
| 37 | margin-right: 12px; |
| 38 | vertical-align: -2px; |
| 39 | } |
| 40 | .wrio-modal .swal2-buttonswrapper button.loading { |
| 41 | border-radius: 100% !important; |
| 42 | height: 40px !important; |
| 43 | padding: 0 !important; |
| 44 | box-shadow: none !important; |
| 45 | } |
| 46 | .wrio-modal .swal2-buttonswrapper button.swal2-styled { |
| 47 | height: auto; |
| 48 | padding: 12px 32px; |
| 49 | margin: 10px; |
| 50 | font-size: 14px; |
| 51 | letter-spacing: 1px; |
| 52 | text-transform: uppercase; |
| 53 | border-radius: 3px; |
| 54 | font-weight: bold; |
| 55 | outline: none; |
| 56 | } |
| 57 | .wrio-modal .swal2-buttonswrapper button.swal2-styled.swal2-confirm { |
| 58 | background-color: #fdd599 !important; |
| 59 | text-shadow: none !important; |
| 60 | box-shadow: 0 3px 0 #ceac7a !important; |
| 61 | color: #a57b3c !important; |
| 62 | } |
| 63 | .wrio-modal .swal2-buttonswrapper button.swal2-styled.swal2-cancel { |
| 64 | background-color: #d2d2d2 !important; |
| 65 | color: #656464 !important; |
| 66 | text-shadow: none !important; |
| 67 | box-shadow: 0 3px 0 #a9a9a9; |
| 68 | /*background-color: #c9deb2 !important; |
| 69 | color: #606956 !important; |
| 70 | text-shadow: none !important; |
| 71 | box-shadow: 0 3px 0 #a7b994;*/ |
| 72 | } |
| 73 | .wrio-modal .swal2-buttonswrapper button.swal2-styled:focus, |
| 74 | .wrio-modal .swal2-buttonswrapper button.swal2-styled:hover { |
| 75 | outline: none; |
| 76 | text-shadow: none; |
| 77 | color: #FFF; |
| 78 | } |
| 79 | .wrio-modal-warning { |
| 80 | background: #FF5722 !important; |
| 81 | } |
| 82 | .wrio-modal-warning .swal2-title { |
| 83 | text-align: center; |
| 84 | color: #222 !important; |
| 85 | background: #efefef !important; |
| 86 | } |
| 87 | .wrio-modal-warning .swal2-content { |
| 88 | font-size: 16px; |
| 89 | padding: 10px 20px 32px; |
| 90 | background: #efefef; |
| 91 | } |
| 92 | .wrio-modal-warning .swal2-buttonswrapper { |
| 93 | background: #efefef; |
| 94 | } |
| 95 | .wrio-modal-error { |
| 96 | background: #dec2c0 !important; |
| 97 | } |
| 98 | .wrio-modal-error .swal2-title { |
| 99 | text-align: center; |
| 100 | color: #222 !important; |
| 101 | background: #efefef !important; |
| 102 | } |
| 103 | .wrio-modal-error .swal2-content { |
| 104 | font-size: 16px; |
| 105 | padding: 10px 20px 32px; |
| 106 | background: #efefef; |
| 107 | } |
| 108 | .wrio-modal-error .swal2-buttonswrapper { |
| 109 | background: #efefef; |
| 110 | } |
| 111 | .wrio-modal-optimization-way { |
| 112 | background: #1F2332 !important; |
| 113 | } |
| 114 | .wrio-modal-optimization-way .wrio-swal-subtitle { |
| 115 | padding: 0 0 28px; |
| 116 | margin-top: 0px; |
| 117 | font-weight: 500; |
| 118 | font-size: 18px; |
| 119 | text-align: left; |
| 120 | color: #8c8888; |
| 121 | background: #efefef; |
| 122 | } |
| 123 | .wrio-modal-optimization-way .wrio-list-infos { |
| 124 | margin: 0; |
| 125 | padding: 0; |
| 126 | } |
| 127 | .wrio-modal-optimization-way .wrio-list-infos li { |
| 128 | display: flex; |
| 129 | align-items: center; |
| 130 | padding: 5px 5px; |
| 131 | text-align: left; |
| 132 | font-size: 14px; |
| 133 | line-height: 1.5; |
| 134 | color: #787575; |
| 135 | } |
| 136 | .wrio-modal-optimization-way .wrio-list-infos li:first-child { |
| 137 | padding-top: 5px; |
| 138 | } |
| 139 | .wrio-modal-optimization-way .wrio-list-infos li:last-child { |
| 140 | padding-bottom: 5px; |
| 141 | } |
| 142 | .wrio-modal-optimization-way .wrio-list-infos li + li { |
| 143 | border-top: 1px solid #E9EFF2; |
| 144 | } |
| 145 | .wrio-modal-optimization-way .wrio-list-infos a:before { |
| 146 | content: ''; |
| 147 | display: block; |
| 148 | } |
| 149 | .wrio-modal-optimization-way .wrio-info-icon { |
| 150 | flex-grow: 0; |
| 151 | flex-basis: 50px; |
| 152 | } |
| 153 | .wrio-modal-optimization-way .wrio-info-icon + span { |
| 154 | padding-left: 20px; |
| 155 | } |
| 156 |