refactor: minor refactor
This commit is contained in:
parent
9f1232a668
commit
94fee82893
4 changed files with 5 additions and 18 deletions
|
@ -1,8 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<h1>hi</h1>
|
<h1>hi</h1>
|
||||||
<h5>TEST</h5>
|
|
||||||
<h5>TEST</h5>
|
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
|
@ -70,13 +70,6 @@ async function deleteAccount() {
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.subtitle {
|
|
||||||
display: block;
|
|
||||||
font-size: 0.8em;
|
|
||||||
font-weight: 800;
|
|
||||||
margin: 4dvh 0 0.5dvh 0.25dvw;
|
|
||||||
}
|
|
||||||
|
|
||||||
.user-data-fields {
|
.user-data-fields {
|
||||||
min-width: 35dvw;
|
min-width: 35dvw;
|
||||||
max-width: 35dvw;
|
max-width: 35dvw;
|
||||||
|
|
|
@ -108,13 +108,6 @@ async function changeAvatar() {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
.subtitle {
|
|
||||||
display: block;
|
|
||||||
font-size: 0.8em;
|
|
||||||
font-weight: 800;
|
|
||||||
margin: 1.5dvh 0 0.5dvh 0.25dvw;
|
|
||||||
}
|
|
||||||
|
|
||||||
.user-data-fields {
|
.user-data-fields {
|
||||||
min-width: 35dvw;
|
min-width: 35dvw;
|
||||||
max-width: 35dvw;
|
max-width: 35dvw;
|
||||||
|
|
|
@ -180,7 +180,10 @@ function selectCategory(page: Page) {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* applies to child pages too */
|
/* applies to child pages too */
|
||||||
:deep(h5) {
|
:deep(.subtitle) {
|
||||||
color: red;
|
display: block;
|
||||||
|
font-size: 0.8em;
|
||||||
|
font-weight: 800;
|
||||||
|
margin: 4dvh 0 0.5dvh 0.25dvw;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
Loading…
Add table
Add a link
Reference in a new issue