Forms edit content

This commit is contained in:
2020-04-26 18:49:40 +02:00
parent d733468abe
commit 8fb3fb7175
12 changed files with 201 additions and 17 deletions

View File

@@ -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;

View 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;
}