repo.or.cz
/
collage-signature-composer.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initial commit
[collage-signature-composer.git]
/
src
/
components
/
Forms
/
Button
/
Button.css
blob
56076ea73fe381ba2c75dc8f4ec579ec60957ad7
1
.Button
{
2
text-decoration
:
none
;
3
background-color
:
#555
;
4
color
:
#fff
;
5
transition
:
.2s
ease-out
;
6
cursor
:
pointer
;
7
padding
:
0.75rem 1.25rem
;
8
}
9
10
.Button:hover
{
11
background-color
:
#0BF
;
12
}