fix alert success bootbox modal on mobile

This commit is contained in:
Jeff Atwood 2014-06-29 03:19:09 -07:00
parent 6bb17b7214
commit 56716a1f91
1 changed files with 14 additions and 0 deletions

View File

@ -136,3 +136,17 @@
.modal-tab {
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;
}
}