Improved feedback when cancelling/saving changes

This commit is contained in:
Giulio Cesare Solaroli
2014-09-05 18:17:41 +02:00
parent 54b264b6a1
commit 5b8da33360
8 changed files with 48 additions and 68 deletions

View File

@@ -1,6 +1,16 @@
@import "mixin";
div.overlay {
@include mask;
.mask {
position: fixed;
z-index: -2;
&.hidden {
display: none;
}
}
z-index: 99999;
position: fixed;
top: 50%;