style: discussions titel zoals de rest
This commit is contained in:
parent
e2abaa2625
commit
860a46712b
1 changed files with 8 additions and 2 deletions
|
@ -201,7 +201,7 @@
|
||||||
<div class="d-flex flex-column h-100">
|
<div class="d-flex flex-column h-100">
|
||||||
<v-list-item>
|
<v-list-item>
|
||||||
<template v-slot:title>
|
<template v-slot:title>
|
||||||
<div class="learning-path-title">Discussions</div>
|
<div class="title">Discussions</div>
|
||||||
</template>
|
</template>
|
||||||
</v-list-item>
|
</v-list-item>
|
||||||
<v-divider></v-divider>
|
<v-divider></v-divider>
|
||||||
|
@ -248,7 +248,13 @@
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
|
.title {
|
||||||
|
color: #0e6942;
|
||||||
|
text-transform: uppercase;
|
||||||
|
font-weight: bolder;
|
||||||
|
padding-top: 2%;
|
||||||
|
font-size: 36px;
|
||||||
|
}
|
||||||
.learning-path-title {
|
.learning-path-title {
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue