mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
20 lines
335 B
SCSS
20 lines
335 B
SCSS
.modal.history-modal {
|
|
button {
|
|
float: none;
|
|
}
|
|
#display-modes {
|
|
display: none;
|
|
}
|
|
#revision-numbers {
|
|
line-height: 2em;
|
|
}
|
|
#revision-details {
|
|
background-color: dark-light-diff($primary, $secondary, 90%, -60%);
|
|
padding: 5px;
|
|
margin-top: 10px;
|
|
}
|
|
img {
|
|
max-width: 95%;
|
|
height: auto;
|
|
}
|
|
}
|