small button fix
This commit is contained in:
@@ -450,7 +450,7 @@ header {
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
transition: all 0.5s ease-out, background 1s ease-out;
|
transition: all 0.5s ease-out, background 1s ease-out;
|
||||||
transition-delay: 0.2s;
|
transition-delay: 0.2s;
|
||||||
z-index: 100;
|
z-index: 6;
|
||||||
}
|
}
|
||||||
|
|
||||||
header .burger-container {
|
header .burger-container {
|
||||||
@@ -1021,7 +1021,7 @@ input::placeholder {
|
|||||||
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.02),
|
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.02),
|
||||||
0px 4px 8px -4px rgba(0, 0, 0, 0.04), 0px 16px 24px -8px rgba(0, 0, 0, 0.06);
|
0px 4px 8px -4px rgba(0, 0, 0, 0.04), 0px 16px 24px -8px rgba(0, 0, 0, 0.06);
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
z-index: 1;
|
z-index: 6;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
transition: opacity 0.2s ease;
|
transition: opacity 0.2s ease;
|
||||||
}
|
}
|
||||||
@@ -1062,7 +1062,7 @@ input::placeholder {
|
|||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.02),
|
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.02),
|
||||||
0px 4px 8px -4px rgba(0, 0, 0, 0.04), 0px 16px 24px -8px rgba(0, 0, 0, 0.06);
|
0px 4px 8px -4px rgba(0, 0, 0, 0.04), 0px 16px 24px -8px rgba(0, 0, 0, 0.06);
|
||||||
z-index: 1;
|
z-index: 6;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
transition: none;
|
transition: none;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user