Skip to content
Snippets Groups Projects
Commit 57d84963 authored by Guilhem CARRON's avatar Guilhem CARRON
Browse files

Merge branch 'fix/issues-design' into 'V2.0'

Fix/issues design

See merge request web-et-numerique/pamn_plateforme-des-acteurs-de-la-mediation-numerique/pamn_client!332
parents 60a44ed2 b5ecd47f
No related branches found
No related tags found
4 merge requests!418V2.1.0,!400V2.0,!332Fix/issues design,!230V2.0
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
} }
&.notEmpty { &.notEmpty {
//make sure it fits the correct height no matter the content lengtj and screen height //make sure it fits the correct height no matter the content lengtj and screen height
max-height: calc(100vh - $footer-height - $header-height - $header-height - 2rem); max-height: calc(100vh - $footer-height - $header-height - $header-height - 5rem);
@media #{$large-phone} { @media #{$large-phone} {
height: 100%; height: 100%;
} }
......
...@@ -17,8 +17,7 @@ ...@@ -17,8 +17,7 @@
.content { .content {
display: flex; display: flex;
align-items: center; align-items: center;
max-width: 980px; margin-bottom: 0.5rem;
margin: 0 auto 0.5rem auto;
input { input {
@include lato-regular-13; @include lato-regular-13;
@include input-search; @include input-search;
...@@ -188,7 +187,7 @@ a { ...@@ -188,7 +187,7 @@ a {
} }
} }
.filterTags { .filterTags {
margin: 0.5rem 0 0 0; margin-top: 0.5rem;
.title { .title {
margin-top: 5px; margin-top: 5px;
color: $grey-3; color: $grey-3;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment