discourse/app/assets/stylesheets/mobile/history.scss

27 lines
475 B
SCSS
Raw Normal View History

2013-09-05 15:37:07 -04:00
// 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%;
2013-09-05 15:37:07 -04:00
}
ins {
background: #e6ffe6;
}
del {
background: #ffe6e6;
}
.modal-header {
height: 42px;
padding-bottom: 10px;
2013-09-05 15:37:07 -04:00
}
.modal-body {padding-top: 0px;}
2013-09-05 15:37:07 -04:00
}
.offset1 {display: none;}