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;
|
bottom: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
z-index: 2; }
|
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-left: 1.5em;
|
||||||
padding-right: 2em;
|
padding-right: 2em;
|
||||||
max-width: 100%; }
|
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;
|
position: absolute;
|
||||||
left: .7em;
|
left: .7em;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
@ -435,7 +435,7 @@
|
|||||||
display: block; }
|
display: block; }
|
||||||
.formulate-input[data-classification="file"] .formulate-files li[data-has-error] .formulate-file-progress {
|
.formulate-input[data-classification="file"] .formulate-files li[data-has-error] .formulate-file-progress {
|
||||||
background-color: #dc2c2c; }
|
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; }
|
display: none; }
|
||||||
.formulate-input[data-classification="file"] .formulate-files li + li {
|
.formulate-input[data-classification="file"] .formulate-files li + li {
|
||||||
margin-top: .5em; }
|
margin-top: .5em; }
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="formualte-file-name"
|
class="formulate-file-name"
|
||||||
v-text="file.name"
|
v-text="file.name"
|
||||||
/>
|
/>
|
||||||
<div
|
<div
|
||||||
|
@ -498,7 +498,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.formualte-file-name {
|
.formulate-file-name {
|
||||||
padding-left: 1.5em;
|
padding-left: 1.5em;
|
||||||
padding-right: 2em;
|
padding-right: 2em;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
@ -553,7 +553,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&[data-has-preview] {
|
&[data-has-preview] {
|
||||||
.formualte-file-name {
|
.formulate-file-name {
|
||||||
&:before {
|
&:before {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user