font
This commit is contained in:
parent
8cac65c7cf
commit
7bcbe078fc
|
@ -400,7 +400,7 @@ header {
|
|||
#presentation .layout-content .content_container article.node-type-static .field_field_textes .field_field_title {
|
||||
text-transform: uppercase;
|
||||
font-size: 1rem;
|
||||
font-weight: 300; }
|
||||
font-weight: 400; }
|
||||
#presentation .layout-content .content_container article.node-type-static .field_field_textes #paragraph-id--1 .field_field_title, #presentation .layout-content .content_container article.node-type-static .field_field_textes #paragraph-id--2 .field_field_title, #presentation .layout-content .content_container article.node-type-static .field_field_textes #paragraph-id--6 .field_field_title, #presentation .layout-content .content_container article.node-type-static .field_field_textes #paragraph-id--7 .field_field_title, #presentation .layout-content .content_container article.node-type-static .field_field_textes #paragraph-id--8 .field_field_title {
|
||||
color: #0732c2; }
|
||||
#presentation .layout-content .content_container article.node-type-static .field_field_textes #paragraph-id--3 .field_field_title, #presentation .layout-content .content_container article.node-type-static .field_field_textes #paragraph-id--4 .field_field_title {
|
||||
|
@ -456,7 +456,7 @@ header {
|
|||
position: -webkit-sticky;
|
||||
position: sticky;
|
||||
top: 10rem;
|
||||
font-weight: 300; }
|
||||
font-weight: 400; }
|
||||
#presentation aside .sidebar_first_container .field-content {
|
||||
margin-bottom: 0.7rem; }
|
||||
@media (max-width: 810px) {
|
||||
|
@ -470,14 +470,14 @@ header {
|
|||
#presentation aside .views-field-field-pieces-jointes .field-content .file--application-pdf a {
|
||||
display: block;
|
||||
font-size: small;
|
||||
font-weight: 500; }
|
||||
font-weight: 800; }
|
||||
#presentation aside .views-field-field-pieces-jointes .field-content .file--application-pdf::before {
|
||||
content: url(../images/noun-arrow-download.svg);
|
||||
margin: auto;
|
||||
padding-right: 00.5rem; }
|
||||
#presentation aside .views-field-field-pieces-jointes .field-content span {
|
||||
font-size: small;
|
||||
font-weight: 500; }
|
||||
font-weight: 800; }
|
||||
#presentation aside .views-field-field-pieces-jointes .field-content span:nth-child(2) {
|
||||
margin-left: 50px; }
|
||||
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -50,7 +50,7 @@
|
|||
.field_field_title{
|
||||
text-transform: uppercase;
|
||||
font-size: $font-big;
|
||||
font-weight: 300;
|
||||
font-weight: 400;
|
||||
}
|
||||
#paragraph-id--1, #paragraph-id--2, #paragraph-id--6, #paragraph-id--7, #paragraph-id--8{
|
||||
.field_field_title{
|
||||
|
@ -114,6 +114,7 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
aside{
|
||||
position: relative;
|
||||
grid-column: 1 /span 2;
|
||||
|
@ -133,7 +134,7 @@
|
|||
position: -webkit-sticky;
|
||||
position: sticky;
|
||||
top: 10rem;
|
||||
font-weight: 300;
|
||||
font-weight: 400;
|
||||
.field-content{
|
||||
margin-bottom: 0.7rem;
|
||||
}
|
||||
|
@ -150,7 +151,7 @@
|
|||
a{
|
||||
display: block;
|
||||
font-size: small;
|
||||
font-weight: 500;
|
||||
font-weight: 800;
|
||||
}
|
||||
&::before{
|
||||
content: url(../images/noun-arrow-download.svg);
|
||||
|
@ -160,7 +161,7 @@
|
|||
}
|
||||
span{
|
||||
font-size: small;
|
||||
font-weight: 500;
|
||||
font-weight: 800;
|
||||
&:nth-child(2){
|
||||
margin-left: 50px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue