Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcpederson committed Aug 17, 2016
1 parent e9b3484 commit 115e536
Show file tree
Hide file tree
Showing 12 changed files with 1,276 additions and 1,226 deletions.
12 changes: 6 additions & 6 deletions dist/css/calcite-web-no-fonts.css
Original file line number Diff line number Diff line change
Expand Up @@ -3551,7 +3551,7 @@ html.vi input {

.btn-clear {
color: #0079c1;
background: transparent;
background: white;
border-color: #0079c1; }
.btn-clear:hover {
color: white;
Expand Down Expand Up @@ -5729,7 +5729,7 @@ input.filter-dropdown-input {
box-sizing: border-box;
position: relative;
display: inline-block;
padding: 0.51667rem 1.55rem 0.51667rem 0.51667rem;
padding: 0.51667rem 0 0.51667rem 0.51667rem;
margin-right: 0.25833rem;
margin-top: 0.25833rem;
color: #6e6e6e; }
Expand All @@ -5749,8 +5749,7 @@ input.filter-dropdown-input {
.filter-dropdown-remove:after {
font-size: 0.9375rem;
line-height: 1.55rem;
position: absolute;
right: 0;
margin-left: 0.51667rem;
opacity: 1;
color: #959595; }
@media screen and (max-width: 859px) {
Expand Down Expand Up @@ -5895,12 +5894,13 @@ input.filter-dropdown-input {
top: 0;
left: 0;
height: 100%;
height: calc(100% - .3em);
width: 0.75em;
padding: 0 .5em 0 0;
padding: .3em .5em 0 0;
color: #959595;
font-size: 1.2019rem;
line-height: 1.55rem;
line-height: 2.325rem;
line-height: 1;
text-align: right;
border-right: 2px solid #cccccc; }
.list-numbered > li:before b, .list-numbered > li:before strong {
Expand Down
2 changes: 1 addition & 1 deletion dist/css/calcite-web-no-fonts.min.css

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions dist/css/calcite-web.css
Original file line number Diff line number Diff line change
Expand Up @@ -3673,7 +3673,7 @@ html.vi input {

.btn-clear {
color: #0079c1;
background: transparent;
background: white;
border-color: #0079c1; }
.btn-clear:hover {
color: white;
Expand Down Expand Up @@ -5851,7 +5851,7 @@ input.filter-dropdown-input {
box-sizing: border-box;
position: relative;
display: inline-block;
padding: 0.51667rem 1.55rem 0.51667rem 0.51667rem;
padding: 0.51667rem 0 0.51667rem 0.51667rem;
margin-right: 0.25833rem;
margin-top: 0.25833rem;
color: #6e6e6e; }
Expand All @@ -5871,8 +5871,7 @@ input.filter-dropdown-input {
.filter-dropdown-remove:after {
font-size: 0.9375rem;
line-height: 1.55rem;
position: absolute;
right: 0;
margin-left: 0.51667rem;
opacity: 1;
color: #959595; }
@media screen and (max-width: 859px) {
Expand Down Expand Up @@ -6017,12 +6016,13 @@ input.filter-dropdown-input {
top: 0;
left: 0;
height: 100%;
height: calc(100% - .3em);
width: 0.75em;
padding: 0 .5em 0 0;
padding: .3em .5em 0 0;
color: #959595;
font-size: 1.2019rem;
line-height: 1.55rem;
line-height: 2.325rem;
line-height: 1;
text-align: right;
border-right: 2px solid #cccccc; }
.list-numbered > li:before b, .list-numbered > li:before strong {
Expand Down
2 changes: 1 addition & 1 deletion dist/css/calcite-web.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit 115e536

Please sign in to comment.