Initial Version
This commit is contained in:
40
core/src/scss/components/_VCard.scss
Normal file
40
core/src/scss/components/_VCard.scss
Normal file
@@ -0,0 +1,40 @@
|
||||
// Outline Card
|
||||
.v-card--variant-outlined {
|
||||
border-color: rgba(var(--v-theme-borderLight), 1);
|
||||
.v-divider {
|
||||
border-color: rgba(var(--v-theme-borderLight), 0.8);
|
||||
}
|
||||
}
|
||||
|
||||
.v-card-text {
|
||||
padding: $card-text-spacer;
|
||||
}
|
||||
|
||||
.v-card-actions {
|
||||
padding: 14px $card-text-spacer 14px;
|
||||
}
|
||||
|
||||
.v-card {
|
||||
overflow: visible;
|
||||
.v-card-title {
|
||||
&.text-h6 {
|
||||
font-weight: 600;
|
||||
line-height: 1.57;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.v-card-item {
|
||||
padding: $card-item-spacer-xy;
|
||||
}
|
||||
|
||||
.v-card-subtitle {
|
||||
font-size: 0.75rem;
|
||||
}
|
||||
|
||||
.title-card {
|
||||
.v-card-text {
|
||||
background-color: rgb(var(--v-theme-background));
|
||||
border: 1px solid rgba(var(--v-theme-borderLight), 1);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user