Fix footer save alert
This commit is contained in:
parent
8a799f29f7
commit
230e9e6560
|
@ -3,13 +3,7 @@
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bd-scroller-wrap .bd-scroller {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.bd-plugin-settings-body {
|
.bd-plugin-settings-body {
|
||||||
margin-bottom: 80px;
|
|
||||||
padding: 0 15px;
|
padding: 0 15px;
|
||||||
|
|
||||||
.bd-setting-switch {
|
.bd-setting-switch {
|
||||||
|
|
|
@ -109,10 +109,8 @@
|
||||||
|
|
||||||
.bd-modal-footer {
|
.bd-modal-footer {
|
||||||
.bd-footer-alert {
|
.bd-footer-alert {
|
||||||
position: absolute;
|
margin: 10px;
|
||||||
bottom: 80px;
|
height: 0;
|
||||||
left: 70px;
|
|
||||||
right: 70px;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
background-color: rgba(32, 34, 37, 0.9);
|
background-color: rgba(32, 34, 37, 0.9);
|
||||||
box-shadow: 0 2px 10px 0 rgba(0,0,0,.2);
|
box-shadow: 0 2px 10px 0 rgba(0,0,0,.2);
|
||||||
|
@ -129,6 +127,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&.bd-active {
|
&.bd-active {
|
||||||
|
height: auto;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
transform: none;
|
transform: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue