margin et justify items pager /ressources
This commit is contained in:
+2
-2
@@ -3208,7 +3208,7 @@ html.js body.node-type-operation.node-id-7 div.dialog-off-canvas-main-canvas div
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
justify-content: space-between;
|
justify-content: flex-start;
|
||||||
padding: 2rem;
|
padding: 2rem;
|
||||||
width: 80%;
|
width: 80%;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
@@ -3310,7 +3310,7 @@ html.js body.node-type-operation.node-id-7 div.dialog-off-canvas-main-canvas div
|
|||||||
display: flex !important;
|
display: flex !important;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
background-color: rgb(255, 255, 255);
|
background-color: rgb(255, 255, 255);
|
||||||
margin-bottom: 6rem;
|
margin: 1rem 1rem 6rem 1rem;
|
||||||
}
|
}
|
||||||
.page-ressources .view-ressources .views-row:hover {
|
.page-ressources .view-ressources .views-row:hover {
|
||||||
transform: scale(1.05);
|
transform: scale(1.05);
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
justify-content: space-between;
|
justify-content: flex-start;
|
||||||
padding: 2rem;
|
padding: 2rem;
|
||||||
width: 80%;
|
width: 80%;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
@@ -106,7 +106,7 @@
|
|||||||
display: flex !important;
|
display: flex !important;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
background-color: $white-button;
|
background-color: $white-button;
|
||||||
margin-bottom: 6rem;
|
margin: 1rem 1rem 6rem 1rem;
|
||||||
&:hover{
|
&:hover{
|
||||||
transform: scale(1.05);
|
transform: scale(1.05);
|
||||||
transition: 0.3s transform ease, 0.3s box-shadow ease;
|
transition: 0.3s transform ease, 0.3s box-shadow ease;
|
||||||
|
|||||||
Reference in New Issue
Block a user