improve active arrow and remove its px usage

pull/64/head
Dario Piotrowicz 2023-01-10 17:03:14 +00:00
rodzic d1e23e23e0
commit 140f8631f0
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -12,9 +12,9 @@
width: 0;
height: 0;
transform: translateX(-50%);
border-color: transparent transparent var(--wildebeest-color-400);
border-color: transparent transparent var(--wildebeest-color-500);
border-style: solid;
border-width: 0 10px 10px;
border-width: 0 0.7rem 0.7rem;
bottom: -1px;
}