Merge branch 'master' of github.com:wearebraid/vue-formulate
This commit is contained in:
commit
e13c70fad0
6
dist/snow.css
vendored
6
dist/snow.css
vendored
@ -395,11 +395,11 @@
|
||||
bottom: 0;
|
||||
top: 0;
|
||||
z-index: 2; }
|
||||
.formulate-input[data-classification="file"] .formulate-files .formualte-file-name {
|
||||
.formulate-input[data-classification="file"] .formulate-files .formulate-file-name {
|
||||
padding-left: 1.5em;
|
||||
padding-right: 2em;
|
||||
max-width: 100%; }
|
||||
.formulate-input[data-classification="file"] .formulate-files .formualte-file-name::before {
|
||||
.formulate-input[data-classification="file"] .formulate-files .formulate-file-name::before {
|
||||
position: absolute;
|
||||
left: .7em;
|
||||
top: 50%;
|
||||
@ -435,7 +435,7 @@
|
||||
display: block; }
|
||||
.formulate-input[data-classification="file"] .formulate-files li[data-has-error] .formulate-file-progress {
|
||||
background-color: #dc2c2c; }
|
||||
.formulate-input[data-classification="file"] .formulate-files li[data-has-preview] .formualte-file-name:before {
|
||||
.formulate-input[data-classification="file"] .formulate-files li[data-has-preview] .formulate-file-name:before {
|
||||
display: none; }
|
||||
.formulate-input[data-classification="file"] .formulate-files li + li {
|
||||
margin-top: .5em; }
|
||||
|
@ -19,7 +19,7 @@
|
||||
>
|
||||
</div>
|
||||
<div
|
||||
class="formualte-file-name"
|
||||
class="formulate-file-name"
|
||||
v-text="file.name"
|
||||
/>
|
||||
<div
|
||||
|
@ -498,7 +498,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
.formualte-file-name {
|
||||
.formulate-file-name {
|
||||
padding-left: 1.5em;
|
||||
padding-right: 2em;
|
||||
max-width: 100%;
|
||||
@ -553,7 +553,7 @@
|
||||
}
|
||||
|
||||
&[data-has-preview] {
|
||||
.formualte-file-name {
|
||||
.formulate-file-name {
|
||||
&:before {
|
||||
display: none;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user