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 {
|
||||
color: inherit;
|
||||
}
|
||||
span{
|
||||
color: $black;
|
||||
}
|
||||
}
|
||||
p.light-gray {
|
||||
color: $gray-550;
|
||||
|
|
|
|||
|
|
@ -213,12 +213,6 @@ export default {
|
|||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
#sub-header {
|
||||
span {
|
||||
color: $black;
|
||||
}
|
||||
}
|
||||
|
||||
.dark-gray {
|
||||
color: $darker-gray;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue