0
0
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:
Tim Heap 2016-02-03 12:03:39 +11:00 committed by Matt Westcott
parent 3403946f1e
commit 5a94117024

View File

@ -8,7 +8,7 @@
overflow: hidden;
padding-bottom: 2px;
input[type=file] {
[type=file] {
padding: 0;
opacity: 0;
position: absolute;
@ -19,12 +19,12 @@
display: block;
font-size: 5em;
&: hover {
&:hover {
cursor: pointer;
}
}
&: hover {
&:hover {
cursor: pointer;
button {
@ -44,6 +44,7 @@
.preview {
width: 150px;
min-height: 150px;
display: block;
position: relative;
text-align: center;
@ -52,8 +53,7 @@
}
.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%;
z-index: 4;
margin-left: 20%;