Skip to content
Snippets Groups Projects
Commit 818007a8 authored by Chris Lawton's avatar Chris Lawton Committed by Todd Dembrey
Browse files

adds styling for search input

parent 1265e835
No related branches found
No related tags found
No related merge requests found
...@@ -81,7 +81,7 @@ ...@@ -81,7 +81,7 @@
@include media-query(tablet-landscape) { @include media-query(tablet-landscape) {
background: none; background: none;
padding: 0; padding: 0 10px;
border: 0; border: 0;
align-items: center; align-items: center;
justify-content: flex-start; justify-content: flex-start;
...@@ -109,7 +109,7 @@ ...@@ -109,7 +109,7 @@
&--search { &--search {
position: absolute; position: absolute;
top: .35em; top: .65em;
right: 10px; right: 10px;
svg { svg {
......
...@@ -17,9 +17,16 @@ ...@@ -17,9 +17,16 @@
} }
} }
&--search-desktop { &--search {
position: relative; position: relative;
width: 280px; max-width: 300px;
margin-top: $mobile-gutter;
width: 100%;
@include media-query(tablet-landscape) {
max-width: 280px;
margin: 0 0 0 30px;
}
} }
&__group { &__group {
......
...@@ -4,6 +4,6 @@ ...@@ -4,6 +4,6 @@
padding: 10px; padding: 10px;
color: $color--dark-grey; color: $color--dark-grey;
background: transparent; background: transparent;
border: 1px solid $color--white; border: 1px solid $color--mid-dark-grey;
} }
} }
...@@ -269,13 +269,14 @@ ...@@ -269,13 +269,14 @@
&--table-actions { &--table-actions {
margin-bottom: 20px; margin-bottom: 20px;
@include media-query(tablet-landscape) { @include media-query(tablet-portrait) {
display: flex; display: flex;
justify-content: flex-end; justify-content: space-between;
& > * { }
padding-left: 20px;
} @include media-query(tablet-landscape) {
justify-content: flex-end;
} }
} }
} }
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