Split admin css from app.css

Cleanup normalize and bootstrap css
Removed almost all css float
Removed CKEditor from app.css
This commit is contained in:
djmaze 2021-02-18 21:06:19 +01:00
parent 6dacfb3cf4
commit b6d8fa5b3f
74 changed files with 455 additions and 1014 deletions

View file

@ -6,7 +6,7 @@
}
.inputKey {
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
font-family: var(--fontMono);
}
.key-viewer {
@ -25,8 +25,6 @@
background-color: #f9f9f9;
border-radius: 5px;
padding: 10px 15px;
margin-top: 10px;
min-height: 40px;
&-wrp {
@ -51,6 +49,7 @@
color: #333;
white-space: nowrap;
padding-bottom: 4px;
display: flex;
&:last-child {
padding-bottom: 0;
@ -66,6 +65,7 @@
&-names {
color: #333;
width: 80%;
&.empty {
color: red;
@ -79,10 +79,12 @@
&-error {
color: red;
width: 80%;
}
&-hash {
color: #aaa;
width: 20%;
}
}
}