1
0
mirror of https://github.com/thangisme/notes.git synced 2024-07-22 22:24:15 -04:00

Fixed css style

(cherry picked from commit 4d52a68745672407bfb258eff055fb06756aac0e)
This commit is contained in:
Silvio Giebl 2019-07-21 22:35:06 +02:00
parent cc0b57727d
commit 936a1e63be

View File

@ -171,10 +171,10 @@
.search-button {
position: fixed;
display: flex;
right: $sp-4;
bottom: $sp-4;
width: $sp-9;
height: $sp-9;
bottom: $sp-4;
right: $sp-4;
background-color: $search-background-color;
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);