Handle fruit expiry date expiry date cases + CSS variable name convention

This commit is contained in:
2020-12-06 19:22:34 +01:00
parent 5ae24298ae
commit ad369d0bc4
6 changed files with 31 additions and 10 deletions

View File

@@ -14,7 +14,7 @@ export default {};
<style lang="less">
footer {
background-color: #111111;
color: @secondary-color;
color: @color-2;
text-align: center;
line-height: @footerHeight;
height: @footerHeight;

View File

@@ -28,7 +28,7 @@ export default {
<style scoped lang="less">
.grid-item {
background-color: @secondary-color;
background-color: @color-2;
border-radius: 10px;
overflow: hidden;
@@ -87,6 +87,7 @@ export default {
margin: 0;
font-size: 28px;
font-weight: bold;
color: #ff9700;
}
}
}

View File

@@ -15,7 +15,7 @@ export default {
<style lang="less">
header {
background-color: @secondary-color;
background-color: @color-2;
box-shadow: 0 0px 14px 0px #cecece;
> a {