PluginProbe
Imagify Image Optimization: Optimize Images | Compress & Convert to WebP/AVIF / 2.2
Imagify Image Optimization: Optimize Images | Compress & Convert to WebP/AVIF v2.2
2.3.4 2.3.3 2.3.2 2.3.1 2.3.0 2.2.9 2.2.8 trunk 1.10 1.3.3 1.3.4 1.3.5 1.3.5.1 1.3.5.2 1.3.6 1.3.6.1 1.4 1.4.1 1.4.2 1.4.3 1.4.4 1.4.5 1.4.6 1.4.7 1.5 All 103 releases
imagify / assets / css / sweetalert-custom.css

sweetalert-custom.css in Imagify Image Optimization: Optimize Images | Compress & Convert to WebP/AVIF 2.2, at assets/css/sweetalert-custom.css

172 lines 3.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* Sub Layer */
2 body[class*="_imagify"] .swal2-container.swal2-shown {
3 background: rgb(31, 35 ,50);
4 background: rgba(31, 35 ,50, .9);
5 z-index: 100000;
6 }
7
8 /* White Container */
9 .imagify-sweet-alert .swal2-modal {
10 border-radius: 2px;
11 }
12
13 /* To get icon background dark */
14 .imagify-sweet-alert {
15 background: #1F2332!important;
16 }
17 .imagify-sweet-alert .swal2-icon {
18 margin-bottom: 5px;
19 }
20
21 /* header error color */
22 .imagify-swal-error-header {
23 background: #C51162!important;
24 }
25 .imagify-swal-error-header .swal2-icon {
26 border-color: #FFF;
27 color: #FFF;
28 }
29
30 /* Title and Subtitle */
31 .imagify-sweet-alert .swal2-title {
32 margin: 0;
33 padding: 28px 32px;
34 font-size: 24px;
35 text-align: center;
36 color: #FFF;
37 background: #1F2332;
38 }
39 .imagify-swal-has-subtitle .swal2-title {
40 text-align: left;
41 }
42 .imagify-swal-error-header .swal2-title {
43 background: #C51162;
44 text-align: center;
45 line-height: 1.15;
46 }
47 .imagify-sweet-alert .imagify-swal-subtitle {
48 padding: 0 32px 28px;
49 margin-top: -16px;
50 font-weight: 500;
51 font-size: 14px;
52 text-align: left;
53 color: #7A8996;
54 background: #1F2332;
55 }
56 .imagify-swal-error-header .imagify-swal-subtitle {
57 color: #FFF;
58 background: #C51162;
59 text-align: center;
60 }
61
62 /* Buttons */
63 .imagify-sweet-alert .swal2-buttonswrapper,
64 .imagify-swal-buttonswrapper {
65 margin-top: 0;
66 padding: 22px;
67 background: #F4F7F9;
68 }
69 .imagify-sweet-alert button.swal2-styled,
70 .imagify-swal-buttonswrapper a.button.imagify-button-primary {
71 height: auto;
72 padding: 12px 32px;
73 margin: 10px;
74 font-size: 14px;
75 letter-spacing: 1px;
76 text-transform: uppercase;
77 border-radius: 3px;
78 background-color: #40b1d0 !important;
79 text-shadow: none!important;
80 box-shadow: 0 3px 0 #338ea6;
81 white-space: normal;
82 line-height: 1.5;
83 }
84 .imagify-swal-buttonswrapper a.button.imagify-button-primary:focus,
85 .imagify-swal-buttonswrapper a.button.imagify-button-primary:hover {
86 text-shadow: none;
87 color: #FFF;
88 }
89 .imagify-swal-buttonswrapper a.button svg {
90 margin-right: 12px;
91 vertical-align: -2px;
92 }
93 .imagify-sweet-alert button.loading {
94 border-radius: 100% !important;
95 height: 40px !important;
96 padding:0!important;
97 box-shadow: none!important;
98 }
99 .imagify-sweet-alert button.swal2-cancel {
100 color: #7A8996;
101 background: #E9EFF2 !important;
102 box-shadow: 0 3px 0 rgba(31, 35, 50, .2);
103 }
104 .imagify-sweet-alert-signup.imagify-sweet-alert {
105 background: #FFF!important;
106 }
107 .imagify-sweet-alert-signup .swal2-buttonswrapper {
108 padding: 12px 22px;
109 }
110 .swal2-success-circular-line-left,
111 .swal2-success-fix,
112 .swal2-success-circular-line-right {
113 background: #1F2332 !important
114 }
115 .imagify-sweet-alert-signup .sa-confirm-button-container {
116 width: 40%;
117 }
118 .imagify-sweet-alert-signup .swal2-input {
119 margin-top: 0;
120 margin-left: 40px;
121 margin-right: 40px;
122 width: calc( 100% - 80px);
123 }
124 .imagify-sweet-alert .sa-input-error:before,
125 .imagify-sweet-alert .sa-input-error:after,
126 .imagify-sweet-alert .la-ball-fall {
127 top: 25% !important;
128 }
129
130 .imagify-sweet-alert .swal2-buttonswrapper.swal2-loading .swal2-confirm.swal2-confirm {
131 height: 40px !important;
132 border-radius: 100% !important;
133 border-left-width: 0 !important;
134 border-right-width: 0 !important;
135 }
136
137 /* Imagify swal contents */
138 .imagify-sweet-alert .swal2-content {
139 padding: 28px 32px;
140 background: #FFF;
141 }
142 .imagify-swal-has-subtitle .swal2-content {
143 padding: 0;
144 }
145 .imagify-swal-content {
146 font-size: 14px;
147 padding: 28px 32px;
148 }
149
150 /* Quota */
151 .imagify-swal-quota .imagify-space-left {
152 display: flex;
153 align-items: center;
154 justify-content: space-between;
155 padding: 4px 32px;
156 text-align: left;
157 font-weight: bold;
158 color: #FFF;
159 background: #343A49;
160 }
161 .imagify-swal-quota .imagify-space-left p {
162 font-size: 14px;
163 }
164 .imagify-swal-quota .imagify-space-left [class^="imagify-bar-"] {
165 width: auto;
166 flex-basis: 269px;
167 }
168
169 /* Close button */
170 .imagify-sweet-alert .swal2-close {
171 color: rgba(255,255,255,.5);
172 }