Skip to content

Commit

Permalink
add styling for form elements
Browse files Browse the repository at this point in the history
  • Loading branch information
growdigital committed Sep 11, 2018
1 parent 9f1b85c commit e74b002
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions themes/go/src/02-base/css/01-base.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ html {
line-height: var(--base_lineheight);
}

input, textarea {
font-family: var(--base_font);
font-size: var(--base_fontsize);
line-height: var(--base_lineheight);
}

/* Links */
a {
color: blue;
Expand All @@ -46,9 +52,7 @@ img {
border: 0 solid transparent;
}

/**
* Removes the default spacing and border for appropriate elements.
*/
/* Removes the default spacing and border for appropriate elements */

body, blockquote, dl, dd, h1, h2, h3, h4, h5, h6, p, pre {
margin: 0;
Expand All @@ -66,7 +70,7 @@ iframe {

/* Nicely margined lists */
ol, ul {
margin: 0.5em 0 1em 1.5em;
margin: 0.5rem 0 1rem 1.5rem;
padding: 0;
}

Expand All @@ -85,19 +89,15 @@ table {
outline: none !important;
}

/**
* Responsive images.
*/
/* Responsive images */

img, embed, object, video {
display: block;
height: auto;
max-width: 100%;
}

/**
* Figure
*/
/* Figure */

figure {
margin: 0;
Expand Down
2 changes: 1 addition & 1 deletion themes/go/static/assets/app.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e74b002

Please sign in to comment.