Merge pull request #24899 from shuuji3/en/fix-button-styling-of-tasks
Apply the common blue style to buttons under .main class
This commit is contained in:
@@ -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
|
// HEADER
|
||||||
|
|
||||||
#hamburger {
|
#hamburger {
|
||||||
|
|||||||
Reference in New Issue
Block a user