Skip to content

Commit 0d19c98

Browse files
committed
updated tutorial landing page component to use global abandon action style
1 parent 5e79b8c commit 0d19c98

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

src/components/dashboard_items/tutorial/Landing.vue

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
@click="nextTab"
1010
/>
1111
<q-btn
12-
class="tut-btn"
13-
id="closeTutorialButton"
12+
class="tut-btn abandonAction"
1413
label="Close Tutorial"
1514
@click="toggleTutorial"
1615
/>
@@ -52,10 +51,4 @@ export default {
5251
height: auto;
5352
}
5453
55-
#closeTutorialButton {
56-
background-color: $subprimary;
57-
color: $menutext;
58-
border: 1px solid $menutext;
59-
}
60-
6154
</style>

src/layouts/MyLayout.vue

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -376,11 +376,6 @@ q-btn > i {
376376
min-height: 30px;
377377
}
378378
379-
.deano-size {
380-
min-height: 2in;
381-
height: 3in;
382-
}
383-
384379
// css styling for the drawer items
385380
.drawer-menu {
386381
background: $subprimary;

0 commit comments

Comments
 (0)