border color id protagoniste
This commit is contained in:
@@ -107,16 +107,18 @@
|
||||
.views-row{
|
||||
width: 50%;
|
||||
.node-type-offre_de_service{
|
||||
// display: flex;
|
||||
// display: flex;
|
||||
// flex-direction: column;
|
||||
|
||||
border: 2px solid $blue-light;
|
||||
// border: 2px solid rgb(199, 215, 74);
|
||||
|
||||
// border: 2px solid $blue-light;
|
||||
padding: 1rem;
|
||||
height: fit-content;
|
||||
margin-bottom: 1rem;
|
||||
background-color: $white;
|
||||
margin-right: 1rem;
|
||||
// height: 200px;
|
||||
|
||||
div:first-of-type{
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr 1fr;
|
||||
@@ -202,8 +204,21 @@
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
.type-de-protagoniste-5{
|
||||
border: 2px solid rgb(255, 0, 15);
|
||||
}
|
||||
.type-de-protagoniste-6{
|
||||
border: 2px solid rgb(160, 26, 39);
|
||||
}
|
||||
.type-de-protagoniste-7{
|
||||
border: 2px solid rgb(199, 215, 74);
|
||||
}
|
||||
.type-de-protagoniste-8{
|
||||
border: 2px solid rgb(255, 100, 83);
|
||||
|
||||
.type-de-protagoniste-9{
|
||||
border: 2px solid rgb(111, 109, 125);
|
||||
}
|
||||
}
|
||||
@media (max-width: 810px){
|
||||
@@ -214,15 +229,10 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -75,19 +75,21 @@
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
// margin-right: 20px;
|
||||
width: 100%;
|
||||
padding: 1rem;
|
||||
|
||||
.is-active{
|
||||
color:$blue-light;
|
||||
}
|
||||
ul{
|
||||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
display: none;
|
||||
min-width: 100px;
|
||||
justify-content: space-between;
|
||||
background:$white;
|
||||
|
||||
// padding-inline-start: 0;
|
||||
|
||||
.is-active{
|
||||
color:$blue-light;
|
||||
}
|
||||
@@ -95,10 +97,12 @@
|
||||
li{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
background-color: $white;
|
||||
padding-bottom: 0.8rem;
|
||||
min-width: 30%;
|
||||
max-width: inherit;
|
||||
align-items: center;
|
||||
padding-left: 0;
|
||||
.menuOpen{
|
||||
display: flex;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user