Skip to content

Commit

Permalink
content: alphabetize classes with prefix Fetch
Browse files Browse the repository at this point in the history
Class names with the prefix "Fetch" are alphabetized relative
to each other. No changes are made to the CSS.

For golang/go#36811
For golang/go#37002

Change-Id: I662829fd50f1e1634cc891ba50c4bf1d4f9ac0bd
Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/245437
Reviewed-by: Jonathan Amsterdam <jba@google.com>
  • Loading branch information
julieqiu committed Jul 29, 2020
1 parent a438fca commit 76af5fd
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions content/static/css/stylesheet.css
Expand Up @@ -546,6 +546,17 @@ code {
.SearchResults-emptyContentMessage {
text-align: center;
}
.Fetch-button {
background-color: var(--gray-10);
border-radius: 0.5rem;
border: 0.0625rem solid var(--gray-8);
color: var(--turq-dark);
font-size: 1rem;
height: 2.5rem;
margin: 1rem 0;
padding: 0rem 1rem;
width: 5rem;
}
.Fetch-container {
align-items: center;
display: flex;
Expand All @@ -562,9 +573,6 @@ code {
opacity: 0.2;
}
}
.Fetch-loading {
display: none;
}
.Fetch-dot {
animation-duration: 1.4s;
animation-fill-mode: both;
Expand All @@ -576,23 +584,15 @@ code {
height: 0.5rem;
width: 0.5rem;
}
.Fetch-loading {
display: none;
}
.Fetch-loading:nth-child(2) {
animation-delay: 0.2s;
}
.Fetch-loading:nth-child(3) {
animation-delay: 0.4s;
}
.Fetch-button {
background-color: var(--gray-10);
border-radius: 0.5rem;
border: 0.0625rem solid var(--gray-8);
color: var(--turq-dark);
font-size: 1rem;
height: 2.5rem;
margin: 1rem 0;
padding: 0rem 1rem;
width: 5rem;
}

.SearchResults {
margin: 0 auto;
Expand Down

0 comments on commit 76af5fd

Please sign in to comment.