Fix footer save alert
This commit is contained in:
parent
8a799f29f7
commit
230e9e6560
|
@ -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 {
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue