forked from potsda.mn/mobilizon
Merge branch 'bug/fix-h2' into 'master'
Remove $secondary background on h2 title, replace with underline See merge request framasoft/mobilizon!242
This commit is contained in:
commit
c25f00c0a9
|
@ -214,7 +214,7 @@ export default class MyEvents extends Vue {
|
||||||
& > h2 {
|
& > h2 {
|
||||||
display: block;
|
display: block;
|
||||||
color: $primary;
|
color: $primary;
|
||||||
font-size: 3rem;
|
font-size: 2.5rem;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
text-decoration-color: $secondary;
|
text-decoration-color: $secondary;
|
||||||
}
|
}
|
||||||
|
|
|
@ -149,7 +149,7 @@ export default class Register extends Vue {
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss" scoped>
|
||||||
@import "../../variables";
|
@import "../../variables";
|
||||||
|
|
||||||
.avatar-enter-active {
|
.avatar-enter-active {
|
||||||
|
@ -170,7 +170,10 @@ export default class Register extends Vue {
|
||||||
}
|
}
|
||||||
|
|
||||||
h2.title {
|
h2.title {
|
||||||
background: $secondary;
|
color: $primary;
|
||||||
|
font-size: 2.5rem;
|
||||||
|
text-decoration: underline;
|
||||||
|
text-decoration-color: $secondary;
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue