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

@ -64,7 +64,7 @@
}
.cke_source {
font-family: Monaco, Menlo, Consolas, 'Courier New', monospace !important;
font-family: var(--fontMono) !important;
padding: 10px !important;
padding-right: 0 !important;
box-shadow: none !important;
@ -82,7 +82,7 @@
padding: 10px;
padding-right: 0;
white-space: pre-wrap;
font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
font-family: var(--fontMono), monospace;
font-size: 13px;
line-height: 16px;
color: #333;
@ -107,7 +107,7 @@
.cke_wysiwyg_div {
padding: 10px !important;
font-family: arial, sans-serif;
font-family: var(--fontSans);
font-size: 13px;
line-height: 16px;
color: #333;
@ -132,7 +132,7 @@
background: #fff;
border: none;
border-radius: 0;
font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
font-family: var(--fontMono);
display: block;
word-break: normal;
word-wrap: break-word;