Some slight styling tweaks per design spec.

This commit is contained in:
barnabasmolnar 2023-07-28 13:22:43 +02:00
parent bc09ac757f
commit 74cb027fd7
6 changed files with 20 additions and 8 deletions

View file

@ -53,8 +53,8 @@
.dropdown-menu-item-base {
display: flex;
padding: 0 0.625rem;
column-gap: 0.625rem;
padding: 0 0.75rem;
column-gap: 0.5rem;
font-size: 0.875rem;
color: var(--color-gray-100);
width: 100%;
@ -70,7 +70,7 @@
align-items: center;
height: 2rem;
cursor: pointer;
border-radius: var(--border-radius-md);
border-radius: var(--border-radius-sm);
@media screen and (min-width: 1921px) {
height: 2.25rem;