We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e79b8c commit 0d19c98Copy full SHA for 0d19c98
src/components/dashboard_items/tutorial/Landing.vue
@@ -9,8 +9,7 @@
9
@click="nextTab"
10
/>
11
<q-btn
12
- class="tut-btn"
13
- id="closeTutorialButton"
+ class="tut-btn abandonAction"
14
label="Close Tutorial"
15
@click="toggleTutorial"
16
@@ -52,10 +51,4 @@ export default {
52
51
height: auto;
53
}
54
55
-#closeTutorialButton {
56
- background-color: $subprimary;
57
- color: $menutext;
58
- border: 1px solid $menutext;
59
-}
60
-
61
</style>
src/layouts/MyLayout.vue
@@ -376,11 +376,6 @@ q-btn > i {
376
min-height: 30px;
377
378
379
-.deano-size {
380
- min-height: 2in;
381
- height: 3in;
382
383
384
// css styling for the drawer items
385
.drawer-menu {
386
background: $subprimary;
0 commit comments