init
This commit is contained in:
12
assets/common.css
Normal file
12
assets/common.css
Normal 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
4
assets/variables.scss
Normal file
@@ -0,0 +1,4 @@
|
||||
// Ref: https://github.com/nuxt-community/vuetify-module#customvariables
|
||||
//
|
||||
// The variables you want to modify
|
||||
// $font-size-root: 20px;
|
||||
Reference in New Issue
Block a user