Compare commits
8 Commits
6b59c0babb
...
db5ddbcd27
| Author | SHA1 | Date | |
|---|---|---|---|
| db5ddbcd27 | |||
| f72c779266 | |||
| c3e4e9f4ec | |||
| 413df5f8e9 | |||
| 2e228484db | |||
| c169bbd3fb | |||
| 31769ed721 | |||
| 6dbf6696c8 |
File diff suppressed because one or more lines are too long
@@ -4245,6 +4245,7 @@ body {
|
||||
margin-top: 1rem;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
margin-left: 2rem;
|
||||
}
|
||||
.node-type-projet .layout--threecol-25-50-25 .layout__region--first .block-region-first #sites-map-container {
|
||||
width: 100% !important;
|
||||
@@ -4299,7 +4300,6 @@ body {
|
||||
flex: 0 1 45% !important;
|
||||
margin-top: 1rem;
|
||||
max-width: 45%;
|
||||
margin-left: 3rem;
|
||||
}
|
||||
.node-type-projet .layout--threecol-25-50-25 .layout__region--second .block-region-second {
|
||||
position: relative;
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
// align-items: center;
|
||||
// margin-left: 2rem;
|
||||
margin-left: 2rem;
|
||||
// @media(max-width: 810px){
|
||||
// position: relative;
|
||||
// width: 100% !important;
|
||||
@@ -97,7 +97,7 @@
|
||||
flex: 0 1 45% !important;
|
||||
margin-top: 1rem;
|
||||
max-width: 45%;
|
||||
margin-left: 3rem;
|
||||
// margin-left: 3rem;
|
||||
.block-region-second{
|
||||
// margin-left: 3rem;
|
||||
position: relative;
|
||||
|
||||
@@ -59,6 +59,37 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
.field_field_link{
|
||||
div{
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
a{
|
||||
display: inline-flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
color: white;
|
||||
text-transform: uppercase;
|
||||
font-size: 0.5rem;
|
||||
padding-right: 0.5rem;
|
||||
background-color: black;
|
||||
padding-bottom: 0.1rem;
|
||||
padding-top: 0.1rem;
|
||||
padding-left: 0.2rem;
|
||||
|
||||
// svg{
|
||||
// display: none;
|
||||
// }
|
||||
&::before{
|
||||
display: inline-flex;
|
||||
content: url("../img/noun-arrow-to-left.svg");
|
||||
padding-right: 0.2rem;
|
||||
padding-left: 0.2rem;
|
||||
// padding-bottom: 0.2rem;
|
||||
height: 12px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user