mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-04-22 02:52:23 -06:00
Fixed css style
(cherry picked from commit 4d52a68745672407bfb258eff055fb06756aac0e)
This commit is contained in:
parent
cc0b57727d
commit
936a1e63be
@ -171,10 +171,10 @@
|
|||||||
.search-button {
|
.search-button {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
right: $sp-4;
|
||||||
|
bottom: $sp-4;
|
||||||
width: $sp-9;
|
width: $sp-9;
|
||||||
height: $sp-9;
|
height: $sp-9;
|
||||||
bottom: $sp-4;
|
|
||||||
right: $sp-4;
|
|
||||||
background-color: $search-background-color;
|
background-color: $search-background-color;
|
||||||
border-radius: #{$sp-9 / 2};
|
border-radius: #{$sp-9 / 2};
|
||||||
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
|
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user