change backgroudcolor in home.vue to $background-color
This commit is contained in:
parent
34f80b2c57
commit
8e20e7f68a
|
@ -526,7 +526,7 @@ export default class Home extends Vue {
|
||||||
@import "~bulma/sass/utilities/mixins.sass";
|
@import "~bulma/sass/utilities/mixins.sass";
|
||||||
|
|
||||||
main > div > .container {
|
main > div > .container {
|
||||||
background: #F0ECF4;
|
background: $background-color;
|
||||||
padding: 1rem 0.5rem 3rem;
|
padding: 1rem 0.5rem 3rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -638,7 +638,7 @@ section.hero {
|
||||||
}
|
}
|
||||||
|
|
||||||
.container.section {
|
.container.section {
|
||||||
background: #F0ECF4;
|
background: $background-color;
|
||||||
|
|
||||||
@include tablet {
|
@include tablet {
|
||||||
margin-top: -4rem;
|
margin-top: -4rem;
|
||||||
|
@ -658,7 +658,7 @@ section.hero {
|
||||||
}
|
}
|
||||||
|
|
||||||
#homepage {
|
#homepage {
|
||||||
background: #F0ECF4;
|
background: $background-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
.home-separator {
|
.home-separator {
|
||||||
|
|
Loading…
Reference in a new issue