shadow instead of strong border for version dropdown

This commit is contained in:
Jakob Schrettenbrunner 2020-04-14 08:48:43 +02:00
parent fcdfad941a
commit c2c9a11a02

View File

@ -120,7 +120,7 @@ $arrow-bg: #000;
}
.items {
@apply .absolute .right-0 .bg-white .border .p-1 .mt-1;
@apply .absolute .right-0 .bg-white .shadow .p-1 .mt-1;
border-radius: 1rem;
z-index: 100;