This commit is contained in:
Kar
2024-01-09 21:53:59 +05:30
commit 7cc4488690
46 changed files with 12220 additions and 0 deletions

12
assets/common.css Normal file
View File

@@ -0,0 +1,12 @@
.text_over_image {
background-color: red;
color: white;
font-weight: bold;
font-size:15px;
opacity: 0.7;
width:120px;
padding: 5px 0;
display: flex;
justify-content: center;
}

4
assets/variables.scss Normal file
View File

@@ -0,0 +1,4 @@
// Ref: https://github.com/nuxt-community/vuetify-module#customvariables
//
// The variables you want to modify
// $font-size-root: 20px;