v2 #1
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,6 +2,7 @@
|
|||||||
node_modules
|
node_modules
|
||||||
/dist
|
/dist
|
||||||
/public/lib
|
/public/lib
|
||||||
|
/out/
|
||||||
|
|
||||||
# local env files
|
# local env files
|
||||||
.env.local
|
.env.local
|
||||||
|
|||||||
@ -688,11 +688,11 @@
|
|||||||
|
|
||||||
.v-application.v-theme--
|
.v-application.v-theme--
|
||||||
&light
|
&light
|
||||||
header, footer
|
header, footer, .semi-transparent
|
||||||
background: rgba(255, 255, 255, .5)
|
background: rgba(255, 255, 255, .5)
|
||||||
&dark
|
&dark
|
||||||
header, footer
|
header, footer, .semi-transparent
|
||||||
background: rgba(15, 15,15, .5)
|
background: rgba(15, 15, 15, .5)
|
||||||
|
|
||||||
.content-container
|
.content-container
|
||||||
height: calc(100vh - 160px)
|
height: calc(100vh - 160px)
|
||||||
|
|||||||
@ -17,11 +17,10 @@
|
|||||||
>
|
>
|
||||||
<v-card
|
<v-card
|
||||||
hover
|
hover
|
||||||
ripple
|
|
||||||
outlined
|
outlined
|
||||||
tile
|
tile
|
||||||
height="127"
|
height="127"
|
||||||
class="pa-2 ma-2"
|
class="pa-2 ma-2 semi-transparent"
|
||||||
@click="authorClick(item)"
|
@click="authorClick(item)"
|
||||||
>
|
>
|
||||||
<v-row
|
<v-row
|
||||||
|
|||||||
@ -96,7 +96,7 @@
|
|||||||
outlined
|
outlined
|
||||||
tile
|
tile
|
||||||
height="127"
|
height="127"
|
||||||
class="pa-2 ma-2"
|
class="pa-2 ma-2 semi-transparent"
|
||||||
@click="bookClick(item)"
|
@click="bookClick(item)"
|
||||||
>
|
>
|
||||||
<v-row
|
<v-row
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user