mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-24 20:37:59 +01:00
16 lines
325 B
SCSS
16 lines
325 B
SCSS
|
// Place all the styles related to the Post controller here.
|
||
|
// They will automatically be included in application.css.
|
||
|
// You can use Sass (SCSS) here: http://sass-lang.com/
|
||
|
|
||
|
|
||
|
// Post diffs
|
||
|
del.differ {
|
||
|
width: 670px;
|
||
|
background: $danger_light_color;
|
||
|
}
|
||
|
|
||
|
ins.differ {
|
||
|
width: 670px;
|
||
|
background: $success_light_color;
|
||
|
}
|