Fix footer save alert

This commit is contained in:
Jiiks 2018-02-04 14:08:28 +02:00
parent 8a799f29f7
commit 230e9e6560
2 changed files with 3 additions and 10 deletions

View File

@ -3,13 +3,7 @@
padding: 0;
}
.bd-scroller-wrap .bd-scroller {
margin: 0;
padding: 0;
}
.bd-plugin-settings-body {
margin-bottom: 80px;
padding: 0 15px;
.bd-setting-switch {

View File

@ -109,10 +109,8 @@
.bd-modal-footer {
.bd-footer-alert {
position: absolute;
bottom: 80px;
left: 70px;
right: 70px;
margin: 10px;
height: 0;
display: flex;
background-color: rgba(32, 34, 37, 0.9);
box-shadow: 0 2px 10px 0 rgba(0,0,0,.2);
@ -129,6 +127,7 @@
}
&.bd-active {
height: auto;
opacity: 1;
transform: none;
}