/lessites
This commit is contained in:
parent
4228fc8a43
commit
79d28366db
|
@ -3208,36 +3208,30 @@ main {
|
||||||
}
|
}
|
||||||
#lessites .content_container .view {
|
#lessites .content_container .view {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: row;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
width: 100vw;
|
||||||
}
|
}
|
||||||
#lessites .content_container .view .header_view {
|
#lessites .content_container .view .header_view {
|
||||||
position: relative !important;
|
position: relative !important;
|
||||||
height: fit-content;
|
height: fit-content;
|
||||||
z-index: none;
|
z-index: 0;
|
||||||
}
|
|
||||||
#lessites .content_container .view .header_view .view {
|
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
|
margin-bottom: 2rem;
|
||||||
}
|
}
|
||||||
#lessites .content_container .view div:has(.views-row) {
|
#lessites .content_container .view .header_view #leaflet-map-view-sites-embed-1 {
|
||||||
display: flex;
|
width: inherit;
|
||||||
flex-direction: row;
|
|
||||||
flex-wrap: wrap;
|
|
||||||
gap: 10px;
|
|
||||||
width: 80%;
|
|
||||||
margin: auto;
|
|
||||||
justify-content: space-between;
|
|
||||||
padding-top: 3rem;
|
|
||||||
font-size: 0.6rem;
|
|
||||||
}
|
}
|
||||||
#lessites .content_container .view div:has(.views-row) .views-row {
|
#lessites .content_container .view .views-row {
|
||||||
width: 20%;
|
width: 20%;
|
||||||
|
margin-bottom: 2rem;
|
||||||
}
|
}
|
||||||
#lessites .content_container .view div:has(.views-row) .views-row .views-field-title .field-content a {
|
#lessites .content_container .view .views-row .views-field-title .field-content a {
|
||||||
color: rgb(7, 50, 194);
|
color: rgb(7, 50, 194);
|
||||||
font-family: "gilroy-bold";
|
font-family: "gilroy-bold";
|
||||||
padding-top: 0.5rem;
|
padding-top: 0.5rem;
|
||||||
}
|
}
|
||||||
#lessites .content_container .view div:has(.views-row) .views-row .views-field-field-images .field-content img {
|
#lessites .content_container .view .views-row .views-field-field-images .field-content img {
|
||||||
width: 200px;
|
width: 200px;
|
||||||
height: 200px;
|
height: 200px;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
|
|
|
@ -25,40 +25,37 @@ main{
|
||||||
|
|
||||||
.view{
|
.view{
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: row;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
width: 100vw;
|
||||||
|
|
||||||
.header_view {
|
.header_view {
|
||||||
position: relative !important;
|
position: relative !important;
|
||||||
height: fit-content;
|
height: fit-content;
|
||||||
z-index: none;
|
z-index: 0;
|
||||||
.view{
|
width: 100vw;
|
||||||
width: 100vw;
|
margin-bottom: 2rem;
|
||||||
}
|
#leaflet-map-view-sites-embed-1{
|
||||||
}
|
width:inherit;
|
||||||
div:has(.views-row){
|
}
|
||||||
display: flex;
|
|
||||||
flex-direction: row;
|
}
|
||||||
flex-wrap: wrap;
|
|
||||||
gap: 10px;
|
.views-row{
|
||||||
width: 80%;
|
width: 20%;
|
||||||
margin: auto;
|
margin-bottom: 2rem;
|
||||||
justify-content: space-between;
|
.views-field-title .field-content a{
|
||||||
padding-top: 3rem;
|
color: $blue_QDD;
|
||||||
font-size: 0.6rem;
|
font-family: "gilroy-bold";
|
||||||
.views-row{
|
padding-top: 0.5rem;
|
||||||
width: 20%;
|
}
|
||||||
.views-field-title .field-content a{
|
.views-field-field-images .field-content img{
|
||||||
color: $blue_QDD;
|
width: 200px;
|
||||||
font-family: "gilroy-bold";
|
height: 200px;
|
||||||
padding-top: 0.5rem;
|
object-fit: cover;
|
||||||
}
|
|
||||||
.views-field-field-images .field-content img{
|
|
||||||
width: 200px;
|
|
||||||
height: 200px;
|
|
||||||
object-fit: cover;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue