Merge pull request #24899 from shuuji3/en/fix-button-styling-of-tasks

Apply the common blue style to buttons under .main class
pull/24415/head
Kubernetes Prow Robot 2020-11-19 10:48:52 -08:00 committed by GitHub
commit bc687f287c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

View File

@ -88,6 +88,20 @@ footer {
}
}
main {
.button {
display: inline-block;
border-radius: 6px;
padding: 6px 20px;
line-height: 1.3rem;
color: white;
background-color: $blue;
text-decoration: none;
font-size: 1rem;
border: 0px;
}
}
// HEADER
#hamburger {