restore composer.json, add mysqli extension
This commit is contained in:
24
resources/sass/base/_animations.scss
Executable file
24
resources/sass/base/_animations.scss
Executable file
@@ -0,0 +1,24 @@
|
||||
@keyframes mover {
|
||||
0% {
|
||||
transform: translateY(2px) scale(.99);
|
||||
}
|
||||
100% {
|
||||
transform: translateY(-10px) scale(1);
|
||||
}
|
||||
}
|
||||
@keyframes mover2 {
|
||||
0% {
|
||||
transform: translateY(0);
|
||||
}
|
||||
100% {
|
||||
transform: translateY(-10px);
|
||||
}
|
||||
}
|
||||
@keyframes mover3 {
|
||||
0% {
|
||||
transform: translateY(0);
|
||||
}
|
||||
100% {
|
||||
transform: translateY(10px);
|
||||
}
|
||||
}
|
||||
81
resources/sass/base/_base.scss
Executable file
81
resources/sass/base/_base.scss
Executable file
@@ -0,0 +1,81 @@
|
||||
html {
|
||||
scroll-behavior: smooth !important;
|
||||
}
|
||||
|
||||
* {
|
||||
outline: none !important;
|
||||
&::selection {
|
||||
background-color: $my-orange;
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
|
||||
.btn.focus,
|
||||
.btn:focus {
|
||||
outline: 0;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
button:focus {
|
||||
outline: none !important;
|
||||
outline: 0 auto -webkit-focus-ring-color;
|
||||
}
|
||||
|
||||
.form-control:focus {
|
||||
outline: 0;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
|
||||
.input-group > .custom-select:focus,
|
||||
.input-group > .form-control:focus {
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
.btn-dark:not(:disabled):not(.disabled).active:focus,
|
||||
.btn-dark:not(:disabled):not(.disabled):active:focus,
|
||||
.show > .btn-dark.dropdown-toggle:focus {
|
||||
box-shadow: 0;
|
||||
}
|
||||
|
||||
a {
|
||||
@extend %tr02;
|
||||
text-decoration: none;
|
||||
color: inherit;
|
||||
|
||||
&:hover {
|
||||
text-decoration: none;
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1200px) {
|
||||
.container,
|
||||
.container-lg,
|
||||
.container-md,
|
||||
.container-sm,
|
||||
.container-xl {
|
||||
max-width: 1200px;
|
||||
}
|
||||
}
|
||||
|
||||
body {
|
||||
&.menu-active {
|
||||
position: absolute;
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #fff !important;
|
||||
font-family: "ProximaNova", Arial, Helvetica, sans-serif;
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
html {
|
||||
position: relative;
|
||||
height: 100%;
|
||||
}
|
||||
87
resources/sass/base/_fonts.scss
Executable file
87
resources/sass/base/_fonts.scss
Executable file
@@ -0,0 +1,87 @@
|
||||
/* Fonts */
|
||||
// @include font-face("Exo2-Thin", Exo2-Thin); // 100
|
||||
// @include font-face("Exo2-ExtraLight", Exo2-ExtraLight); // 200
|
||||
// @include font-face("Exo2-Light", Exo2-Light); // 300
|
||||
// @include font-face("Exo2-Regular", Exo2-Regular); // 400
|
||||
// @include font-face("Exo2-Medium", Exo2-Medium); // 500
|
||||
// @include font-face("Exo2-SemiBold", Exo2-SemiBold); // 600
|
||||
// @include font-face("Exo2-Bold", Exo2-Bold); // 700
|
||||
// @include font-face("Exo2-ExtraBold", Exo2-ExtraBold); // 800
|
||||
// @include font-face("Exo2-Black", Exo2-Black); // 900
|
||||
|
||||
@font-face {
|
||||
font-family: "ProximaNova";
|
||||
src: url("../fonts/ProximaNova/ProximaNova-Thin.eot");
|
||||
src: local("Proxima Nova Thin"), local("ProximaNova-Thin"),
|
||||
url("../fonts/ProximaNova/ProximaNova-Thin.eot?#iefix") format("embedded-opentype"),
|
||||
url("../fonts/ProximaNova/ProximaNova-Thin.woff") format("woff"),
|
||||
url("../fonts/ProximaNova/ProximaNova-Thin.ttf") format("truetype");
|
||||
font-weight: 100;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "ProximaNova";
|
||||
src: url("../fonts/ProximaNova/ProximaNova-Light.eot");
|
||||
src: local("Proxima Nova Light"), local("ProximaNova-Light"),
|
||||
url("../fonts/ProximaNova/ProximaNova-Light.eot?#iefix") format("embedded-opentype"),
|
||||
url("../fonts/ProximaNova/ProximaNova-Light.woff") format("woff"),
|
||||
url("../fonts/ProximaNova/ProximaNova-Light.ttf") format("truetype");
|
||||
font-weight: 300;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "ProximaNova";
|
||||
src: url("../fonts/ProximaNova/ProximaNova-Regular.eot");
|
||||
src: local("Proxima Nova Regular"), local("ProximaNova-Regular"),
|
||||
url("../fonts/ProximaNova/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"),
|
||||
url("../fonts/ProximaNova/ProximaNova-Regular.woff") format("woff"),
|
||||
url("../fonts/ProximaNova/ProximaNova-Regular.ttf") format("truetype");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "ProximaNova";
|
||||
src: url("../fonts/ProximaNova/ProximaNova-Semibold.eot");
|
||||
src: local("Proxima Nova Semibold"), local("ProximaNova-Semibold"),
|
||||
url("../fonts/ProximaNova/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"),
|
||||
url("../fonts/ProximaNova/ProximaNova-Semibold.woff") format("woff"),
|
||||
url("../fonts/ProximaNova/ProximaNova-Semibold.ttf") format("truetype");
|
||||
font-weight: 600;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "ProximaNova";
|
||||
src: url("../fonts/ProximaNova/ProximaNova-Bold.eot");
|
||||
src: local("Proxima Nova Bold"), local("ProximaNova-Bold"),
|
||||
url("../fonts/ProximaNova/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"),
|
||||
url("../fonts/ProximaNova/ProximaNova-Bold.woff") format("woff"),
|
||||
url("../fonts/ProximaNova/ProximaNova-Bold.ttf") format("truetype");
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "ProximaNova";
|
||||
src: url("../fonts/ProximaNova/ProximaNova-Extrabld.eot");
|
||||
src: local("Proxima Nova Extrabold"), local("ProximaNova-Extrabld"),
|
||||
url("../fonts/ProximaNova/ProximaNova-Extrabld.eot?#iefix") format("embedded-opentype"),
|
||||
url("../fonts/ProximaNova/ProximaNova-Extrabld.woff") format("woff"),
|
||||
url("../fonts/ProximaNova/ProximaNova-Extrabld.ttf") format("truetype");
|
||||
font-weight: 800;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "ProximaNova";
|
||||
src: url("../fonts/ProximaNova/ProximaNova-Black.eot");
|
||||
src: local("Proxima Nova Black"), local("ProximaNova-Black"),
|
||||
url("../fonts/ProximaNova/ProximaNova-Black.eot?#iefix") format("embedded-opentype"),
|
||||
url("../fonts/ProximaNova/ProximaNova-Black.woff") format("woff"),
|
||||
url("../fonts/ProximaNova/ProximaNova-Black.ttf") format("truetype");
|
||||
font-weight: 900;
|
||||
font-style: normal;
|
||||
}
|
||||
24
resources/sass/base/_typography.scss
Executable file
24
resources/sass/base/_typography.scss
Executable file
@@ -0,0 +1,24 @@
|
||||
.section-title {
|
||||
font-size: 36px;
|
||||
font-weight: normal;
|
||||
color: rgb(34, 34, 34);
|
||||
|
||||
@include mq("tablet", max) {
|
||||
font-size: 32px;
|
||||
}
|
||||
|
||||
a {
|
||||
&:hover {
|
||||
color: $my-orange;
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.section-title-small {
|
||||
font-size: 20px;
|
||||
font-weight: 600;
|
||||
color: rgb(26, 26, 26);
|
||||
line-height: 1.333;
|
||||
text-align: left;
|
||||
}
|
||||
0
resources/sass/base/_utilities.scss
Executable file
0
resources/sass/base/_utilities.scss
Executable file
Reference in New Issue
Block a user