mirror of
https://github.com/wagtail/wagtail.git
synced 2024-12-01 11:41:20 +01:00
Fix SASS style errors, merge with latest wagtailimages styles
This commit is contained in:
parent
3403946f1e
commit
5a94117024
@ -8,7 +8,7 @@
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
padding-bottom: 2px;
|
padding-bottom: 2px;
|
||||||
|
|
||||||
input[type=file] {
|
[type=file] {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -19,12 +19,12 @@
|
|||||||
display: block;
|
display: block;
|
||||||
font-size: 5em;
|
font-size: 5em;
|
||||||
|
|
||||||
&: hover {
|
&:hover {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&: hover {
|
&:hover {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
button {
|
button {
|
||||||
@ -44,6 +44,7 @@
|
|||||||
|
|
||||||
.preview {
|
.preview {
|
||||||
width: 150px;
|
width: 150px;
|
||||||
|
min-height: 150px;
|
||||||
display: block;
|
display: block;
|
||||||
position: relative;
|
position: relative;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@ -52,8 +53,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.progress {
|
.progress {
|
||||||
@include box-shadow(0 0 5px 2px rgba(255, 255, 255, 0.4));
|
box-shadow: 0 0 5px 2px rgba(255, 255, 255, 0.4);
|
||||||
|
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
z-index: 4;
|
z-index: 4;
|
||||||
margin-left: 20%;
|
margin-left: 20%;
|
||||||
|
Loading…
Reference in New Issue
Block a user