Reduced font sizes

This commit is contained in:
Jori Lallo
2016-10-14 13:23:02 -07:00
parent df70e87361
commit 2182cfa200
3 changed files with 11 additions and 14 deletions

View File

@ -64,10 +64,6 @@
border: 1px dashed #1385e5; border: 1px dashed #1385e5;
} }
.inner {
font-size: 14px;
}
.nodeLabel { .nodeLabel {
display: inline-block; display: inline-block;
width: 100%; width: 100%;

View File

@ -4,6 +4,7 @@
position: relative; position: relative;
width: 250px; width: 250px;
border-right: 1px solid #eee; border-right: 1px solid #eee;
font-size: 13px;
} }
.sidebarToggle { .sidebarToggle {
@ -44,7 +45,6 @@
background-color: #fff; background-color: #fff;
padding: 10px 20px; padding: 10px 20px;
height: 40px; height: 40px;
font-size: 14px;
} }
.action { .action {

View File

@ -21,6 +21,7 @@ html, body, .viewport {
body { body {
font-family: 'Atlas Grotesk', -apple-system, 'Helvetica Neue', Helvetica, sans-serif; font-family: 'Atlas Grotesk', -apple-system, 'Helvetica Neue', Helvetica, sans-serif;
font-size: 15px;
line-height: 1.5; line-height: 1.5;
margin: 0; margin: 0;
color: $textColor; color: $textColor;
@ -51,12 +52,12 @@ h4, h5, h6 {
margin-top: 1em; margin-top: 1em;
margin-bottom: .5em; margin-bottom: .5em;
} }
h1 { font-size: 2rem } h1 { font-size: 2em }
h2 { font-size: 1.5rem } h2 { font-size: 1.5em }
h3 { font-size: 1.25rem } h3 { font-size: 1.25em }
h4 { font-size: 1rem } h4 { font-size: 1em }
h5 { font-size: .875rem } h5 { font-size: .875em }
h6 { font-size: .75rem } h6 { font-size: .75em }
p, dl, ol, ul, pre, blockquote { p, dl, ol, ul, pre, blockquote {
margin-top: 1em; margin-top: 1em;
margin-bottom: 1em; margin-bottom: 1em;
@ -81,7 +82,7 @@ pre {
overflow: scroll; overflow: scroll;
} }
blockquote { blockquote {
font-size: 1.25rem; font-size: 1.25em;
font-style: italic; font-style: italic;
margin-left: 0; margin-left: 0;
} }
@ -100,7 +101,7 @@ hr {
:global { :global {
.hljs { .hljs {
border: 1px solid rgba(0,0,0,.0625); border: 1px solid rgba(0,0,0,.0625);
padding: 1rem; padding: 1em;
border-radius: 0.25rem; border-radius: 0.25em;
} }
} }