Add search to store
This commit is contained in:
@@ -1,11 +1,25 @@
|
||||
@use '@/assets/css/constants' as constants;
|
||||
|
||||
[data-component=tools-store] {
|
||||
.search {
|
||||
display: flex;
|
||||
position: sticky;
|
||||
width: 100%;
|
||||
margin-top: 20px;
|
||||
top: 20px;
|
||||
z-index: 10;
|
||||
justify-content: center;
|
||||
|
||||
>* {
|
||||
width: 80%;
|
||||
}
|
||||
}
|
||||
|
||||
.root-content {
|
||||
padding: 30px;
|
||||
gap: 20px;
|
||||
flex-wrap: wrap;
|
||||
justify-content: flex-start;
|
||||
justify-content: center;
|
||||
|
||||
> .card-box {
|
||||
width: 180px;
|
||||
|
||||
Reference in New Issue
Block a user