Add search frontend code
This commit is contained in:
parent
988849e598
commit
3e91f34303
22 changed files with 379 additions and 73 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
#toasts {
|
||||
position: fixed;
|
||||
z-index: 1;
|
||||
z-index: 6;
|
||||
left: 50%;
|
||||
top: 15px;
|
||||
transform: translate(-50%, 0%);
|
||||
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
@include mixins.popup;
|
||||
|
||||
margin: consts.$margin;
|
||||
margin: var(--margin);
|
||||
|
||||
.content {
|
||||
display: inline-block;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue