vbax-becky_thatcher 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.gitignore +8 -0
- data/Gemfile +4 -0
- data/LICENSE.txt +21 -0
- data/README.md +39 -0
- data/Rakefile +2 -0
- data/bin/console +14 -0
- data/bin/setup +8 -0
- data/lib/vbax/becky_thatcher/engine.rb +14 -0
- data/lib/vbax/becky_thatcher/version.rb +5 -0
- data/lib/vbax/becky_thatcher.rb +8 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_alert.scss +51 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_badge.scss +47 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_breadcrumb.scss +41 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_button-group.scss +172 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_buttons.scss +143 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_card.scss +301 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_carousel.scss +236 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_close.scss +35 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_code.scss +48 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_custom-forms.scss +433 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_dropdown.scss +166 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_forms.scss +333 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_functions.scss +86 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_grid.scss +52 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_images.scss +42 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_input-group.scss +173 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_jumbotron.scss +16 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_list-group.scss +115 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_media.scss +8 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_mixins.scss +41 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_modal.scss +180 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_nav.scss +118 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_navbar.scss +299 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_pagination.scss +78 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_popover.scss +183 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_print.scss +141 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_progress.scss +34 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_reboot.scss +483 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_root.scss +19 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_tables.scss +187 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_tooltip.scss +115 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_transitions.scss +22 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_type.scss +125 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_utilities.scss +15 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_variables.scss +952 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_alert.scss +13 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_background-variant.scss +21 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_badge.scss +12 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_border-radius.scss +35 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_box-shadow.scss +5 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_breakpoints.scss +123 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_buttons.scss +109 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_caret.scss +66 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_clearfix.scss +7 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_float.scss +11 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_forms.scss +147 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_gradients.scss +45 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_grid-framework.scss +67 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_grid.scss +52 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_hover.scss +37 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_image.scss +36 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_list-group.scss +21 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_lists.scss +7 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_nav-divider.scss +10 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_pagination.scss +22 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_reset-text.scss +17 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_resize.scss +6 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_screen-reader.scss +33 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_size.scss +6 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_table-row.scss +30 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_text-emphasis.scss +14 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_text-hide.scss +13 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_text-truncate.scss +8 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_transition.scss +13 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_visibility.scss +7 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_align.scss +8 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_background.scss +19 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_borders.scss +59 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_clearfix.scss +3 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_display.scss +38 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_embed.scss +52 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_flex.scss +51 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_float.scss +9 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_position.scss +37 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_screenreaders.scss +11 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_shadows.scss +6 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_sizing.scss +12 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_spacing.scss +51 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_text.scss +58 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_visibility.scss +11 -0
- data/lib/vbax/sass/becky_thatcher/custom/_alerts.scss +89 -0
- data/lib/vbax/sass/becky_thatcher/custom/_avatars.scss +51 -0
- data/lib/vbax/sass/becky_thatcher/custom/_badge.scss +25 -0
- data/lib/vbax/sass/becky_thatcher/custom/_buttons.scss +281 -0
- data/lib/vbax/sass/becky_thatcher/custom/_card.scss +223 -0
- data/lib/vbax/sass/becky_thatcher/custom/_checkboxes-radio.scss +154 -0
- data/lib/vbax/sass/becky_thatcher/custom/_close.scss +29 -0
- data/lib/vbax/sass/becky_thatcher/custom/_custom-forms.scss +186 -0
- data/lib/vbax/sass/becky_thatcher/custom/_dropdown.scss +361 -0
- data/lib/vbax/sass/becky_thatcher/custom/_example-pages.scss +319 -0
- data/lib/vbax/sass/becky_thatcher/custom/_fixed-plugin.scss +335 -0
- data/lib/vbax/sass/becky_thatcher/custom/_footer.scss +109 -0
- data/lib/vbax/sass/becky_thatcher/custom/_forms.scss +146 -0
- data/lib/vbax/sass/becky_thatcher/custom/_functions.scss +23 -0
- data/lib/vbax/sass/becky_thatcher/custom/_global.scss +172 -0
- data/lib/vbax/sass/becky_thatcher/custom/_grid.scss +5 -0
- data/lib/vbax/sass/becky_thatcher/custom/_icons.scss +92 -0
- data/lib/vbax/sass/becky_thatcher/custom/_images.scss +7 -0
- data/lib/vbax/sass/becky_thatcher/custom/_info-areas.scss +170 -0
- data/lib/vbax/sass/becky_thatcher/custom/_input-group.scss +342 -0
- data/lib/vbax/sass/becky_thatcher/custom/_misc.scss +215 -0
- data/lib/vbax/sass/becky_thatcher/custom/_mixins.scss +15 -0
- data/lib/vbax/sass/becky_thatcher/custom/_modal.scss +257 -0
- data/lib/vbax/sass/becky_thatcher/custom/_nav.scss +85 -0
- data/lib/vbax/sass/becky_thatcher/custom/_navbar.scss +480 -0
- data/lib/vbax/sass/becky_thatcher/custom/_pagination.scss +141 -0
- data/lib/vbax/sass/becky_thatcher/custom/_pills.scss +169 -0
- data/lib/vbax/sass/becky_thatcher/custom/_popover.scss +14 -0
- data/lib/vbax/sass/becky_thatcher/custom/_progress.scss +103 -0
- data/lib/vbax/sass/becky_thatcher/custom/_reboot.scss +18 -0
- data/lib/vbax/sass/becky_thatcher/custom/_rtl.scss +268 -0
- data/lib/vbax/sass/becky_thatcher/custom/_sidebar-and-main-panel.scss +912 -0
- data/lib/vbax/sass/becky_thatcher/custom/_tables.scss +248 -0
- data/lib/vbax/sass/becky_thatcher/custom/_tabs.scss +110 -0
- data/lib/vbax/sass/becky_thatcher/custom/_timeline.scss +251 -0
- data/lib/vbax/sass/becky_thatcher/custom/_type.scss +166 -0
- data/lib/vbax/sass/becky_thatcher/custom/_utilities.scss +9 -0
- data/lib/vbax/sass/becky_thatcher/custom/_variables.scss +997 -0
- data/lib/vbax/sass/becky_thatcher/custom/_white-content.scss +491 -0
- data/lib/vbax/sass/becky_thatcher/custom/cards/_card-animation-on-hover.scss +7 -0
- data/lib/vbax/sass/becky_thatcher/custom/cards/_card-chart.scss +84 -0
- data/lib/vbax/sass/becky_thatcher/custom/cards/_card-collapse.scss +51 -0
- data/lib/vbax/sass/becky_thatcher/custom/cards/_card-contributions.scss +55 -0
- data/lib/vbax/sass/becky_thatcher/custom/cards/_card-lock.scss +18 -0
- data/lib/vbax/sass/becky_thatcher/custom/cards/_card-map.scss +3 -0
- data/lib/vbax/sass/becky_thatcher/custom/cards/_card-plain.scss +16 -0
- data/lib/vbax/sass/becky_thatcher/custom/cards/_card-pricing.scss +190 -0
- data/lib/vbax/sass/becky_thatcher/custom/cards/_card-profile.scss +49 -0
- data/lib/vbax/sass/becky_thatcher/custom/cards/_card-register.scss +79 -0
- data/lib/vbax/sass/becky_thatcher/custom/cards/_card-stats-mini.scss +53 -0
- data/lib/vbax/sass/becky_thatcher/custom/cards/_card-stats.scss +80 -0
- data/lib/vbax/sass/becky_thatcher/custom/cards/_card-subcategories.scss +3 -0
- data/lib/vbax/sass/becky_thatcher/custom/cards/_card-task.scss +31 -0
- data/lib/vbax/sass/becky_thatcher/custom/cards/_card-testimonials.scss +46 -0
- data/lib/vbax/sass/becky_thatcher/custom/cards/_card-user.scss +77 -0
- data/lib/vbax/sass/becky_thatcher/custom/cards/_card-wizard.scss +21 -0
- data/lib/vbax/sass/becky_thatcher/custom/mixins/_alert.scss +14 -0
- data/lib/vbax/sass/becky_thatcher/custom/mixins/_background-variant.scss +18 -0
- data/lib/vbax/sass/becky_thatcher/custom/mixins/_badges.scss +15 -0
- data/lib/vbax/sass/becky_thatcher/custom/mixins/_buttons.scss +343 -0
- data/lib/vbax/sass/becky_thatcher/custom/mixins/_dropdown.scss +26 -0
- data/lib/vbax/sass/becky_thatcher/custom/mixins/_forms.scss +127 -0
- data/lib/vbax/sass/becky_thatcher/custom/mixins/_icon.scss +4 -0
- data/lib/vbax/sass/becky_thatcher/custom/mixins/_inputs.scss +234 -0
- data/lib/vbax/sass/becky_thatcher/custom/mixins/_modals.scss +15 -0
- data/lib/vbax/sass/becky_thatcher/custom/mixins/_page-header.scss +7 -0
- data/lib/vbax/sass/becky_thatcher/custom/mixins/_popovers.scss +41 -0
- data/lib/vbax/sass/becky_thatcher/custom/mixins/_vendor-prefixes.scss +202 -0
- data/lib/vbax/sass/becky_thatcher/custom/mixins/_wizard.scss +26 -0
- data/lib/vbax/sass/becky_thatcher/custom/mixins/opacity.scss +8 -0
- data/lib/vbax/sass/becky_thatcher/custom/utilities/_backgrounds.scss +42 -0
- data/lib/vbax/sass/becky_thatcher/custom/utilities/_floating.scss +54 -0
- data/lib/vbax/sass/becky_thatcher/custom/utilities/_helper.scss +62 -0
- data/lib/vbax/sass/becky_thatcher/custom/utilities/_position.scss +19 -0
- data/lib/vbax/sass/becky_thatcher/custom/utilities/_shadows.scss +10 -0
- data/lib/vbax/sass/becky_thatcher/custom/utilities/_sizing.scss +5 -0
- data/lib/vbax/sass/becky_thatcher/custom/utilities/_spacing.scss +105 -0
- data/lib/vbax/sass/becky_thatcher/custom/utilities/_text.scss +40 -0
- data/lib/vbax/sass/becky_thatcher/custom/utilities/_transform.scss +8 -0
- data/lib/vbax/sass/becky_thatcher/custom/vendor/_icons.scss +415 -0
- data/lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-animate-bootstrap-notify.scss +227 -0
- data/lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-bootstrap-select.scss +358 -0
- data/lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-bootstrap-switch.scss +316 -0
- data/lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-card-wizard.scss +315 -0
- data/lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-datatables.net.scss +135 -0
- data/lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-datetimepicker.scss +527 -0
- data/lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-fullcalendar.scss +1528 -0
- data/lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-jasny-fileupload.scss +116 -0
- data/lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-jquery.jvectormap.scss +136 -0
- data/lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-nouislider.scss +373 -0
- data/lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-perfect-scrollbar.scss +116 -0
- data/lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-sweetalert2.scss +711 -0
- data/lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-tagsinput.scss +79 -0
- data/lib/vbax/sass/becky_thatcher.scss +144 -0
- data/vbax-becky_thatcher.gemspec +41 -0
- metadata +257 -0
@@ -0,0 +1,711 @@
|
|
1
|
+
body.swal2-shown {
|
2
|
+
overflow-y: hidden; }
|
3
|
+
|
4
|
+
body.swal2-iosfix {
|
5
|
+
position: fixed;
|
6
|
+
left: 0;
|
7
|
+
right: 0; }
|
8
|
+
|
9
|
+
.swal2-container {
|
10
|
+
display: -webkit-box;
|
11
|
+
display: -ms-flexbox;
|
12
|
+
display: flex;
|
13
|
+
-webkit-box-align: center;
|
14
|
+
-ms-flex-align: center;
|
15
|
+
align-items: center;
|
16
|
+
position: fixed;
|
17
|
+
top: 0;
|
18
|
+
left: 0;
|
19
|
+
bottom: 0;
|
20
|
+
right: 0;
|
21
|
+
padding: 10px;
|
22
|
+
background-color: transparent;
|
23
|
+
z-index: 1060; }
|
24
|
+
.swal2-container.swal2-fade {
|
25
|
+
-webkit-transition: background-color .1s;
|
26
|
+
transition: background-color .1s; }
|
27
|
+
.swal2-container.swal2-shown {
|
28
|
+
background-color: rgba(0, 0, 0, 0.4); }
|
29
|
+
|
30
|
+
.swal2-modal {
|
31
|
+
background-color: #fff;
|
32
|
+
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
33
|
+
border-radius: 5px;
|
34
|
+
-webkit-box-sizing: border-box;
|
35
|
+
box-sizing: border-box;
|
36
|
+
text-align: center;
|
37
|
+
margin: auto;
|
38
|
+
box-shadow: $box-shadow;
|
39
|
+
overflow-x: hidden;
|
40
|
+
overflow-y: auto;
|
41
|
+
padding: 40px 20px !important;
|
42
|
+
display: none;
|
43
|
+
position: relative;
|
44
|
+
max-width: 100%; }
|
45
|
+
.swal2-modal:focus {
|
46
|
+
outline: none; }
|
47
|
+
.swal2-modal.swal2-loading {
|
48
|
+
overflow-y: hidden; }
|
49
|
+
.swal2-modal .swal2-title {
|
50
|
+
color: #595959;
|
51
|
+
font-size: 30px;
|
52
|
+
text-align: center;
|
53
|
+
font-weight: 600;
|
54
|
+
text-transform: none;
|
55
|
+
position: relative;
|
56
|
+
margin: 0 0 .4em;
|
57
|
+
padding: 0;
|
58
|
+
display: block;
|
59
|
+
word-wrap: break-word; }
|
60
|
+
.swal2-modal .swal2-buttonswrapper {
|
61
|
+
margin-top: 15px; }
|
62
|
+
.swal2-modal .swal2-buttonswrapper:not(.swal2-loading) .swal2-styled[disabled] {
|
63
|
+
opacity: .4;
|
64
|
+
cursor: no-drop; }
|
65
|
+
.swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-confirm {
|
66
|
+
-webkit-box-sizing: border-box;
|
67
|
+
box-sizing: border-box;
|
68
|
+
border: 4px solid transparent;
|
69
|
+
border-color: transparent;
|
70
|
+
width: 40px;
|
71
|
+
height: 40px;
|
72
|
+
padding: 0;
|
73
|
+
margin: 7.5px;
|
74
|
+
vertical-align: top;
|
75
|
+
background-color: transparent !important;
|
76
|
+
color: transparent;
|
77
|
+
cursor: default;
|
78
|
+
border-radius: 100%;
|
79
|
+
-webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
|
80
|
+
animation: rotate-loading 1.5s linear 0s infinite normal;
|
81
|
+
-webkit-user-select: none;
|
82
|
+
-moz-user-select: none;
|
83
|
+
-ms-user-select: none;
|
84
|
+
user-select: none; }
|
85
|
+
.swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-cancel {
|
86
|
+
margin-left: 30px;
|
87
|
+
margin-right: 30px; }
|
88
|
+
.swal2-modal .swal2-buttonswrapper.swal2-loading :not(.swal2-styled).swal2-confirm::after {
|
89
|
+
display: inline-block;
|
90
|
+
content: '';
|
91
|
+
margin-left: 5px;
|
92
|
+
vertical-align: -1px;
|
93
|
+
height: 15px;
|
94
|
+
width: 15px;
|
95
|
+
border: 3px solid #999999;
|
96
|
+
-webkit-box-shadow: 1px 1px 1px #fff;
|
97
|
+
box-shadow: 1px 1px 1px #fff;
|
98
|
+
border-right-color: transparent;
|
99
|
+
border-radius: 50%;
|
100
|
+
-webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
|
101
|
+
animation: rotate-loading 1.5s linear 0s infinite normal; }
|
102
|
+
.swal2-modal .swal2-styled {
|
103
|
+
border: 0;
|
104
|
+
border-radius: 3px;
|
105
|
+
-webkit-box-shadow: none;
|
106
|
+
box-shadow: none;
|
107
|
+
color: #fff;
|
108
|
+
cursor: pointer;
|
109
|
+
font-size: 17px;
|
110
|
+
font-weight: 500;
|
111
|
+
margin: 15px 5px 0;
|
112
|
+
padding: 10px 32px; }
|
113
|
+
.swal2-modal .swal2-styled:focus {
|
114
|
+
outline: none;
|
115
|
+
-webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4);
|
116
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4); }
|
117
|
+
.swal2-modal .swal2-image {
|
118
|
+
margin: 20px auto;
|
119
|
+
max-width: 100%; }
|
120
|
+
.swal2-modal .swal2-close {
|
121
|
+
background: transparent;
|
122
|
+
border: 0;
|
123
|
+
margin: 0;
|
124
|
+
padding: 0;
|
125
|
+
width: 38px;
|
126
|
+
height: 40px;
|
127
|
+
font-size: 36px;
|
128
|
+
line-height: 40px;
|
129
|
+
font-family: serif;
|
130
|
+
position: absolute;
|
131
|
+
top: 5px;
|
132
|
+
right: 8px;
|
133
|
+
cursor: pointer;
|
134
|
+
color: #cccccc;
|
135
|
+
-webkit-transition: color .1s ease;
|
136
|
+
transition: color .1s ease; }
|
137
|
+
.swal2-modal .swal2-close:hover {
|
138
|
+
color: #d55; }
|
139
|
+
.swal2-modal > .swal2-input,
|
140
|
+
.swal2-modal > .swal2-file,
|
141
|
+
.swal2-modal > .swal2-textarea,
|
142
|
+
.swal2-modal > .swal2-select,
|
143
|
+
.swal2-modal > .swal2-radio,
|
144
|
+
.swal2-modal > .swal2-checkbox {
|
145
|
+
display: none; }
|
146
|
+
.swal2-modal .swal2-content {
|
147
|
+
font-size: 18px;
|
148
|
+
text-align: center;
|
149
|
+
font-weight: 300;
|
150
|
+
position: relative;
|
151
|
+
float: none;
|
152
|
+
margin: 0;
|
153
|
+
padding: 0;
|
154
|
+
line-height: normal;
|
155
|
+
color: #545454;
|
156
|
+
word-wrap: break-word;
|
157
|
+
input.form-control{
|
158
|
+
color: black;
|
159
|
+
}
|
160
|
+
}
|
161
|
+
|
162
|
+
.swal2-modal .swal2-input,
|
163
|
+
.swal2-modal .swal2-file,
|
164
|
+
.swal2-modal .swal2-textarea,
|
165
|
+
.swal2-modal .swal2-select,
|
166
|
+
.swal2-modal .swal2-radio,
|
167
|
+
.swal2-modal .swal2-checkbox {
|
168
|
+
margin: 20px auto; }
|
169
|
+
.swal2-modal .swal2-input,
|
170
|
+
.swal2-modal .swal2-file,
|
171
|
+
.swal2-modal .swal2-textarea {
|
172
|
+
width: 100%;
|
173
|
+
-webkit-box-sizing: border-box;
|
174
|
+
box-sizing: border-box;
|
175
|
+
font-size: 18px;
|
176
|
+
border-radius: 3px;
|
177
|
+
border: 1px solid #d9d9d9;
|
178
|
+
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
|
179
|
+
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
|
180
|
+
-webkit-transition: border-color .3s, -webkit-box-shadow .3s;
|
181
|
+
transition: border-color .3s, -webkit-box-shadow .3s;
|
182
|
+
transition: border-color .3s, box-shadow .3s;
|
183
|
+
transition: border-color .3s, box-shadow .3s, -webkit-box-shadow .3s; }
|
184
|
+
.swal2-modal .swal2-input.swal2-inputerror,
|
185
|
+
.swal2-modal .swal2-file.swal2-inputerror,
|
186
|
+
.swal2-modal .swal2-textarea.swal2-inputerror {
|
187
|
+
border-color: #f27474 !important;
|
188
|
+
-webkit-box-shadow: 0 0 2px #f27474 !important;
|
189
|
+
box-shadow: 0 0 2px #f27474 !important; }
|
190
|
+
.swal2-modal .swal2-input:focus,
|
191
|
+
.swal2-modal .swal2-file:focus,
|
192
|
+
.swal2-modal .swal2-textarea:focus {
|
193
|
+
outline: none;
|
194
|
+
border: 1px solid #b4dbed;
|
195
|
+
-webkit-box-shadow: 0 0 3px #c4e6f5;
|
196
|
+
box-shadow: 0 0 3px #c4e6f5; }
|
197
|
+
.swal2-modal .swal2-input::-webkit-input-placeholder,
|
198
|
+
.swal2-modal .swal2-file::-webkit-input-placeholder,
|
199
|
+
.swal2-modal .swal2-textarea::-webkit-input-placeholder {
|
200
|
+
color: #cccccc; }
|
201
|
+
.swal2-modal .swal2-input:-ms-input-placeholder,
|
202
|
+
.swal2-modal .swal2-file:-ms-input-placeholder,
|
203
|
+
.swal2-modal .swal2-textarea:-ms-input-placeholder {
|
204
|
+
color: #cccccc; }
|
205
|
+
.swal2-modal .swal2-input::placeholder,
|
206
|
+
.swal2-modal .swal2-file::placeholder,
|
207
|
+
.swal2-modal .swal2-textarea::placeholder {
|
208
|
+
color: #cccccc; }
|
209
|
+
.swal2-modal .swal2-range input {
|
210
|
+
float: left;
|
211
|
+
width: 80%; }
|
212
|
+
.swal2-modal .swal2-range output {
|
213
|
+
float: right;
|
214
|
+
width: 20%;
|
215
|
+
font-size: 20px;
|
216
|
+
font-weight: 600;
|
217
|
+
text-align: center; }
|
218
|
+
.swal2-modal .swal2-range input,
|
219
|
+
.swal2-modal .swal2-range output {
|
220
|
+
height: 43px;
|
221
|
+
line-height: 43px;
|
222
|
+
vertical-align: middle;
|
223
|
+
margin: 20px auto;
|
224
|
+
padding: 0; }
|
225
|
+
.swal2-modal .swal2-input {
|
226
|
+
height: 43px;
|
227
|
+
padding: 0 12px; }
|
228
|
+
.swal2-modal .swal2-input[type='number'] {
|
229
|
+
max-width: 150px; }
|
230
|
+
.swal2-modal .swal2-file {
|
231
|
+
font-size: 20px; }
|
232
|
+
.swal2-modal .swal2-textarea {
|
233
|
+
height: 108px;
|
234
|
+
padding: 12px; }
|
235
|
+
.swal2-modal .swal2-select {
|
236
|
+
color: #545454;
|
237
|
+
font-size: inherit;
|
238
|
+
padding: 5px 10px;
|
239
|
+
min-width: 40%;
|
240
|
+
max-width: 100%; }
|
241
|
+
.swal2-modal .swal2-radio {
|
242
|
+
border: 0; }
|
243
|
+
.swal2-modal .swal2-radio label:not(:first-child) {
|
244
|
+
margin-left: 20px; }
|
245
|
+
.swal2-modal .swal2-radio input,
|
246
|
+
.swal2-modal .swal2-radio span {
|
247
|
+
vertical-align: middle; }
|
248
|
+
.swal2-modal .swal2-radio input {
|
249
|
+
margin: 0 3px 0 0; }
|
250
|
+
.swal2-modal .swal2-checkbox {
|
251
|
+
color: #545454; }
|
252
|
+
.swal2-modal .swal2-checkbox input,
|
253
|
+
.swal2-modal .swal2-checkbox span {
|
254
|
+
vertical-align: middle; }
|
255
|
+
.swal2-modal .swal2-validationerror {
|
256
|
+
background-color: #f0f0f0;
|
257
|
+
margin: 0 -20px;
|
258
|
+
overflow: hidden;
|
259
|
+
padding: 10px;
|
260
|
+
color: gray;
|
261
|
+
font-size: 16px;
|
262
|
+
font-weight: 300;
|
263
|
+
display: none; }
|
264
|
+
.swal2-modal .swal2-validationerror::before {
|
265
|
+
content: '!';
|
266
|
+
display: inline-block;
|
267
|
+
width: 24px;
|
268
|
+
height: 24px;
|
269
|
+
border-radius: 50%;
|
270
|
+
background-color: #ea7d7d;
|
271
|
+
color: #fff;
|
272
|
+
line-height: 24px;
|
273
|
+
text-align: center;
|
274
|
+
margin-right: 10px; }
|
275
|
+
|
276
|
+
@supports (-ms-accelerator: true) {
|
277
|
+
.swal2-range input {
|
278
|
+
width: 100% !important; }
|
279
|
+
.swal2-range output {
|
280
|
+
display: none; } }
|
281
|
+
|
282
|
+
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
|
283
|
+
.swal2-range input {
|
284
|
+
width: 100% !important; }
|
285
|
+
.swal2-range output {
|
286
|
+
display: none; } }
|
287
|
+
|
288
|
+
.swal2-icon {
|
289
|
+
width: 80px;
|
290
|
+
height: 80px;
|
291
|
+
border: 4px solid transparent;
|
292
|
+
border-radius: 50%;
|
293
|
+
margin: 20px auto 30px;
|
294
|
+
padding: 0;
|
295
|
+
position: relative;
|
296
|
+
-webkit-box-sizing: content-box;
|
297
|
+
box-sizing: content-box;
|
298
|
+
cursor: default;
|
299
|
+
-webkit-user-select: none;
|
300
|
+
-moz-user-select: none;
|
301
|
+
-ms-user-select: none;
|
302
|
+
user-select: none; }
|
303
|
+
.swal2-icon.swal2-error {
|
304
|
+
border-color: rgba(255, 54, 54, .3); }
|
305
|
+
.swal2-icon.swal2-error .swal2-x-mark {
|
306
|
+
position: relative;
|
307
|
+
display: block; }
|
308
|
+
.swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
|
309
|
+
position: absolute;
|
310
|
+
height: 5px;
|
311
|
+
width: 47px;
|
312
|
+
background-color: #FF3636;
|
313
|
+
display: block;
|
314
|
+
top: 37px;
|
315
|
+
border-radius: 2px; }
|
316
|
+
.swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
|
317
|
+
-webkit-transform: rotate(45deg);
|
318
|
+
transform: rotate(45deg);
|
319
|
+
left: 17px; }
|
320
|
+
.swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
|
321
|
+
-webkit-transform: rotate(-45deg);
|
322
|
+
transform: rotate(-45deg);
|
323
|
+
right: 16px; }
|
324
|
+
.swal2-icon.swal2-warning {
|
325
|
+
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
326
|
+
color: #FFB236;
|
327
|
+
border-color: #FFB236;
|
328
|
+
font-size: 60px;
|
329
|
+
line-height: 80px;
|
330
|
+
text-align: center; }
|
331
|
+
.swal2-icon.swal2-info {
|
332
|
+
font-family: 'Open Sans', sans-serif;
|
333
|
+
color: #3fc3ee;
|
334
|
+
border-color: #9de0f6;
|
335
|
+
font-size: 60px;
|
336
|
+
line-height: 80px;
|
337
|
+
text-align: center; }
|
338
|
+
.swal2-icon.swal2-question {
|
339
|
+
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
340
|
+
color: #87adbd;
|
341
|
+
border-color: #c9dae1;
|
342
|
+
font-size: 60px;
|
343
|
+
line-height: 80px;
|
344
|
+
text-align: center; }
|
345
|
+
.swal2-icon.swal2-success {
|
346
|
+
border-color: #a5dc86; }
|
347
|
+
.swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
|
348
|
+
border-radius: 50%;
|
349
|
+
position: absolute;
|
350
|
+
width: 60px;
|
351
|
+
height: 120px;
|
352
|
+
-webkit-transform: rotate(45deg);
|
353
|
+
transform: rotate(45deg); }
|
354
|
+
.swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
|
355
|
+
border-radius: 120px 0 0 120px;
|
356
|
+
top: -7px;
|
357
|
+
left: -33px;
|
358
|
+
-webkit-transform: rotate(-45deg);
|
359
|
+
transform: rotate(-45deg);
|
360
|
+
-webkit-transform-origin: 60px 60px;
|
361
|
+
transform-origin: 60px 60px; }
|
362
|
+
.swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
|
363
|
+
border-radius: 0 120px 120px 0;
|
364
|
+
top: -11px;
|
365
|
+
left: 30px;
|
366
|
+
-webkit-transform: rotate(-45deg);
|
367
|
+
transform: rotate(-45deg);
|
368
|
+
-webkit-transform-origin: 0 60px;
|
369
|
+
transform-origin: 0 60px; }
|
370
|
+
.swal2-icon.swal2-success .swal2-success-ring {
|
371
|
+
width: 80px;
|
372
|
+
height: 80px;
|
373
|
+
border: 4px solid rgba(24, 206, 15, .3);
|
374
|
+
border-radius: 50%;
|
375
|
+
-webkit-box-sizing: content-box;
|
376
|
+
box-sizing: content-box;
|
377
|
+
position: absolute;
|
378
|
+
left: -4px;
|
379
|
+
top: -4px;
|
380
|
+
z-index: 2; }
|
381
|
+
.swal2-icon.swal2-success .swal2-success-fix {
|
382
|
+
width: 7px;
|
383
|
+
height: 90px;
|
384
|
+
position: absolute;
|
385
|
+
left: 28px;
|
386
|
+
top: 8px;
|
387
|
+
z-index: 1;
|
388
|
+
-webkit-transform: rotate(-45deg);
|
389
|
+
transform: rotate(-45deg); }
|
390
|
+
.swal2-icon.swal2-success [class^='swal2-success-line'] {
|
391
|
+
height: 5px;
|
392
|
+
background-color: #18ce0f;
|
393
|
+
display: block;
|
394
|
+
border-radius: 2px;
|
395
|
+
position: absolute;
|
396
|
+
z-index: 2; }
|
397
|
+
.swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
|
398
|
+
width: 25px;
|
399
|
+
left: 14px;
|
400
|
+
top: 46px;
|
401
|
+
-webkit-transform: rotate(45deg);
|
402
|
+
transform: rotate(45deg); }
|
403
|
+
.swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
|
404
|
+
width: 47px;
|
405
|
+
right: 8px;
|
406
|
+
top: 38px;
|
407
|
+
-webkit-transform: rotate(-45deg);
|
408
|
+
transform: rotate(-45deg); }
|
409
|
+
|
410
|
+
.swal2-progresssteps {
|
411
|
+
font-weight: 600;
|
412
|
+
margin: 0 0 20px;
|
413
|
+
padding: 0; }
|
414
|
+
.swal2-progresssteps li {
|
415
|
+
display: inline-block;
|
416
|
+
position: relative; }
|
417
|
+
.swal2-progresssteps .swal2-progresscircle {
|
418
|
+
background: #3085d6;
|
419
|
+
border-radius: 2em;
|
420
|
+
color: #fff;
|
421
|
+
height: 2em;
|
422
|
+
line-height: 2em;
|
423
|
+
text-align: center;
|
424
|
+
width: 2em;
|
425
|
+
z-index: 20; }
|
426
|
+
.swal2-progresssteps .swal2-progresscircle:first-child {
|
427
|
+
margin-left: 0; }
|
428
|
+
.swal2-progresssteps .swal2-progresscircle:last-child {
|
429
|
+
margin-right: 0; }
|
430
|
+
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
|
431
|
+
background: #3085d6; }
|
432
|
+
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle {
|
433
|
+
background: #add8e6; }
|
434
|
+
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
|
435
|
+
background: #add8e6; }
|
436
|
+
.swal2-progresssteps .swal2-progressline {
|
437
|
+
background: #3085d6;
|
438
|
+
height: .4em;
|
439
|
+
margin: 0 -1px;
|
440
|
+
z-index: 10; }
|
441
|
+
|
442
|
+
[class^='swal2'] {
|
443
|
+
-webkit-tap-highlight-color: transparent; }
|
444
|
+
|
445
|
+
@-webkit-keyframes showSweetAlert {
|
446
|
+
0% {
|
447
|
+
-webkit-transform: scale(0.7);
|
448
|
+
transform: scale(0.7); }
|
449
|
+
45% {
|
450
|
+
-webkit-transform: scale(1.05);
|
451
|
+
transform: scale(1.05); }
|
452
|
+
80% {
|
453
|
+
-webkit-transform: scale(0.95);
|
454
|
+
transform: scale(0.95); }
|
455
|
+
100% {
|
456
|
+
-webkit-transform: scale(1);
|
457
|
+
transform: scale(1); } }
|
458
|
+
|
459
|
+
@keyframes showSweetAlert {
|
460
|
+
0% {
|
461
|
+
-webkit-transform: scale(0.7);
|
462
|
+
transform: scale(0.7); }
|
463
|
+
45% {
|
464
|
+
-webkit-transform: scale(1.05);
|
465
|
+
transform: scale(1.05); }
|
466
|
+
80% {
|
467
|
+
-webkit-transform: scale(0.95);
|
468
|
+
transform: scale(0.95); }
|
469
|
+
100% {
|
470
|
+
-webkit-transform: scale(1);
|
471
|
+
transform: scale(1); } }
|
472
|
+
|
473
|
+
@-webkit-keyframes hideSweetAlert {
|
474
|
+
0% {
|
475
|
+
-webkit-transform: scale(1);
|
476
|
+
transform: scale(1);
|
477
|
+
opacity: 1; }
|
478
|
+
100% {
|
479
|
+
-webkit-transform: scale(0.5);
|
480
|
+
transform: scale(0.5);
|
481
|
+
opacity: 0; } }
|
482
|
+
|
483
|
+
@keyframes hideSweetAlert {
|
484
|
+
0% {
|
485
|
+
-webkit-transform: scale(1);
|
486
|
+
transform: scale(1);
|
487
|
+
opacity: 1; }
|
488
|
+
100% {
|
489
|
+
-webkit-transform: scale(0.5);
|
490
|
+
transform: scale(0.5);
|
491
|
+
opacity: 0; } }
|
492
|
+
|
493
|
+
.swal2-show {
|
494
|
+
-webkit-animation: showSweetAlert .3s;
|
495
|
+
animation: showSweetAlert .3s; }
|
496
|
+
.swal2-show.swal2-noanimation {
|
497
|
+
-webkit-animation: none;
|
498
|
+
animation: none; }
|
499
|
+
|
500
|
+
.swal2-hide {
|
501
|
+
-webkit-animation: hideSweetAlert .15s forwards;
|
502
|
+
animation: hideSweetAlert .15s forwards; }
|
503
|
+
.swal2-hide.swal2-noanimation {
|
504
|
+
-webkit-animation: none;
|
505
|
+
animation: none; }
|
506
|
+
|
507
|
+
@-webkit-keyframes animate-success-tip {
|
508
|
+
0% {
|
509
|
+
width: 0;
|
510
|
+
left: 1px;
|
511
|
+
top: 19px; }
|
512
|
+
54% {
|
513
|
+
width: 0;
|
514
|
+
left: 1px;
|
515
|
+
top: 19px; }
|
516
|
+
70% {
|
517
|
+
width: 50px;
|
518
|
+
left: -8px;
|
519
|
+
top: 37px; }
|
520
|
+
84% {
|
521
|
+
width: 17px;
|
522
|
+
left: 21px;
|
523
|
+
top: 48px; }
|
524
|
+
100% {
|
525
|
+
width: 25px;
|
526
|
+
left: 14px;
|
527
|
+
top: 45px; } }
|
528
|
+
|
529
|
+
@keyframes animate-success-tip {
|
530
|
+
0% {
|
531
|
+
width: 0;
|
532
|
+
left: 1px;
|
533
|
+
top: 19px; }
|
534
|
+
54% {
|
535
|
+
width: 0;
|
536
|
+
left: 1px;
|
537
|
+
top: 19px; }
|
538
|
+
70% {
|
539
|
+
width: 50px;
|
540
|
+
left: -8px;
|
541
|
+
top: 37px; }
|
542
|
+
84% {
|
543
|
+
width: 17px;
|
544
|
+
left: 21px;
|
545
|
+
top: 48px; }
|
546
|
+
100% {
|
547
|
+
width: 25px;
|
548
|
+
left: 14px;
|
549
|
+
top: 45px; } }
|
550
|
+
|
551
|
+
@-webkit-keyframes animate-success-long {
|
552
|
+
0% {
|
553
|
+
width: 0;
|
554
|
+
right: 46px;
|
555
|
+
top: 54px; }
|
556
|
+
65% {
|
557
|
+
width: 0;
|
558
|
+
right: 46px;
|
559
|
+
top: 54px; }
|
560
|
+
84% {
|
561
|
+
width: 55px;
|
562
|
+
right: 0;
|
563
|
+
top: 35px; }
|
564
|
+
100% {
|
565
|
+
width: 47px;
|
566
|
+
right: 8px;
|
567
|
+
top: 38px; } }
|
568
|
+
|
569
|
+
@keyframes animate-success-long {
|
570
|
+
0% {
|
571
|
+
width: 0;
|
572
|
+
right: 46px;
|
573
|
+
top: 54px; }
|
574
|
+
65% {
|
575
|
+
width: 0;
|
576
|
+
right: 46px;
|
577
|
+
top: 54px; }
|
578
|
+
84% {
|
579
|
+
width: 55px;
|
580
|
+
right: 0;
|
581
|
+
top: 35px; }
|
582
|
+
100% {
|
583
|
+
width: 47px;
|
584
|
+
right: 8px;
|
585
|
+
top: 38px; } }
|
586
|
+
|
587
|
+
@-webkit-keyframes rotatePlaceholder {
|
588
|
+
0% {
|
589
|
+
-webkit-transform: rotate(-45deg);
|
590
|
+
transform: rotate(-45deg); }
|
591
|
+
5% {
|
592
|
+
-webkit-transform: rotate(-45deg);
|
593
|
+
transform: rotate(-45deg); }
|
594
|
+
12% {
|
595
|
+
-webkit-transform: rotate(-405deg);
|
596
|
+
transform: rotate(-405deg); }
|
597
|
+
100% {
|
598
|
+
-webkit-transform: rotate(-405deg);
|
599
|
+
transform: rotate(-405deg); } }
|
600
|
+
|
601
|
+
@keyframes rotatePlaceholder {
|
602
|
+
0% {
|
603
|
+
-webkit-transform: rotate(-45deg);
|
604
|
+
transform: rotate(-45deg); }
|
605
|
+
5% {
|
606
|
+
-webkit-transform: rotate(-45deg);
|
607
|
+
transform: rotate(-45deg); }
|
608
|
+
12% {
|
609
|
+
-webkit-transform: rotate(-405deg);
|
610
|
+
transform: rotate(-405deg); }
|
611
|
+
100% {
|
612
|
+
-webkit-transform: rotate(-405deg);
|
613
|
+
transform: rotate(-405deg); } }
|
614
|
+
|
615
|
+
.swal2-animate-success-line-tip {
|
616
|
+
-webkit-animation: animate-success-tip .75s;
|
617
|
+
animation: animate-success-tip .75s; }
|
618
|
+
|
619
|
+
.swal2-animate-success-line-long {
|
620
|
+
-webkit-animation: animate-success-long .75s;
|
621
|
+
animation: animate-success-long .75s; }
|
622
|
+
|
623
|
+
.swal2-success.swal2-animate-success-icon .swal2-success-circular-line-right {
|
624
|
+
-webkit-animation: rotatePlaceholder 4.25s ease-in;
|
625
|
+
animation: rotatePlaceholder 4.25s ease-in; }
|
626
|
+
|
627
|
+
@-webkit-keyframes animate-error-icon {
|
628
|
+
0% {
|
629
|
+
-webkit-transform: rotateX(100deg);
|
630
|
+
transform: rotateX(100deg);
|
631
|
+
opacity: 0; }
|
632
|
+
100% {
|
633
|
+
-webkit-transform: rotateX(0deg);
|
634
|
+
transform: rotateX(0deg);
|
635
|
+
opacity: 1; } }
|
636
|
+
|
637
|
+
@keyframes animate-error-icon {
|
638
|
+
0% {
|
639
|
+
-webkit-transform: rotateX(100deg);
|
640
|
+
transform: rotateX(100deg);
|
641
|
+
opacity: 0; }
|
642
|
+
100% {
|
643
|
+
-webkit-transform: rotateX(0deg);
|
644
|
+
transform: rotateX(0deg);
|
645
|
+
opacity: 1; } }
|
646
|
+
|
647
|
+
.swal2-animate-error-icon {
|
648
|
+
-webkit-animation: animate-error-icon .5s;
|
649
|
+
animation: animate-error-icon .5s; }
|
650
|
+
|
651
|
+
@-webkit-keyframes animate-x-mark {
|
652
|
+
0% {
|
653
|
+
-webkit-transform: scale(0.4);
|
654
|
+
transform: scale(0.4);
|
655
|
+
margin-top: 26px;
|
656
|
+
opacity: 0; }
|
657
|
+
50% {
|
658
|
+
-webkit-transform: scale(0.4);
|
659
|
+
transform: scale(0.4);
|
660
|
+
margin-top: 26px;
|
661
|
+
opacity: 0; }
|
662
|
+
80% {
|
663
|
+
-webkit-transform: scale(1.15);
|
664
|
+
transform: scale(1.15);
|
665
|
+
margin-top: -6px; }
|
666
|
+
100% {
|
667
|
+
-webkit-transform: scale(1);
|
668
|
+
transform: scale(1);
|
669
|
+
margin-top: 0;
|
670
|
+
opacity: 1; } }
|
671
|
+
|
672
|
+
@keyframes animate-x-mark {
|
673
|
+
0% {
|
674
|
+
-webkit-transform: scale(0.4);
|
675
|
+
transform: scale(0.4);
|
676
|
+
margin-top: 26px;
|
677
|
+
opacity: 0; }
|
678
|
+
50% {
|
679
|
+
-webkit-transform: scale(0.4);
|
680
|
+
transform: scale(0.4);
|
681
|
+
margin-top: 26px;
|
682
|
+
opacity: 0; }
|
683
|
+
80% {
|
684
|
+
-webkit-transform: scale(1.15);
|
685
|
+
transform: scale(1.15);
|
686
|
+
margin-top: -6px; }
|
687
|
+
100% {
|
688
|
+
-webkit-transform: scale(1);
|
689
|
+
transform: scale(1);
|
690
|
+
margin-top: 0;
|
691
|
+
opacity: 1; } }
|
692
|
+
|
693
|
+
.swal2-animate-x-mark {
|
694
|
+
-webkit-animation: animate-x-mark .5s;
|
695
|
+
animation: animate-x-mark .5s; }
|
696
|
+
|
697
|
+
@-webkit-keyframes rotate-loading {
|
698
|
+
0% {
|
699
|
+
-webkit-transform: rotate(0deg);
|
700
|
+
transform: rotate(0deg); }
|
701
|
+
100% {
|
702
|
+
-webkit-transform: rotate(360deg);
|
703
|
+
transform: rotate(360deg); } }
|
704
|
+
|
705
|
+
@keyframes rotate-loading {
|
706
|
+
0% {
|
707
|
+
-webkit-transform: rotate(0deg);
|
708
|
+
transform: rotate(0deg); }
|
709
|
+
100% {
|
710
|
+
-webkit-transform: rotate(360deg);
|
711
|
+
transform: rotate(360deg); } }
|