diff --git a/app/app.scss b/app/app.scss index 397d2dc6..2052cb7f 100644 --- a/app/app.scss +++ b/app/app.scss @@ -56,10 +56,10 @@ Page { background: $gray1; } .combination, - .group-info, .overviewItem, .recipeItem, - .textCard { + .textCard, + .titleContainer { background: white; } TextField.combinationToken { @@ -71,6 +71,7 @@ Page { .time .bx { color: $gray8; } + .group-info, .option .bx, .option .info { color: $gray7; @@ -109,10 +110,6 @@ Page { color: $gray1; background: $gray9; } - // TabView { - // tab-background-color: $gray9; - // selected-tab-text-color: $gray1; - // } MDButton, MDRipple { ripple-color: rgba($gray4, 0.1); @@ -128,18 +125,17 @@ Page { .overviewItem, .recipeItem, .textCard, + .titleContainer, TextField.combinationToken { background: $gray8; } - .group-info { - background: #111; - } .sd-group-header, .sd-item, .tag, .time .bx { color: $gray3; } + .group-info, .option .bx, .option .info { color: $gray5; @@ -233,9 +229,6 @@ ActionBar { MDButton.bx { padding: 0; margin: 0; - &.flip { - transform: scaleX(-1); - } } .title { padding-left: 12; @@ -347,6 +340,19 @@ MDButton { vertical-alignment: center; } } + .searchAll { + font-size: 14; + width: auto; + height: auto; + min-width: 0; + padding: 12; + border-radius: 4; + letter-spacing: 0; + // text-transform: none; + margin: 16; + color: $orange; + horizontal-alignment: center; + } } // ----------------------------- // Recipe Items @@ -421,7 +427,7 @@ RadListView { text-align: center; padding: 16; line-height: 6; - margin-top: 8; + // margin-top: 8; border-radius: 4; } .main-container { @@ -449,7 +455,7 @@ RadListView { width: 100%; border-radius: 4; .appIcon { - height: 96; + height: 104; } } // ----------------------------- @@ -512,6 +518,10 @@ RadListView { .ingredient { font-family: 'Orkney-Regular'; margin: 0 0 0 4; + color: blue; + } + .red { + color: red; } .count { width: 24; @@ -534,15 +544,11 @@ RadListView { border-color: transparent; } .combination { - margin: 8 8 0; + margin: 0 8 8; border-radius: 4; font-size: 14; - .bx { - font-size: 24; - padding: 0 0 0 16; - } .combinationTitle { - padding: 14 24; + padding: 14 16; margin: 0; line-height: 6; } @@ -624,21 +630,22 @@ MDButton.closeBtn { font-size: 14; padding: 0 0 0 16; } - MDRipple { - background: white; - } - .recipes { - margin: 0 8 8 16; + .recipe { + margin: 0 8; + .titleContainer { + border-radius: 4; + margin: 0 8 8; + } .recipeTitle { font-size: 14; padding: 14 16; line-height: 6; } } - // .closeBtn { - // margin: 0 16 0 4; - // vertical-alignment: top; - // } + .closeBtn { + margin: 8 0; + vertical-alignment: top; + } MDButton, MDRipple { ripple-color: rgba($gray6, 0.2); @@ -657,6 +664,14 @@ MDButton.closeBtn { color: $gray1; background: $gray9; } + .dialogIcon { + text-align: center; + padding: 32; + font-size: 48; + &.flip { + transform: scaleX(-1); + } + } .dialogTitle { line-height: 6; padding: 24 24 16; @@ -684,6 +699,18 @@ MDButton.closeBtn { .actionsContainer { padding: 8; } + .shareItem { + border-radius: 4; + margin: 0 16 16; + android-elevation: 1; + text-align: center; + .bx { + padding: 16 0 0; + } + .item { + padding: 8 16 16; + } + } .action { font-size: 12; padding: 12; diff --git a/app/components/About.vue b/app/components/About.vue deleted file mode 100644 index bd29bb22..00000000 --- a/app/components/About.vue +++ /dev/null @@ -1,148 +0,0 @@ - - - diff --git a/app/components/App.vue b/app/components/App.vue index 0d154196..e696d08f 100644 --- a/app/components/App.vue +++ b/app/components/App.vue @@ -1,4 +1,4 @@ -