ButtonCopyToClipboard

This commit is contained in:
Belen Curcio
2017-06-20 10:37:10 -03:00
parent d97fb0a83f
commit 942ea7b916
6 changed files with 18 additions and 43 deletions
+10
View File
@@ -53,6 +53,16 @@
color: #212121;
}
.type--local:hover {
background: #d6d5d5;
color: #212121;
}
.type--local:active {
background: #cccccc;
color: #212121;
}
.type--facebook {
background-color: #4267b2;
border-color: #4267b2;