basic tempate of web

This commit is contained in:
2026-06-19 23:55:39 -07:00
parent cef6b487cd
commit 118472945f
172 changed files with 15878 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
.v-btn-group .v-btn {
height: inherit !important;
}
.v-btn-group {
border-color: rgb(var(--v-theme-borderColor)) !important;
}
.v-btn{
text-transform: capitalize;
letter-spacing: 0;
border-radius: 30px;
&.v-btn--variant-elevated{
box-shadow: none !important;
}
.v-btn--slim{
padding: 0 15px;
}
}
.v-btn--elevated:hover{
box-shadow: none;
}