discourse/app/assets/stylesheets/mobile/history.scss
2013-12-12 03:41:34 +01:00

26 lines
475 B
SCSS

// styles that apply to the popup that appears when you show the edit history
// of a post
@import "../common/foundation/variables";
@import "../common/foundation/mixins";
.modal.history-modal {
.modal-inner-container {
min-width: 100%;
min-height: 100%;
}
ins {
background: #e6ffe6;
}
del {
background: #ffe6e6;
}
.modal-header {
height: 42px;
padding-bottom: 10px;
}
.modal-body {padding-top: 0px;}
}
.offset1 {display: none;}