first commit
This commit is contained in:
27
scssold/components/_VButtons.scss
Executable file
27
scssold/components/_VButtons.scss
Executable file
@@ -0,0 +1,27 @@
|
||||
//
|
||||
// global
|
||||
|
||||
.v-btn-group .v-btn {
|
||||
height: inherit !important;
|
||||
}
|
||||
.v-btn {
|
||||
border-radius: $border-radius-root;
|
||||
text-transform: capitalize !important;
|
||||
|
||||
}
|
||||
.v-btn-group {
|
||||
border-color: rgb(var(--v-theme-borderColor)) !important;
|
||||
}
|
||||
|
||||
.v-btn--size-large{
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.btn-white{
|
||||
background-color: rgb(var(--v-theme-surface)) !important;
|
||||
padding:10px 15px;
|
||||
&:hover{
|
||||
background-color: rgb(var(--v-theme-primary)) !important;
|
||||
color: #fff !important;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user