added built file

This commit is contained in:
CJ Patoilo 2016-01-08 10:49:44 -03:00
parent 72ac7c5213
commit 1397e3a758
4 changed files with 12 additions and 16 deletions

20
dist/milligram.css vendored
View File

@ -2,7 +2,7 @@
* Milligram v1.0.3 * Milligram v1.0.3
* http://milligram.github.io * http://milligram.github.io
* *
* Copyright (c) 2015, CJ Patoilo * Copyright (c) 2016 CJ Patoilo
* Licensed under the MIT license * Licensed under the MIT license
*/ */
@ -14,7 +14,7 @@ html {
body { body {
color: #606c76; color: #606c76;
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
font-size: 1.6em; font-size: 1.6em;
font-weight: 300; font-weight: 300;
letter-spacing: 0.01em; letter-spacing: 0.01em;
@ -24,7 +24,7 @@ body {
*, *,
*:after, *:after,
*:before { *:before {
box-sizing: border-box; box-sizing: inherit;
} }
blockquote { blockquote {
@ -45,7 +45,6 @@ input[type='submit'] {
background-color: #9b4dca; background-color: #9b4dca;
border: 0.1rem solid #9b4dca; border: 0.1rem solid #9b4dca;
border-radius: 0.4rem; border-radius: 0.4rem;
box-sizing: border-box;
color: #ffffff; color: #ffffff;
cursor: pointer; cursor: pointer;
display: inline-block; display: inline-block;
@ -118,12 +117,6 @@ input[type='submit'].button-clear:focus {
border-color: transparent; border-color: transparent;
} }
pre {
background: #f4f5f6;
border-left: 0.3rem solid #9b4dca;
font-family: Menlo, Consolas, "Bitstream Vera Sans Mono", "DejaVu Sans Mono", Monaco, monospace;
}
code { code {
background: #f4f5f6; background: #f4f5f6;
border-radius: 0.4rem; border-radius: 0.4rem;
@ -133,6 +126,11 @@ code {
white-space: nowrap; white-space: nowrap;
} }
pre {
background: #f4f5f6;
border-left: 0.3rem solid #9b4dca;
font-family: "Menlo", "Consolas", "Bitstream Vera Sans Mono", "DejaVu Sans Mono", "Monaco", monospace;
}
pre > code { pre > code {
background: transparent; background: transparent;
border-radius: 0; border-radius: 0;
@ -157,7 +155,6 @@ select {
border: 0.1rem solid #d1d1d1; border: 0.1rem solid #d1d1d1;
border-radius: 0.4rem; border-radius: 0.4rem;
box-shadow: none; box-shadow: none;
box-sizing: border-box;
height: 3.8rem; height: 3.8rem;
padding: 0.6rem 1rem; padding: 0.6rem 1rem;
width: 100%; width: 100%;
@ -206,7 +203,6 @@ input[type='radio'] {
} }
.container { .container {
box-sizing: border-box;
margin: 0 auto; margin: 0 auto;
max-width: 112rem; max-width: 112rem;
padding: 0 2rem; padding: 0 2rem;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long