mirror of
https://github.com/discourse/discourse.git
synced 2026-07-29 23:58:12 -05:00
fix alert success bootbox modal on mobile
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user