mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-12 00:34:12 -06:00
Make search big when clicked
This commit is contained in:
parent
f72f20ba2b
commit
d753e32d0c
@ -24,15 +24,16 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.search-box {
|
.search-box {
|
||||||
@apply .relative .px-2;
|
@apply .relative .px-2 .w-full .text-right;
|
||||||
|
|
||||||
input {
|
input {
|
||||||
transition: all 200ms ease-in;
|
transition: all 200ms ease-in;
|
||||||
@apply .text-grey-lighter .w-64 .outline-none .px-4 .py-2 .rounded;
|
@apply .text-grey-lighter .w-1/2 .outline-none .px-4 .py-2 .rounded;
|
||||||
background: rgba(0, 0, 0, 0.2);
|
background: rgba(0, 0, 0, 0.2);
|
||||||
border: 1px solid rgba(0, 0, 0, 0.3);
|
border: 1px solid rgba(0, 0, 0, 0.3);
|
||||||
|
|
||||||
&:active, &:focus {
|
&:active, &:focus {
|
||||||
|
@apply .w-5/6;
|
||||||
transition: all 200ms ease-in;
|
transition: all 200ms ease-in;
|
||||||
background: rgba(0, 0, 0, 0.3);
|
background: rgba(0, 0, 0, 0.3);
|
||||||
border: 1px solid rgba(0, 0, 0, 0.7)
|
border: 1px solid rgba(0, 0, 0, 0.7)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user