Skip to content

Commit

Permalink
Merge pull request #352 from Automattic/fix/plugin-font-sizes
Browse files Browse the repository at this point in the history
Plugins: font-size scrub from 10px to 11px
  • Loading branch information
Rick Banister committed Nov 20, 2015
2 parents e85dcd6 + caabee0 commit 5656823
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 15 deletions.
4 changes: 2 additions & 2 deletions client/my-sites/plugins/plugin-action/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@

.plugin-action__label {
color: $gray;
font-size: 10px;
font-size: 11px;
line-height: 16px;
margin-right: 10px;
margin-right: 8px;
vertical-align: top;
text-transform: uppercase;
cursor: pointer;
Expand Down
4 changes: 3 additions & 1 deletion client/my-sites/plugins/plugin-activate-toggle/style.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
.plugin-activate-toggle .disconnect-jetpack-button {
font-size: 10px;
font-size: 11px;
color: $alert-red;
text-transform: uppercase;
}

.plugin-activate-toggle .plugin-action__children {
float: none;
}
3 changes: 1 addition & 2 deletions client/my-sites/plugins/plugin-item/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,7 @@
// Last updated, version, whatever
.plugin-item__meta {
display: block;
margin-top: -3px;
font-size: 10px;
font-size: 11px;
color: $gray;
white-space: pre;
text-overflow: ellipsis;
Expand Down
4 changes: 2 additions & 2 deletions client/my-sites/plugins/plugin-meta/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
}

.plugin-meta__meta {
font-size: 10px;
font-size: 11px;
color: $gray;
white-space: pre;
text-overflow: ellipsis;
Expand Down Expand Up @@ -163,7 +163,7 @@
a.plugin-meta__settings-link {
color: $gray;
display: block;
font-size: 10px;
font-size: 11px;
line-height: 16px;
margin: 8px 9px 0 0;
text-transform: uppercase;
Expand Down
11 changes: 6 additions & 5 deletions client/my-sites/plugins/plugin-ratings/style.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.plugin-ratings {
margin-top: 13px;
margin-top: 12px;
}

.plugin-ratings__rating-tier {
Expand All @@ -14,9 +14,8 @@

.plugin-ratings__rating-tier-text,
.plugin-ratings__downloads {
font-size: 10px;
font-weight: bold;
color: #87a6bc;
font-size: 11px;
color: $gray;
white-space: pre;
text-overflow: ellipsis;
text-transform: uppercase;
Expand All @@ -37,13 +36,15 @@
flex-grow: 1;

.progress-bar {
position: relative;
top: -2px;
border-radius: 0;
height: 8px;
background-color: lighten( $gray, 20% );
}

.progress-bar__progress {
border-radius: 0;
background-color: lighten( $blue-dark, 10% );
background-color: $blue-medium;
}
}
2 changes: 1 addition & 1 deletion client/my-sites/plugins/plugin-remove-button/style.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.plugin-remove-button__remove {
color: $gray;
font-size: 10px;
font-size: 11px;
line-height: 16px;
margin-right: 10px;
vertical-align: top;
Expand Down
6 changes: 4 additions & 2 deletions client/my-sites/plugins/plugin-version/style.scss
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
.plugin-version {
font-size: 10px;
color: #87a6bc;
font-size: 11px;
color: $gray;
white-space: pre;
text-overflow: ellipsis;
text-transform: uppercase;
margin-top: 2px;
word-spacing: 2px;
}

.plugin-version__plugin {
margin-right:16px;

Expand All @@ -16,6 +17,7 @@
padding: 3px 4px;
border-radius: 2px;
}

.gridicon {
vertical-align: bottom;
}
Expand Down

0 comments on commit 5656823

Please sign in to comment.