Skip to content
Snippets Groups Projects
Commit 012a5f0f authored by Hugo SUBTIL's avatar Hugo SUBTIL
Browse files

fix: filter chevron margin + add structure link width

parent 13b99ad0
No related branches found
No related tags found
2 merge requests!102Dev,!86Dev
......@@ -91,7 +91,7 @@
</div>
</div>
<div class="footerSearchSection isntPhoneContent" fxLayout="row" fxLayoutAlign="space-between center">
<div class="checkbox">
<div class="checkbox no-width">
<div class="checkboxItem">
<label>
<input
......
......@@ -118,7 +118,6 @@
}
a {
@include hyperlink;
width: 100%;
text-align: right;
}
......
......@@ -7,7 +7,7 @@
height: 40px;
width: 190px;
border: 1px solid $grey-4;
padding: 3px 16px 3px 16px;
padding: 3px 8px 3px 16px;
outline: none;
border-radius: 4px;
cursor: pointer;
......
......@@ -159,6 +159,9 @@ button {
-ms-transform: rotate(45deg);
}
}
&.no-width {
width: unset;
}
}
// Layout
......
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