Skip to content
Snippets Groups Projects
Commit 89bebcaf authored by Marlène SIMONDANT's avatar Marlène SIMONDANT
Browse files

fix : style adjustments for the sticky header on structure cards

parent 3fe0ab18
No related branches found
No related tags found
1 merge request!197v1.12.0
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<div fxLayout="column" class="no-margin" fxLayoutAlign="end end"> <div fxLayout="column" class="no-margin" fxLayoutAlign="end end">
<h2 class="bold">{{ structure.structureName }}</h2> <h2 class="bold">{{ structure.structureName }}</h2>
</div> </div>
<div fxLayout="column" fxLayoutAlign="start start" class="ico-close"> <div fxLayout="column" fxLayoutAlign="end start" class="ico-close">
<div (click)="close()" class="ico-close-details"></div> <div (click)="close()" class="ico-close-details"></div>
</div> </div>
</div> </div>
......
...@@ -142,8 +142,10 @@ p, ...@@ -142,8 +142,10 @@ p,
max-width: 980px; max-width: 980px;
width: 100%; width: 100%;
background-color: $white; background-color: $white;
height: 80px; height: 60px;
z-index: 1; z-index: 1;
border-bottom: solid 1px $grey-4;
padding-bottom: 2px;
@media #{$tablet} { @media #{$tablet} {
height: auto; height: auto;
} }
...@@ -151,4 +153,9 @@ p, ...@@ -151,4 +153,9 @@ p,
width: 111%; width: 111%;
padding-right: 20px; padding-right: 20px;
} }
h2 {
@media #{$large-phone} {
font-size: $font-size-medium;
}
}
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment