install scss
This commit is contained in:
@@ -0,0 +1,117 @@
|
||||
/*eql*/
|
||||
/*global*/
|
||||
@font-face {
|
||||
font-family: 'duke';
|
||||
src: url("../fonts/Duke_Fill.otf") format("opentype");
|
||||
font-weight: 400;
|
||||
font-style: normal; }
|
||||
|
||||
/*marianne*/
|
||||
@font-face {
|
||||
font-family: 'Marianne';
|
||||
src: url("../fonts/Marianne/Marianne-Thin.woff2") format("woff2"), url("../fonts/Marianne/Marianne-Thin.woff") format("woff");
|
||||
font-weight: 300;
|
||||
font-style: normal; }
|
||||
|
||||
@font-face {
|
||||
font-family: 'Marianne';
|
||||
src: url("../fonts/Marianne/Marianne-Thin_Italic.woff2") format("woff2"), url("../fonts/Marianne/Marianne-Thin_Italic.woff") format("woff");
|
||||
font-weight: 300;
|
||||
font-style: italic; }
|
||||
|
||||
@font-face {
|
||||
font-family: 'Marianne';
|
||||
src: url("../fonts/Marianne/Marianne-Light.woff2") format("woff2"), url("../fonts/Marianne/Marianne-Light.woff") format("woff");
|
||||
font-weight: 400;
|
||||
font-style: normal; }
|
||||
|
||||
@font-face {
|
||||
font-family: 'Marianne';
|
||||
src: url("../fonts/Marianne/Marianne-Light_Italic.woff2") format("woff2"), url("../fonts/Marianne/Marianne-Light_Italic.woff") format("woff");
|
||||
font-weight: 400;
|
||||
font-style: italic; }
|
||||
|
||||
@font-face {
|
||||
font-family: 'Marianne';
|
||||
src: url("../fonts/Marianne/Marianne-Regular.woff2") format("woff2"), url("../fonts/Marianne/Marianne-Regular.woff") format("woff");
|
||||
font-weight: 600;
|
||||
font-style: normal; }
|
||||
|
||||
@font-face {
|
||||
font-family: 'Marianne';
|
||||
src: url("../fonts/Marianne/Marianne-Regular_Italic.woff2") format("woff2"), url("../fonts/Marianne/Marianne-Regular_Italic.woff") format("woff");
|
||||
font-weight: 600;
|
||||
font-style: italic; }
|
||||
|
||||
@font-face {
|
||||
font-family: 'Marianne';
|
||||
src: url("../fonts/Marianne/Marianne-Medium.woff2") format("woff2"), url("../fonts/Marianne/Marianne-Medium.woff") format("woff");
|
||||
font-weight: 800;
|
||||
font-style: normal; }
|
||||
|
||||
@font-face {
|
||||
font-family: 'Marianne';
|
||||
src: url("../fonts/Marianne/Marianne-Medium_Italic.woff2") format("woff2"), url("../fonts/Marianne/Marianne-Medium_Italic.woff") format("woff");
|
||||
font-weight: 800;
|
||||
font-style: italic; }
|
||||
|
||||
@font-face {
|
||||
font-family: 'Marianne';
|
||||
src: url("../fonts/Marianne/Marianne-Bold.woff2") format("woff2"), url("../fonts/Marianne/Marianne-Bold.woff") format("woff");
|
||||
font-weight: 900;
|
||||
font-style: normal; }
|
||||
|
||||
@font-face {
|
||||
font-family: 'Marianne';
|
||||
src: url("../fonts/Marianne/Marianne-Bold_Italic.woff2") format("woff2"), url("../fonts/Marianne/Marianne-Bold_Italic.woff") format("woff");
|
||||
font-weight: 900;
|
||||
font-style: italic; }
|
||||
|
||||
@font-face {
|
||||
font-family: 'Marianne';
|
||||
src: url("../fonts/Marianne/Marianne-ExtraBold.woff2") format("woff2"), url("../fonts/Marianne/Marianne-ExtraBold.woff") format("woff");
|
||||
font-weight: 1000;
|
||||
font-style: normal; }
|
||||
|
||||
@font-face {
|
||||
font-family: 'Marianne';
|
||||
src: url("../fonts/Marianne/Marianne-ExtraBold_Italic.woff2") format("woff2"), url("../fonts/Marianne/Marianne-ExtraBold_Italic.woff") format("woff");
|
||||
font-weight: 1000;
|
||||
font-style: italic; }
|
||||
|
||||
/* Manifont Grotesk */
|
||||
/* Colors used for EQL */
|
||||
/*pages*/
|
||||
/*
|
||||
@import "pages/partials/header_footer";
|
||||
@import "pages/home";*/
|
||||
.dialog-off-canvas-main-canvas {
|
||||
background-color: #00ff6a !important; }
|
||||
|
||||
.layout-container {
|
||||
display: flex;
|
||||
margin: auto;
|
||||
background-color: red;
|
||||
max-width: 70%; }
|
||||
|
||||
#footer-bottom {
|
||||
height: 200px;
|
||||
background-color: salmon; }
|
||||
|
||||
.layout-content {
|
||||
display: flex;
|
||||
margin: auto;
|
||||
background-color: aqua;
|
||||
text-transform: uppercase;
|
||||
max-width: 50%; }
|
||||
|
||||
#auth_box {
|
||||
background-color: #009ee3;
|
||||
font-family: "Marianne", sans-serif;
|
||||
font-style: 600, italic; }
|
||||
#auth_box #middle_part {
|
||||
color: #9993ae;
|
||||
background-color: black; }
|
||||
|
||||
.rouge {
|
||||
text-decoration: brown; }
|
||||
Reference in New Issue
Block a user