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 ba522c350a - Show all commits

View File

@@ -61,7 +61,6 @@ export default {
<style lang="scss" scoped>
@import "./src/styles/media-queries";
@import "./src/styles/global";
@import "./src/styles/variables";
.wine {
@@ -96,11 +95,6 @@ export default {
}
}
.wine-details {
display: flex;
flex-direction: column;
}
h2 {
font-weight: normal;
font-size: 1.4rem;
@@ -108,6 +102,11 @@ h2 {
color: $matte-text-color;
}
.wine-details {
display: flex;
flex-direction: column;
}
.bottom-section {
width: 100%;
margin-top: 1rem;