File tree Expand file tree Collapse file tree 3 files changed +11
-8
lines changed Expand file tree Collapse file tree 3 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
2
<q-footer reveal class =" gradient text-white" :style =" { height: `${height}vh` }" >
3
- <q-toolbar >
3
+ <q-toolbar class = " toolbar-background " >
4
4
<q-btn flat color =" subaccent" round @click =" openBottomDrawer" >
5
5
<i :class =" [open ? down : up]" id =" btn" ></i >
6
6
</q-btn >
90
90
transition-timing-function : ease-in ;
91
91
transition : 0.2s ;
92
92
// background: #313131;
93
- background : black ;
93
+ background : # 27 28 22 ;
94
94
}
95
95
// changes the footer toolbar height
96
96
.q-toolbar {
106
106
// this class selector does not change anything
107
107
.q-tab__label {
108
108
// font-size not changing
109
- font-size : 10px !important ;
110
- line-height : 1.718em ;
111
- font-weight : 500 ;
109
+ font-size : 10px !important ;
110
+ line-height : 1.718em ;
111
+ font-weight : 500 ;
112
112
}
113
113
// changes the tab label styling
114
114
#label-text {
129
129
.q-tabs {
130
130
background : #11 12 0F ;
131
131
}
132
+ .toolbar-background {
133
+ background : black ;
134
+ }
132
135
.full-footer {
133
- height : 100vh ;
136
+ // height: 100vh;
137
+ padding-bottom : 0px ;
134
138
}
135
139
</style >
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ export default {
91
91
/* changes the stroke color */
92
92
.treeclass .linktree {
93
93
stroke : $secondary !important ;
94
- stroke-opacity : 1 ;
94
+ stroke-opacity : 0.4 ;
95
95
stroke-width : 8px ;
96
96
}
97
97
</style >
Original file line number Diff line number Diff line change @@ -62,7 +62,6 @@ export default {
62
62
<style lang="stylus">
63
63
.q-layout {
64
64
transition-timing-function : ease-in ;
65
- transition : 0.2s ;
66
65
}
67
66
.export-btn {
68
67
margin-left : 0.3rem ;
You can’t perform that action at this time.
0 commit comments