restore composer.json, add mysqli extension
This commit is contained in:
111
public/vendor/dashboard/app-assets/vendors/css/modal/facebook.css
vendored
Executable file
111
public/vendor/dashboard/app-assets/vendors/css/modal/facebook.css
vendored
Executable file
@@ -0,0 +1,111 @@
|
||||
.sweet-overlay {
|
||||
border-radius: 3px; }
|
||||
|
||||
.sweet-alert {
|
||||
font-family: Helvetica, Arial, 'lucida grande', tahoma, verdana, arial, sans-serif;
|
||||
padding: 12px;
|
||||
padding-top: 53px;
|
||||
text-align: right;
|
||||
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.11), 0px 6px 30px rgba(0, 0, 0, 0.14); }
|
||||
.sweet-alert h2 {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
height: 41px;
|
||||
background-color: #f6f7f8;
|
||||
margin: 0;
|
||||
font-size: 15px;
|
||||
text-align: left;
|
||||
padding-left: 12px;
|
||||
color: #131722;
|
||||
border-bottom: 1px solid #e5e5e5; }
|
||||
.sweet-alert p {
|
||||
display: block;
|
||||
text-align: center;
|
||||
color: #131722;
|
||||
font-weight: 400;
|
||||
font-size: 15px;
|
||||
margin-top: 7px; }
|
||||
.sweet-alert .sa-button-container {
|
||||
border-top: 1px solid #dcdee3; }
|
||||
.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
|
||||
padding-bottom: 10px; }
|
||||
.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] .sa-button-container {
|
||||
display: none; }
|
||||
.sweet-alert button {
|
||||
font-size: 12px;
|
||||
padding: 5px 10px;
|
||||
border-radius: 2px;
|
||||
box-shadow: none !important;
|
||||
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
|
||||
font-weight: 500;
|
||||
margin: 0;
|
||||
margin-top: 12px; }
|
||||
.sweet-alert button:focus, .sweet-alert button.cancel:focus {
|
||||
box-shadow: 0 0 1px 2px rgba(88, 144, 255, 0.75), 0 1px 1px rgba(0, 0, 0, 0.15) !important; }
|
||||
.sweet-alert button.confirm {
|
||||
border: 1px solid #3d5586;
|
||||
background-color: #47639c !important;
|
||||
margin-left: 4px; }
|
||||
.sweet-alert button.cancel {
|
||||
color: #4e5664;
|
||||
background-color: #fafbfb;
|
||||
text-shadow: 0px -1px 0px white;
|
||||
border: 1px solid #c5c6c8;
|
||||
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.04) !important;
|
||||
font-weight: 600; }
|
||||
.sweet-alert button.cancel:hover {
|
||||
background-color: #fafbfb; }
|
||||
.sweet-alert .sa-icon:not(.sa-custom) {
|
||||
transform: scale(0.7);
|
||||
margin-bottom: -10px;
|
||||
margin-top: -10px; }
|
||||
.sweet-alert input {
|
||||
border: 1px solid #bdc7d8;
|
||||
padding: 3px;
|
||||
border-radius: 0;
|
||||
box-shadow: none;
|
||||
font-size: 15px;
|
||||
height: 33px;
|
||||
margin: 10px 0; }
|
||||
.sweet-alert input:focus {
|
||||
box-shadow: 0 0 1px 2px rgba(88, 144, 255, 0.75), 0 1px 1px rgba(0, 0, 0, 0.15) !important; }
|
||||
.sweet-alert fieldset .sa-input-error {
|
||||
display: none; }
|
||||
.sweet-alert .sa-error-container {
|
||||
text-align: center;
|
||||
background-color: #fdebe8;
|
||||
margin: 0;
|
||||
border: none; }
|
||||
.sweet-alert .sa-error-container.show {
|
||||
margin: 14px;
|
||||
margin-top: 0;
|
||||
border: 1px solid #d5512d; }
|
||||
.sweet-alert .sa-error-container .icon {
|
||||
display: none; }
|
||||
.sweet-alert .sa-error-container p {
|
||||
color: #303b44;
|
||||
margin-top: 3px; }
|
||||
|
||||
@-webkit-keyframes animateErrorIcon {
|
||||
0% {
|
||||
transform: rotateX(100deg), scale(0.5);
|
||||
-webkit-transform: rotateX(100deg), scale(0.5);
|
||||
opacity: 0; }
|
||||
|
||||
100% {
|
||||
transform: rotateX(0deg), scale(0.5);
|
||||
-webkit-transform: rotateX(0deg), scale(0.5);
|
||||
opacity: 1; } }
|
||||
|
||||
@keyframes animateErrorIcon {
|
||||
0% {
|
||||
transform: rotateX(100deg), scale(0.5);
|
||||
-webkit-transform: rotateX(100deg), scale(0.5);
|
||||
opacity: 0; }
|
||||
|
||||
100% {
|
||||
transform: rotateX(0deg), scale(0.5);
|
||||
-webkit-transform: rotateX(0deg), scale(0.5);
|
||||
opacity: 1; } }
|
||||
115
public/vendor/dashboard/app-assets/vendors/css/modal/google.css
vendored
Executable file
115
public/vendor/dashboard/app-assets/vendors/css/modal/google.css
vendored
Executable file
@@ -0,0 +1,115 @@
|
||||
.sweet-overlay {
|
||||
background: rgba(10, 10, 10, 0.6); }
|
||||
|
||||
.sweet-alert {
|
||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
padding: 24px;
|
||||
padding-top: 64px;
|
||||
padding-bottom: 13px;
|
||||
text-align: right;
|
||||
border-radius: 0;
|
||||
box-shadow: 0 0 14px rgba(0, 0, 0, 0.24), 0 14px 28px rgba(0, 0, 0, 0.48); }
|
||||
.sweet-alert h2 {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
height: auto;
|
||||
font-weight: 400;
|
||||
color: #212121;
|
||||
margin: 20px 0;
|
||||
font-size: 1.2em;
|
||||
line-height: 1.25;
|
||||
text-align: left;
|
||||
padding: 0 24px; }
|
||||
.sweet-alert p {
|
||||
display: block;
|
||||
text-align: center;
|
||||
color: #212121;
|
||||
font-weight: 400;
|
||||
font-size: 14px;
|
||||
margin: 20px 0; }
|
||||
.sweet-alert button {
|
||||
border-radius: 2px;
|
||||
box-shadow: none !important;
|
||||
background: none !important;
|
||||
border-radius: 2px;
|
||||
text-transform: uppercase;
|
||||
font-size: 14px;
|
||||
font-weight: 600;
|
||||
padding: 8px 16px;
|
||||
position: relative;
|
||||
margin-top: 0; }
|
||||
.sweet-alert button:hover, .sweet-alert button:focus {
|
||||
background-color: #f6f6f6 !important; }
|
||||
.sweet-alert button.confirm {
|
||||
color: #3c80f6; }
|
||||
.sweet-alert button.cancel {
|
||||
color: #757575; }
|
||||
.sweet-alert button.cancel:focus {
|
||||
box-shadow: none !important; }
|
||||
.sweet-alert .sa-icon:not(.sa-custom) {
|
||||
transform: scale(0.8);
|
||||
margin-bottom: -10px;
|
||||
margin-top: -10px; }
|
||||
.sweet-alert input {
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
border-bottom: 1px solid #c9c9c9;
|
||||
color: #212121;
|
||||
margin-bottom: 8px;
|
||||
padding: 1px;
|
||||
padding-bottom: 8px;
|
||||
height: auto;
|
||||
box-shadow: none;
|
||||
font-size: 13px;
|
||||
margin: 10px 0; }
|
||||
.sweet-alert input:focus {
|
||||
border: none;
|
||||
border-bottom: 1px solid #3c80f6;
|
||||
box-shadow: inset 0 -1px 0 #3c80f6; }
|
||||
.sweet-alert fieldset {
|
||||
padding: 0; }
|
||||
.sweet-alert fieldset .sa-input-error {
|
||||
display: none; }
|
||||
.sweet-alert .sa-error-container {
|
||||
display: none;
|
||||
background: none;
|
||||
height: auto;
|
||||
padding: 0 24px;
|
||||
margin: 0 -20px;
|
||||
text-align: left; }
|
||||
.sweet-alert .sa-error-container.show {
|
||||
padding: 0 24px;
|
||||
display: block; }
|
||||
.sweet-alert .sa-error-container.show ~ fieldset input {
|
||||
background: red;
|
||||
border-bottom: 1px solid #d9453c;
|
||||
box-shadow: inset 0 -1px 0 #d9453c; }
|
||||
.sweet-alert .sa-error-container .icon {
|
||||
display: none; }
|
||||
.sweet-alert .sa-error-container p {
|
||||
color: #d9453c;
|
||||
margin-top: 0; }
|
||||
|
||||
@-webkit-keyframes animateErrorIcon {
|
||||
0% {
|
||||
transform: rotateX(100deg), scale(0.5);
|
||||
-webkit-transform: rotateX(100deg), scale(0.5);
|
||||
opacity: 0; }
|
||||
|
||||
100% {
|
||||
transform: rotateX(0deg), scale(0.5);
|
||||
-webkit-transform: rotateX(0deg), scale(0.5);
|
||||
opacity: 1; } }
|
||||
|
||||
@keyframes animateErrorIcon {
|
||||
0% {
|
||||
transform: rotateX(100deg), scale(0.5);
|
||||
-webkit-transform: rotateX(100deg), scale(0.5);
|
||||
opacity: 0; }
|
||||
|
||||
100% {
|
||||
transform: rotateX(0deg), scale(0.5);
|
||||
-webkit-transform: rotateX(0deg), scale(0.5);
|
||||
opacity: 1; } }
|
||||
140
public/vendor/dashboard/app-assets/vendors/css/modal/twitter.css
vendored
Executable file
140
public/vendor/dashboard/app-assets/vendors/css/modal/twitter.css
vendored
Executable file
@@ -0,0 +1,140 @@
|
||||
.sweet-overlay {
|
||||
background: rgba(41, 47, 51, 0.9); }
|
||||
|
||||
.sweet-alert {
|
||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
padding: 15px;
|
||||
padding-top: 55px;
|
||||
text-align: right;
|
||||
border-radius: 6px;
|
||||
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.11), 0px 6px 30px rgba(0, 0, 0, 0.14); }
|
||||
.sweet-alert h2 {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
font-size: 16px;
|
||||
font-weight: 400;
|
||||
color: #8899a6;
|
||||
margin: 0;
|
||||
color: #66757f;
|
||||
border-bottom: 1px solid #e1e8ed; }
|
||||
.sweet-alert p {
|
||||
display: block;
|
||||
text-align: center;
|
||||
color: #66757f;
|
||||
font-weight: 400;
|
||||
font-size: 13px;
|
||||
margin-top: 7px; }
|
||||
.sweet-alert .sa-button-container {
|
||||
background-color: #f5f8fa;
|
||||
border-top: 1px solid #e1e8ed;
|
||||
box-shadow: 0px -1px 0px white;
|
||||
margin: -15px;
|
||||
margin-top: 0; }
|
||||
.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
|
||||
padding-bottom: 10px; }
|
||||
.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] .sa-button-container {
|
||||
display: none; }
|
||||
.sweet-alert button {
|
||||
border-radius: 2px;
|
||||
box-shadow: none !important;
|
||||
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
|
||||
margin: 17px 0px;
|
||||
border-radius: 4px;
|
||||
font-size: 14px;
|
||||
font-weight: 600;
|
||||
padding: 8px 16px;
|
||||
position: relative; }
|
||||
.sweet-alert button:focus, .sweet-alert button.cancel:focus {
|
||||
box-shadow: none !important; }
|
||||
.sweet-alert button:focus::before, .sweet-alert button.cancel:focus::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
left: -5px;
|
||||
top: -5px;
|
||||
right: -5px;
|
||||
bottom: -5px;
|
||||
border: 2px solid #a5b0b4;
|
||||
border-radius: 8px; }
|
||||
.sweet-alert button.confirm {
|
||||
background-color: #55acee !important;
|
||||
background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05));
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#0C000000)";
|
||||
border: 1px solid #3b88c3;
|
||||
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
|
||||
margin-right: 15px; }
|
||||
.sweet-alert button.confirm:hover {
|
||||
background-color: #55acee;
|
||||
background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.15));
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#26000000)";
|
||||
border-color: #3b88c3; }
|
||||
.sweet-alert button.cancel {
|
||||
color: #66757e;
|
||||
background-color: #f5f8fa;
|
||||
background-image: linear-gradient(#fff, #f5f8fa);
|
||||
text-shadow: 0px -1px 0px white;
|
||||
margin-right: 9px;
|
||||
border: 1px solid #e1e8ed; }
|
||||
.sweet-alert button.cancel:hover, .sweet-alert button.cancel:focus:hover {
|
||||
background-color: #e1e8ed;
|
||||
background-image: linear-gradient(#fff, #e1e8ed);
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
|
||||
border-color: #e1e8ed; }
|
||||
.sweet-alert button.cancel:focus {
|
||||
background: #fff;
|
||||
border-color: #fff; }
|
||||
.sweet-alert .sa-icon:not(.sa-custom) {
|
||||
transform: scale(0.72);
|
||||
margin-bottom: -2px;
|
||||
margin-top: -10px; }
|
||||
.sweet-alert input {
|
||||
border: 1px solid #e1e8ed;
|
||||
border-radius: 3px;
|
||||
padding: 10px 7px;
|
||||
height: auto;
|
||||
box-shadow: none;
|
||||
font-size: 13px;
|
||||
margin: 10px 0; }
|
||||
.sweet-alert input:focus {
|
||||
border-color: #94A1A6;
|
||||
box-shadow: inset 0 0 0 1px rgba(77, 99, 107, 0.7); }
|
||||
.sweet-alert fieldset .sa-input-error {
|
||||
display: none; }
|
||||
.sweet-alert .sa-error-container {
|
||||
text-align: center;
|
||||
border: none;
|
||||
background-color: #fbedc0;
|
||||
margin-bottom: 6px; }
|
||||
.sweet-alert .sa-error-container.show {
|
||||
border: 1px solid #f0e1b9; }
|
||||
.sweet-alert .sa-error-container .icon {
|
||||
display: none; }
|
||||
.sweet-alert .sa-error-container p {
|
||||
color: #292f33;
|
||||
font-weight: 600;
|
||||
margin-top: 0; }
|
||||
|
||||
@-webkit-keyframes animateErrorIcon {
|
||||
0% {
|
||||
transform: rotateX(100deg), scale(0.5);
|
||||
-webkit-transform: rotateX(100deg), scale(0.5);
|
||||
opacity: 0; }
|
||||
|
||||
100% {
|
||||
transform: rotateX(0deg), scale(0.5);
|
||||
-webkit-transform: rotateX(0deg), scale(0.5);
|
||||
opacity: 1; } }
|
||||
|
||||
@keyframes animateErrorIcon {
|
||||
0% {
|
||||
transform: rotateX(100deg), scale(0.5);
|
||||
-webkit-transform: rotateX(100deg), scale(0.5);
|
||||
opacity: 0; }
|
||||
|
||||
100% {
|
||||
transform: rotateX(0deg), scale(0.5);
|
||||
-webkit-transform: rotateX(0deg), scale(0.5);
|
||||
opacity: 1; } }
|
||||
Reference in New Issue
Block a user