Handle fruit expiry date expiry date cases + CSS variable name convention
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user