WIP Refactor - Requested wines ui #53

Merged
KevinMidboe merged 20 commits from refactor/requested-wines-ui into master 2020-11-02 14:20:21 +00:00
Showing only changes of commit 53ef555822 - Show all commits

View File

@@ -97,11 +97,13 @@ export default {
} }
} }
h2 { .wine-details {
font-weight: normal; display: flex;
font-size: 1.4rem; flex-direction: column;
margin: 2rem 0;
color: $matte-text-color; > span {
margin-bottom: 0.5rem;
}
} }
.wine-details { .wine-details {