Responsive fixes for new search box

This commit is contained in:
BuildFeed 2018-01-06 11:32:43 +00:00
parent 1eaf1125d3
commit 7f22b7f5f0
3 changed files with 16 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -452,6 +452,12 @@ article
padding: #{(1em / 3)} 0;
text-transform: uppercase;
}
span
{
font-size: 0.675em;
letter-spacing: .25em;
}
}
p
@ -460,6 +466,11 @@ article
font-weight: 300;
margin: 0 0 #{(2em / 3)};
}
.group-input-button button
{
width: 48px;
}
}
.build-group-empty
@ -748,6 +759,8 @@ article
.group-input-button
{
display: flex;
min-width: 160px;
max-width: none;
input
{
@ -1073,4 +1086,4 @@ footer#page-footer
{
min-width: calc(50% - 2em);
}
}
}