Forms edit content
This commit is contained in:
@@ -27,7 +27,8 @@ $weight-bold: 400;
|
||||
@import 'bulma/bulma';
|
||||
|
||||
@import "checkmark-icon";
|
||||
@import './demo';
|
||||
@import 'demo';
|
||||
@import 'highlight';
|
||||
|
||||
.field_with_errors input {
|
||||
border-color: $red;
|
||||
|
||||
5
app/assets/stylesheets/highlight.css.scss
Normal file
5
app/assets/stylesheets/highlight.css.scss
Normal file
@@ -0,0 +1,5 @@
|
||||
code.html .hljs-tag:first-child .hljs-attr, code.html .hljs-tag:first-child .hljs-string {
|
||||
font-weight: bold;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user