mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2025-01-16 03:25:19 +00:00
yeet contact refresh button
This commit is contained in:
parent
ec2696fc1f
commit
e8084105eb
|
@ -1,5 +1,4 @@
|
||||||
<script>
|
<script>
|
||||||
import { ArrowClockwise } from "phosphor-svelte";
|
|
||||||
import DropDown from "%/components/DropDown.svelte";
|
import DropDown from "%/components/DropDown.svelte";
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
@ -60,28 +59,6 @@
|
||||||
background-color: rgba($color-dark, 0.1);
|
background-color: rgba($color-dark, 0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
|
||||||
height: 32px;
|
|
||||||
width: 32px;
|
|
||||||
|
|
||||||
display: flex;
|
|
||||||
justify-content: center;
|
|
||||||
align-items: center;
|
|
||||||
|
|
||||||
text-decoration: none;
|
|
||||||
font-size: $font-size-p;
|
|
||||||
|
|
||||||
border-radius: $border-radius-circle;
|
|
||||||
border: 0 solid transparent;
|
|
||||||
background-color: $color-dark;
|
|
||||||
color: $color-on-dark;
|
|
||||||
|
|
||||||
&:hover {
|
|
||||||
background-color: $color-primary;
|
|
||||||
color: $color-on-primary;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.menu-filter-header {
|
.menu-filter-header {
|
||||||
padding: $spacing-normal;
|
padding: $spacing-normal;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Reference in a new issue