Move black header styling to sub header component
This commit is contained in:
parent
9039b7cf70
commit
0607ee30e4
2 changed files with 3 additions and 6 deletions
|
|
@ -85,6 +85,9 @@ export default ({
|
||||||
button {
|
button {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
span{
|
||||||
|
color: $black;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
p.light-gray {
|
p.light-gray {
|
||||||
color: $gray-550;
|
color: $gray-550;
|
||||||
|
|
|
||||||
|
|
@ -213,12 +213,6 @@ export default {
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
#sub-header {
|
|
||||||
span {
|
|
||||||
color: $black;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.dark-gray {
|
.dark-gray {
|
||||||
color: $darker-gray;
|
color: $darker-gray;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue