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">
|
||||
<v-list-item>
|
||||
<template v-slot:title>
|
||||
<div class="learning-path-title">Discussions</div>
|
||||
<div class="title">Discussions</div>
|
||||
</template>
|
||||
</v-list-item>
|
||||
<v-divider></v-divider>
|
||||
|
@ -248,7 +248,13 @@
|
|||
</template>
|
||||
|
||||
<style scoped>
|
||||
|
||||
.title {
|
||||
color: #0e6942;
|
||||
text-transform: uppercase;
|
||||
font-weight: bolder;
|
||||
padding-top: 2%;
|
||||
font-size: 36px;
|
||||
}
|
||||
.learning-path-title {
|
||||
white-space: normal;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue