fix alert success bootbox modal on mobile
This commit is contained in:
parent
6bb17b7214
commit
56716a1f91
|
@ -136,3 +136,17 @@
|
||||||
.modal-tab {
|
.modal-tab {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* fixes for the new account confirm dialog on mobile */
|
||||||
|
|
||||||
|
.modal-inner-container {
|
||||||
|
margin-bottom: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.alert {
|
||||||
|
padding: 5px;
|
||||||
|
&.alert-success {
|
||||||
|
background-color: scale-color($success, $lightness: 90%);
|
||||||
|
color: $success;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue