Apply the common blue style to buttons under .main class.

pull/24899/head
TAKAHASHI Shuuji 2020-11-05 20:45:11 +09:00
parent 51a541c161
commit 36d5fe6d3d
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 {