File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
packages/vuetify/src/labs/VFileUpload Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 46
46
.v-file-upload-title
47
47
font-size : $file-upload-title-font-size
48
48
font-weight : 600
49
+ text-align : center
49
50
50
51
.v-file-upload-icon
51
52
opacity : var(-- v- medium- emphasis- opacity)
67
68
justify-content : center
68
69
width : 100%
69
70
71
+ .v-divider__wrapper
72
+ max-width : 100%
73
+
70
74
.v-file-upload-items
71
75
margin : $file-upload-items-margin
72
76
Original file line number Diff line number Diff line change 2
2
@use ' ../../styles/settings' ;
3
3
4
4
$file-upload-title-font-size : 1.5rem !default ;
5
- $file-upload-padding : 64px 0 !default ;
5
+ $file-upload-padding : 64px 16 px !default ;
6
6
$file-upload-border-radius : 4px !default ;
7
7
$file-upload-border-width : 2px !default ;
8
8
$file-upload-title-font-weight : 600 !default ;
You can’t perform that action at this time.
0 commit comments