Merge pull request #24899 from shuuji3/en/fix-button-styling-of-tasks
Apply the common blue style to buttons under .main classpull/24415/head
commit
bc687f287c
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue