Bumped AdminLTE and its libraries from 3.0.4 to 3.1 This broke Calendar support will fix
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* @sweetalert2/themes v3.1.4
|
||||
* @sweetalert2/themes v4.0.3
|
||||
* Released under the MIT License.
|
||||
*/
|
||||
|
||||
@@ -42,7 +42,8 @@
|
||||
background: #fff;
|
||||
box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1); }
|
||||
.swal2-popup.swal2-toast .swal2-header {
|
||||
flex-direction: row; }
|
||||
flex-direction: row;
|
||||
padding: 0; }
|
||||
.swal2-popup.swal2-toast .swal2-title {
|
||||
flex-grow: 1;
|
||||
justify-content: flex-start;
|
||||
@@ -59,6 +60,7 @@
|
||||
line-height: 0.8; }
|
||||
.swal2-popup.swal2-toast .swal2-content {
|
||||
justify-content: flex-start;
|
||||
padding: 0;
|
||||
font-size: 0.875rem; }
|
||||
.swal2-popup.swal2-toast .swal2-icon {
|
||||
width: 2em;
|
||||
@@ -87,13 +89,14 @@
|
||||
flex-basis: auto !important;
|
||||
width: auto;
|
||||
height: auto;
|
||||
margin: 0 .3125em; }
|
||||
.swal2-popup.swal2-toast .swal2-styled {
|
||||
margin: 0 .3125em;
|
||||
padding: 0; }
|
||||
.swal2-popup.swal2-toast .swal2-styled {
|
||||
margin: .125em .3125em;
|
||||
padding: .3125em .625em;
|
||||
font-size: 0.875rem; }
|
||||
.swal2-popup.swal2-toast .swal2-styled:focus {
|
||||
box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4); }
|
||||
box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(100, 150, 200, 0.5); }
|
||||
.swal2-popup.swal2-toast .swal2-success {
|
||||
border-color: #28a745; }
|
||||
.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'] {
|
||||
@@ -159,7 +162,7 @@
|
||||
overflow-x: hidden;
|
||||
transition: background-color 0.5s;
|
||||
-webkit-overflow-scrolling: touch; }
|
||||
.swal2-container.swal2-backdrop-show {
|
||||
.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
|
||||
background: rgba(0, 0, 0, 0.5); }
|
||||
.swal2-container.swal2-backdrop-hide {
|
||||
background: transparent !important; }
|
||||
@@ -247,7 +250,8 @@
|
||||
.swal2-header {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center; }
|
||||
align-items: center;
|
||||
padding: 0 1.8em; }
|
||||
|
||||
.swal2-title {
|
||||
position: relative;
|
||||
@@ -264,54 +268,37 @@
|
||||
.swal2-actions {
|
||||
display: flex;
|
||||
z-index: 1;
|
||||
box-sizing: border-box;
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
margin: 1.25em auto 0; }
|
||||
margin: 1.25em auto 0;
|
||||
padding: 0 1.6em; }
|
||||
.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
|
||||
opacity: .4; }
|
||||
.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
|
||||
background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }
|
||||
.swal2-actions:not(.swal2-loading) .swal2-styled:active {
|
||||
background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }
|
||||
.swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
|
||||
box-sizing: border-box;
|
||||
width: 2.5em;
|
||||
height: 2.5em;
|
||||
margin: .46875em;
|
||||
padding: 0;
|
||||
-webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
|
||||
animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
|
||||
border: .25em solid transparent;
|
||||
border-radius: 100%;
|
||||
border-color: transparent;
|
||||
background-color: transparent !important;
|
||||
color: transparent;
|
||||
cursor: default;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none; }
|
||||
.swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
|
||||
margin-right: 30px;
|
||||
margin-left: 30px; }
|
||||
.swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
|
||||
content: '';
|
||||
display: inline-block;
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
margin-left: 5px;
|
||||
-webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
|
||||
animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
|
||||
border: 3px solid #999999;
|
||||
border-radius: 50%;
|
||||
border-right-color: transparent;
|
||||
box-shadow: 1px 1px 1px #fff; }
|
||||
|
||||
.swal2-loader {
|
||||
display: none;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 2.2em;
|
||||
height: 2.2em;
|
||||
margin: 0 1.875em;
|
||||
-webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
|
||||
animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
|
||||
border-width: 0.25em;
|
||||
border-style: solid;
|
||||
border-radius: 100%;
|
||||
border-color: #2778c4 transparent #2778c4 transparent; }
|
||||
|
||||
.swal2-styled {
|
||||
margin: .3125em;
|
||||
padding: .625em 2em;
|
||||
margin: 0.3125em;
|
||||
padding: 0.625em 1.1em;
|
||||
box-shadow: none;
|
||||
font-weight: 500; }
|
||||
.swal2-styled:not([disabled]) {
|
||||
@@ -323,6 +310,13 @@
|
||||
background-color: #007bff;
|
||||
color: #fff;
|
||||
font-size: 1.0625em; }
|
||||
.swal2-styled.swal2-deny {
|
||||
border: 0;
|
||||
border-radius: 0.25em;
|
||||
background: initial;
|
||||
background-color: #d14529;
|
||||
color: #fff;
|
||||
font-size: 1.0625em; }
|
||||
.swal2-styled.swal2-cancel {
|
||||
border: 0;
|
||||
border-radius: 0.25em;
|
||||
@@ -332,7 +326,7 @@
|
||||
font-size: 1.0625em; }
|
||||
.swal2-styled:focus {
|
||||
outline: none;
|
||||
box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4); }
|
||||
box-shadow: 0 0 0 3px rgba(100, 150, 200, 0.5); }
|
||||
.swal2-styled::-moz-focus-inner {
|
||||
border: 0; }
|
||||
|
||||
@@ -366,7 +360,6 @@
|
||||
.swal2-close {
|
||||
position: absolute;
|
||||
z-index: 2;
|
||||
/* 1617 */
|
||||
top: 0;
|
||||
right: 0;
|
||||
align-items: center;
|
||||
@@ -377,8 +370,7 @@
|
||||
overflow: hidden;
|
||||
transition: color 0.1s ease-out;
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
outline: initial;
|
||||
border-radius: 5px;
|
||||
background: transparent;
|
||||
color: rgba(0, 0, 0, 0.5);
|
||||
font-family: serif;
|
||||
@@ -389,6 +381,9 @@
|
||||
transform: none;
|
||||
background: transparent;
|
||||
color: #000; }
|
||||
.swal2-close:focus {
|
||||
outline: none;
|
||||
box-shadow: inset 0 0 0 3px rgba(100, 150, 200, 0.5); }
|
||||
.swal2-close::-moz-focus-inner {
|
||||
border: 0; }
|
||||
|
||||
@@ -396,7 +391,7 @@
|
||||
z-index: 1;
|
||||
justify-content: center;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
padding: 0 1.6em;
|
||||
color: #545454;
|
||||
font-size: 1.125em;
|
||||
font-weight: normal;
|
||||
@@ -434,15 +429,11 @@
|
||||
.swal2-textarea:focus {
|
||||
border: 1px solid #b4dbed;
|
||||
outline: none;
|
||||
box-shadow: 0 0 3px #c4e6f5; }
|
||||
.swal2-input::-webkit-input-placeholder, .swal2-file::-webkit-input-placeholder, .swal2-textarea::-webkit-input-placeholder {
|
||||
color: #cccccc; }
|
||||
box-shadow: 0 0 0 3px rgba(100, 150, 200, 0.5); }
|
||||
.swal2-input::-moz-placeholder, .swal2-file::-moz-placeholder, .swal2-textarea::-moz-placeholder {
|
||||
color: #cccccc; }
|
||||
.swal2-input:-ms-input-placeholder, .swal2-file:-ms-input-placeholder, .swal2-textarea:-ms-input-placeholder {
|
||||
color: #cccccc; }
|
||||
.swal2-input::-ms-input-placeholder, .swal2-file::-ms-input-placeholder, .swal2-textarea::-ms-input-placeholder {
|
||||
color: #cccccc; }
|
||||
.swal2-input::placeholder,
|
||||
.swal2-file::placeholder,
|
||||
.swal2-textarea::placeholder {
|
||||
@@ -501,10 +492,16 @@
|
||||
.swal2-checkbox input {
|
||||
margin: 0 .4em; }
|
||||
|
||||
.swal2-input-label {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
margin: 1em auto; }
|
||||
|
||||
.swal2-validation-message {
|
||||
display: none;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
margin: 0 -2.7em;
|
||||
padding: 0.625em;
|
||||
overflow: hidden;
|
||||
background: #f0f0f0;
|
||||
@@ -532,7 +529,7 @@
|
||||
width: 5em;
|
||||
height: 5em;
|
||||
margin: 1.25em auto 1.875em;
|
||||
border: .25em solid transparent;
|
||||
border: 0.25em solid transparent;
|
||||
border-radius: 50%;
|
||||
font-family: inherit;
|
||||
line-height: 5em;
|
||||
@@ -647,7 +644,9 @@
|
||||
animation: swal2-rotate-success-circular-line 4.25s ease-in; }
|
||||
|
||||
.swal2-progress-steps {
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
max-width: 100%;
|
||||
margin: 0 0 1.25em;
|
||||
padding: 0;
|
||||
background: inherit;
|
||||
@@ -657,15 +656,16 @@
|
||||
position: relative; }
|
||||
.swal2-progress-steps .swal2-progress-step {
|
||||
z-index: 20;
|
||||
flex-shrink: 0;
|
||||
width: 2em;
|
||||
height: 2em;
|
||||
border-radius: 2em;
|
||||
background: #3085d6;
|
||||
background: #2778c4;
|
||||
color: #fff;
|
||||
line-height: 2em;
|
||||
text-align: center; }
|
||||
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
|
||||
background: #3085d6; }
|
||||
background: #2778c4; }
|
||||
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
|
||||
background: #add8e6;
|
||||
color: #fff; }
|
||||
@@ -673,10 +673,11 @@
|
||||
background: #add8e6; }
|
||||
.swal2-progress-steps .swal2-progress-step-line {
|
||||
z-index: 10;
|
||||
flex-shrink: 0;
|
||||
width: 2.5em;
|
||||
height: .4em;
|
||||
margin: 0 -1px;
|
||||
background: #3085d6; }
|
||||
background: #2778c4; }
|
||||
|
||||
[class^='swal2'] {
|
||||
-webkit-tap-highlight-color: transparent; }
|
||||
@@ -719,10 +720,6 @@
|
||||
.swal2-range output {
|
||||
display: none; } }
|
||||
|
||||
@-moz-document url-prefix() {
|
||||
.swal2-close:focus {
|
||||
outline: 2px solid rgba(50, 100, 150, 0.4); } }
|
||||
|
||||
@-webkit-keyframes swal2-toast-show {
|
||||
0% {
|
||||
transform: translateY(-0.625em) rotateZ(2deg); }
|
||||
|
||||
Reference in New Issue
Block a user