stylesheets: rename *.css.scss -> *.scss.
Fixes "DEPRECATION WARNING: Extra .css in SCSS file is unnecessary."
This commit is contained in:
22
app/assets/stylesheets/specific/dmails.scss
Normal file
22
app/assets/stylesheets/specific/dmails.scss
Normal file
@@ -0,0 +1,22 @@
|
||||
@import "../common/000_vars.css.scss";
|
||||
|
||||
div#c-dmails {
|
||||
div#a-show {
|
||||
max-width: 50em;
|
||||
}
|
||||
|
||||
tr.read-false {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
div#preview {
|
||||
margin: 1em 0;
|
||||
border: 1px solid #CCC;
|
||||
padding: 1em;
|
||||
width: 40em;
|
||||
|
||||
h1 {
|
||||
font-size: $h2_size;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user