forked from OpenNeo/impress
Emi Matchu
2cc6cee542
Got the icon and background style from Neopets.com! I didn't quite copy the whole button style, both because getting it to play nice with our existing styles didn't *immediately* work, but also because I think this works out as a really good compromise between our two styles anyway!
17 lines
404 B
Sass
17 lines
404 B
Sass
body.devise-sessions, body.devise-sessions-new
|
|
.log-in-with-neopass-button
|
|
background: linear-gradient(#ebb233, #f6e250, #ebb233)
|
|
color: #111
|
|
font-size: 1rem
|
|
text-shadow: none
|
|
font-family: "Arial Black", sans-serif
|
|
margin-bottom: 1em
|
|
|
|
&:hover
|
|
color: #111 // override default DTI styles
|
|
filter: brightness(105%)
|
|
|
|
.neopass-icon
|
|
vertical-align: middle
|
|
height: 2em
|
|
width: 2em
|