vm actus
This commit is contained in:
@@ -1095,6 +1095,10 @@ a {
|
||||
color: #009ee3;
|
||||
padding-left: 1rem;
|
||||
padding-top: 1rem; }
|
||||
@media (max-width: 810px) {
|
||||
.path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--third .block-region-third .field--name-field-fichiers .field__item {
|
||||
width: max-content;
|
||||
padding-right: 1rem; } }
|
||||
.path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--third .block-region-third .field--name-field-fichiers span:nth-of-type(2) {
|
||||
display: none; }
|
||||
.path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--third .block-region-third .field--name-field-fichiers .file--mime-application-pdf {
|
||||
@@ -1121,6 +1125,10 @@ a {
|
||||
padding-left: 1rem;
|
||||
padding-top: 1rem;
|
||||
margin-bottom: 1rem; }
|
||||
@media (max-width: 810px) {
|
||||
.path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--third .block-region-third .block-entity-fieldnodefield-liens .field--name-field-liens .field__item {
|
||||
width: max-content;
|
||||
padding-right: 1rem; } }
|
||||
.path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--third .block-region-third .block-entity-fieldnodefield-liens .field--name-field-liens a {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
@@ -1336,6 +1344,9 @@ a {
|
||||
width: 100%;
|
||||
max-height: 175px;
|
||||
object-fit: cover; }
|
||||
@media (max-width: 810px) {
|
||||
.path-actualites .block-region-content .block-views .node-type-actualite div:first-child .field--name-field-images .field__item img {
|
||||
max-height: 350px; } }
|
||||
.path-actualites .block-region-content .block-views .node-type-actualite div:first-child .field--name-field-images::after {
|
||||
display: block;
|
||||
content: url('data:image/svg+xml,<svg width="160" height="25" xmlns="http://www.w3.org/2000/svg" version="1.1"> <line x1="0" x2="80" y1="20" y2="20" stroke-linecap="cube" stroke="rgb(9,57,139)" stroke-width="2.5"/></svg>'); }
|
||||
|
||||
@@ -338,6 +338,10 @@
|
||||
color: $blue-light;
|
||||
padding-left: 1rem;
|
||||
padding-top: 1rem;
|
||||
@media(max-width:810px){
|
||||
width: max-content;
|
||||
padding-right: 1rem;
|
||||
}
|
||||
}
|
||||
span:nth-of-type(2){
|
||||
display: none;
|
||||
@@ -375,6 +379,10 @@
|
||||
padding-left: 1rem;
|
||||
padding-top: 1rem;
|
||||
margin-bottom: 1rem;
|
||||
@media(max-width:810px){
|
||||
width: max-content;
|
||||
padding-right: 1rem;
|
||||
}
|
||||
}
|
||||
a{
|
||||
display: inline-flex;
|
||||
|
||||
@@ -58,6 +58,9 @@
|
||||
width: 100%;
|
||||
max-height: 175px;
|
||||
object-fit: cover;
|
||||
@media(max-width: 810px){
|
||||
max-height: 350px;
|
||||
}
|
||||
}
|
||||
&::after{
|
||||
display: block;
|
||||
|
||||
Reference in New Issue
Block a user