File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ Description:
8
8
<template >
9
9
<div class =" edit-component-div" >
10
10
<div >
11
+ <button class =" menu-link" @click =" console.log(click)" ><i class =" fa fa-arrow-left" aria-hidden =" true" ></i > Create Component Menu</button >
11
12
<p class =" title" >Update Component</p >
12
13
<!-- name editor component -->
13
14
<q-input
@@ -295,6 +296,7 @@ export default {
295
296
</script >
296
297
297
298
<style lang="scss" scoped>
299
+
298
300
.edit-component-div {
299
301
display : flex ;
300
302
flex-direction : column ;
@@ -303,6 +305,18 @@ export default {
303
305
margin : 20px ;
304
306
}
305
307
308
+ .menu-link {
309
+ background-color : $subprimary ;
310
+ color : white ;
311
+ border : 1px solid $subprimary ;
312
+ margin-bottom : 20px ;
313
+ padding : 0 ;
314
+ }
315
+
316
+ .menu-link :hover {
317
+ color : $accent ;
318
+ }
319
+
306
320
.q-field {
307
321
margin : 30px 0 10px ;
308
322
}
You can’t perform that action at this time.
0 commit comments