mirror of
https://github.com/directus/directus.git
synced 2026-02-16 00:15:35 -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:
@@ -144,7 +144,7 @@ export default defineComponent({
|
||||
--v-button-color-disabled: var(--foreground-subdued);
|
||||
--v-button-background-color: var(--primary);
|
||||
--v-button-background-color-activated: var(--primary);
|
||||
--v-button-background-color-disabled: var(--background-subdued);
|
||||
--v-button-background-color-disabled: var(--background-normal);
|
||||
--v-button-font-size: 16px;
|
||||
|
||||
display: inline-flex;
|
||||
@@ -245,14 +245,14 @@ export default defineComponent({
|
||||
--v-button-font-size: 14px;
|
||||
|
||||
min-width: 64px;
|
||||
padding: 0 16px;
|
||||
padding: 0 12px;
|
||||
}
|
||||
|
||||
&.large {
|
||||
--v-button-height: 52px;
|
||||
|
||||
min-width: 92px;
|
||||
padding: 0 23px;
|
||||
padding: 0 12px;
|
||||
}
|
||||
|
||||
&.x-large {
|
||||
@@ -260,7 +260,7 @@ export default defineComponent({
|
||||
--v-button-font-size: 18px;
|
||||
|
||||
min-width: 120px;
|
||||
padding: 0 32px;
|
||||
padding: 0 12px;
|
||||
}
|
||||
|
||||
&.icon {
|
||||
|
||||
Reference in New Issue
Block a user