minor fix

This commit is contained in:
koester 2018-01-08 14:31:49 +01:00
parent f9c7e027e6
commit c6a849b646
No known key found for this signature in database
GPG key ID: 8EDF60025F08566C

View file

@ -11,7 +11,7 @@
z-index: 12;
flex: 1 1 auto;
word-wrap: break-word;
@include transition(opacity, 130ms);
@include transition(opacity);
// modal background
&-bg {
@ -83,7 +83,7 @@
margin-left: 1.25rem;
}
label[for],
label[for]:not(.modal-bg),
.paper-btn {
text-decoration: none;
background: $white;