Style button like the Mastodon version of it
This commit is contained in:
parent
eedb55459d
commit
9f8bdbfb44
3 changed files with 5 additions and 4 deletions
|
@ -57,7 +57,7 @@ html(lang="en")
|
|||
label(for="remember") Remember my instance on this device
|
||||
|
||||
section.submit
|
||||
input(type="submit", value="Toot!")
|
||||
input(type="submit", value="TOOT!")
|
||||
footer
|
||||
section
|
||||
a(href="https://joinmastodon.org/") What is Mastodon?
|
||||
|
|
|
@ -22,8 +22,8 @@ $bg: #1F232B;
|
|||
$text: #9baec8;
|
||||
$title:#d9e1e8;
|
||||
|
||||
$button-bg: #3c99dc;
|
||||
$button-hover-bg: #4ea2df;
|
||||
$button-bg: #2b90d9;
|
||||
$button-hover-bg: #56a7e1;
|
||||
$button-text: white;
|
||||
|
||||
$input-bg: #131419;
|
||||
|
|
|
@ -112,7 +112,8 @@ main {
|
|||
color: $button-text;
|
||||
font-weight: 500;
|
||||
font-family: inherit;
|
||||
padding: 4px 16px;
|
||||
height: 2.5rem;
|
||||
padding: 0 1rem;
|
||||
line-height: 36px;
|
||||
border: 0;
|
||||
cursor: pointer;
|
||||
|
|
Reference in a new issue