mirror of
https://gitlab.com/buildfeed/BuildFeed.git
synced 2024-03-22 21:10:34 +08:00
Responsive fixes for new search box
This commit is contained in:
parent
1eaf1125d3
commit
7f22b7f5f0
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user