Skip to content

Commit

Permalink
Merge pull request #3874 from google/enhancement/3702-link-styles-update
Browse files Browse the repository at this point in the history
Enhancement/3702 link styles update
  • Loading branch information
felixarntz authored Aug 16, 2021
2 parents bda7e37 + 31136db commit 6176897
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,14 @@
}
}

.googlesitekit-setup-module--analytics .googlesitekit-settings-module__meta-item--data-only {
margin-top: -$grid-gap-phone;

@media (min-width: $bp-tablet) {
margin-top: 0;
}
}

.googlesitekit-settings-module__inline-items {
display: flex;
flex-wrap: wrap;
Expand All @@ -184,6 +192,7 @@
color: $c-tertiary;
font-size: 1rem;
font-weight: $fw-primary-bold;
line-height: 1.5rem;
margin: 0;

&--wrap {
Expand All @@ -193,6 +202,7 @@
&--tiny {
font-size: 0.8125rem;
font-weight: 400;
line-height: 1.5rem;
}
}

Expand Down

0 comments on commit 6176897

Please sign in to comment.