Add background to media modal (#4317)

lolsob-rspec
Eugen Rochko 2017-07-23 20:28:31 +02:00 committed by GitHub
parent 0b14f80814
commit eef0a452a0
1 changed files with 4 additions and 0 deletions

View File

@ -3057,6 +3057,10 @@ button.icon-button.active i.fa-retweet {
}
}
.media-modal__content {
background: $base-overlay-background;
}
.media-modal__close {
position: absolute;
right: 4px;