Add check icon and update global css
This commit is contained in:
parent
9d9ae6c78a
commit
2f350ede0e
2 changed files with 13 additions and 0 deletions
3
public/icons/Check.svg
Normal file
3
public/icons/Check.svg
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<svg viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.8536 4.85355C11.0488 4.65829 11.0488 4.34171 10.8536 4.14645C10.6583 3.95118 10.3417 3.95118 10.1464 4.14645L5.5 8.79289L3.85355 7.14645C3.65829 6.95118 3.34171 6.95118 3.14645 7.14645C2.95118 7.34171 2.95118 7.65829 3.14645 7.85355L5.14645 9.85355C5.34171 10.0488 5.65829 10.0488 5.85355 9.85355C5.85365 9.85346 5.85375 9.85336 5.85385 9.85326L10.8536 4.85355Z" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 499 B |
|
|
@ -327,6 +327,16 @@ i.tag {
|
|||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.infinite-scroll-component {
|
||||
overflow: hidden !important;
|
||||
}
|
||||
|
||||
.SearchFilterBar {
|
||||
display: flex;
|
||||
gap: $unit;
|
||||
padding: 0 ($unit * 3);
|
||||
}
|
||||
|
||||
@keyframes openModal {
|
||||
0% {
|
||||
opacity: 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue