Skip to content

Commit

Permalink
[ref: #134] Fix specificity of form modifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
James Kolce committed Apr 27, 2016
1 parent 4d2f42d commit 88dbd36
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions dist/concise.css
Original file line number Diff line number Diff line change
Expand Up @@ -444,12 +444,12 @@ input[type="range"] {
margin-left: 1em; }

.input--small {
font-size: 0.75em;
height: 24px; }
font-size: 0.75em !important;
height: 24px !important; }

.input--large {
height: 48px;
font-size: 1em; }
font-size: 1em !important;
height: 48px !important; }

.input--flat {
background-color: transparent;
Expand Down
Loading

0 comments on commit 88dbd36

Please sign in to comment.