mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 04:29:21 +03:00
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:
parent
6dacfb3cf4
commit
b6d8fa5b3f
74 changed files with 455 additions and 1014 deletions
4
vendors/bootstrap/less/code.less
vendored
4
vendors/bootstrap/less/code.less
vendored
|
|
@ -5,9 +5,11 @@
|
|||
|
||||
// Inline and block code styles
|
||||
code,
|
||||
kbd,
|
||||
samp,
|
||||
pre {
|
||||
padding: 0 3px 2px;
|
||||
font-family: @monoFontFamily;
|
||||
font-family: var(--fontMono);
|
||||
font-size: @baseFontSize;
|
||||
font-weight: normal;
|
||||
line-height: @baseLineHeight;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue