fix flex logo ? + prefixer
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -223,7 +223,7 @@ a {
|
|||||||
.path-node.page-node-type-static .layout-container .layout-content .layout__region--second .block-entity-fieldnodefield-textes .field--name-field-titre {
|
.path-node.page-node-type-static .layout-container .layout-content .layout__region--second .block-entity-fieldnodefield-textes .field--name-field-titre {
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
font-weight: 1000;
|
font-weight: 1000;
|
||||||
font-family: 'Source Code Pro';
|
font-family: 'Source Code Pro', monospace;
|
||||||
color: #09398b;
|
color: #09398b;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
@@ -2398,7 +2398,7 @@ a {
|
|||||||
background-color: black;
|
background-color: black;
|
||||||
width: 40px;
|
width: 40px;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: end; }
|
align-items: flex-end; }
|
||||||
#header-top #block-socialnetwork-2 p .link-twitter:before {
|
#header-top #block-socialnetwork-2 p .link-twitter:before {
|
||||||
content: url("../images/pictos/twitter_white.svg");
|
content: url("../images/pictos/twitter_white.svg");
|
||||||
min-width: 30px;
|
min-width: 30px;
|
||||||
@@ -2408,7 +2408,7 @@ a {
|
|||||||
background-color: black;
|
background-color: black;
|
||||||
min-width: 40px;
|
min-width: 40px;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: end; }
|
align-items: flex-end; }
|
||||||
#header-top #block-socialnetwork-2 p .link-youtube:before {
|
#header-top #block-socialnetwork-2 p .link-youtube:before {
|
||||||
content: url("../images/pictos/youtube_white.svg");
|
content: url("../images/pictos/youtube_white.svg");
|
||||||
min-width: 25px;
|
min-width: 25px;
|
||||||
@@ -2418,7 +2418,7 @@ a {
|
|||||||
background-color: black;
|
background-color: black;
|
||||||
min-width: 40px;
|
min-width: 40px;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: end; }
|
align-items: flex-end; }
|
||||||
#header-top #block-socialnetwork-2 p .link-linkedin:before {
|
#header-top #block-socialnetwork-2 p .link-linkedin:before {
|
||||||
content: url("../images/pictos/linkedin_white.svg");
|
content: url("../images/pictos/linkedin_white.svg");
|
||||||
min-width: 35px;
|
min-width: 35px;
|
||||||
@@ -2513,7 +2513,7 @@ a {
|
|||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row-reverse;
|
flex-direction: row-reverse;
|
||||||
justify-content: start; }
|
justify-content: flex-start; }
|
||||||
#fotter-bottom .region-footer-bottom-right #block-socialnetwork .field--name-body p a {
|
#fotter-bottom .region-footer-bottom-right #block-socialnetwork .field--name-body p a {
|
||||||
color: white;
|
color: white;
|
||||||
font-size: 0;
|
font-size: 0;
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -1,7 +1,8 @@
|
|||||||
global-css:
|
global-css:
|
||||||
css:
|
css:
|
||||||
theme:
|
theme:
|
||||||
css-compiled/prefixed/styles.css: {}
|
# css-compiled/styles.css: {}
|
||||||
|
css-prefixed/styles.css: {}
|
||||||
global-js:
|
global-js:
|
||||||
js:
|
js:
|
||||||
scripts/main.js: {}
|
scripts/main.js: {}
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"sass": "node-sass -w scss -o css-compiled",
|
"sass": "node-sass -w scss -o css-compiled",
|
||||||
"prefix": "postcss ./css-compiled/styles.css --use autoprefixer -d ./css-compiled/prefixed/"
|
"prefix": "postcss ./css-compiled/styles.css --use autoprefixer -d ./css-prefixed/"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
@@ -70,7 +70,7 @@
|
|||||||
.field--name-field-titre{
|
.field--name-field-titre{
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
font-weight: 1000;
|
font-weight: 1000;
|
||||||
font-family: 'Source Code Pro';
|
font-family: 'Source Code Pro', monospace;
|
||||||
color: $blue-dark;
|
color: $blue-dark;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
|
|||||||
@@ -64,7 +64,7 @@
|
|||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row-reverse;
|
flex-direction: row-reverse;
|
||||||
justify-content: start;
|
justify-content: flex-start;
|
||||||
|
|
||||||
a{
|
a{
|
||||||
color: $white;
|
color: $white;
|
||||||
|
|||||||
@@ -219,7 +219,7 @@
|
|||||||
background-color: black;
|
background-color: black;
|
||||||
width: 40px;
|
width: 40px;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: end;
|
align-items: flex-end;
|
||||||
&:before{
|
&:before{
|
||||||
content: url("../images/pictos/twitter_white.svg");
|
content: url("../images/pictos/twitter_white.svg");
|
||||||
min-width: 30px;
|
min-width: 30px;
|
||||||
@@ -231,7 +231,7 @@
|
|||||||
background-color: black;
|
background-color: black;
|
||||||
min-width: 40px;
|
min-width: 40px;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: end;
|
align-items: flex-end;
|
||||||
&:before{
|
&:before{
|
||||||
content: url("../images/pictos/youtube_white.svg");
|
content: url("../images/pictos/youtube_white.svg");
|
||||||
min-width: 25px;
|
min-width: 25px;
|
||||||
@@ -243,7 +243,7 @@
|
|||||||
background-color: black;
|
background-color: black;
|
||||||
min-width: 40px;
|
min-width: 40px;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: end;
|
align-items: flex-end;
|
||||||
// background-position-y: top;
|
// background-position-y: top;
|
||||||
|
|
||||||
&:before{
|
&:before{
|
||||||
|
|||||||
Reference in New Issue
Block a user