Better CSS namespace of base form elements

This commit is contained in:
Nick O'Leary
2019-05-09 19:22:40 +01:00
parent 59093f1721
commit 4418f8bfce
37 changed files with 1018 additions and 912 deletions

View File

@@ -165,7 +165,7 @@
}
.red-ui-debug-msg-element {
color: #333;
font-family: Menlo, monospace;
font-family: $monospace-font;
font-size: 13px !important;
line-height: 1.3em;
}
@@ -211,7 +211,7 @@
display:none;
}
.red-ui-debug-msg-object-entry pre {
font-family: Menlo, monospace;
font-family: $monospace-font;
font-size: 13px;
line-height: 1.2em;
margin: 0 0 0 -1em;