update styling for discard changes dialog

This commit is contained in:
Mads Rasmussen
2018-03-23 11:27:24 +01:00
parent edeb9c61ac
commit 8e8102a51d
2 changed files with 3 additions and 4 deletions

View File

@@ -67,15 +67,14 @@
}
.alert-form {
background-color: @gray-10;
background-color: @white;
border: 1px solid @gray-3 !important;
color: @gray-3;
box-shadow: 0 -1px 6px 0 rgba(0,0,0,0.16);
}
.alert-form.-no-border {
border: none !important;
margin-left: 1px;
margin-bottom: 1px;
}
.alert-form h4 {

View File

@@ -1,7 +1,7 @@
.umb-notifications {
z-index: 1000;
position: absolute;
bottom: 52px;
bottom: @editorFooterHeight;
left: 0;
right: 0;
border-bottom: none;