Improve actions modal style (#4423)

lolsob-rspec
Eugen Rochko 2017-07-28 15:30:53 +02:00 committed by GitHub
parent 043dfdb474
commit be1a5d9ae9
1 changed files with 9 additions and 0 deletions

View File

@ -3430,6 +3430,15 @@ button.icon-button.active i.fa-retweet {
}
}
.actions-modal {
.status {
background: $white;
border-bottom-color: $ui-secondary-color;
padding-top: 10px;
padding-bottom: 10px;
}
}
.boost-modal__container {
overflow-x: scroll;
padding: 10px;