mirror of
https://github.com/directus/directus.git
synced 2026-02-12 10:05:16 -05:00
margin, padding, size, and color tweaks (#374)
* margin, padding, size, and color tweaks * Remove commented out code * Use pointer-events instead of double click event * Use v-deep for v-sheet in v-dialog * Add newline * Fix stylelint complaint * Fix tests Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
This commit is contained in:
@@ -76,12 +76,12 @@ export default defineComponent({
|
||||
height: 100%;
|
||||
transition: opacity var(--medium) var(--transition);
|
||||
|
||||
.v-card {
|
||||
--v-card-min-width: 400px;
|
||||
--v-card-padding: 24px;
|
||||
::v-deep .v-card {
|
||||
--v-card-min-width: 540px;
|
||||
--v-card-padding: 20px;
|
||||
}
|
||||
|
||||
.v-sheet {
|
||||
::v-deep .v-sheet {
|
||||
--v-sheet-padding: 24px;
|
||||
--v-sheet-max-width: 560px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user