FIX: smaller agree/delete flag modals on mobile

This commit is contained in:
Régis Hanol 2014-08-08 12:10:32 +02:00
parent 5ab571e4b7
commit 7e7938e37f
2 changed files with 7 additions and 4 deletions

View File

@ -844,7 +844,7 @@ table.api-keys {
.content-list {
h3 {
color: dark-light-diff($primary, $secondary, 90%, -60%);
color: dark-light-diff($primary, $secondary, 90%, -60%);
font-size: 15px;
padding-left: 5px;
margin-bottom: 10px;
@ -1146,9 +1146,6 @@ button.ru {
}
.delete-flag-modal, .agree-flag-modal {
.modal-inner-container {
width: 400px;
}
button {
display: block;
margin: 10px 0 10px 10px;

View File

@ -199,3 +199,9 @@ animation: modal .25s;
max-height: 150px;
margin-bottom: 10px;
}
.delete-flag-modal, .agree-flag-modal {
.modal-inner-container {
width: 400px;
}
}