fix style of thumb button on map card (#1044)

This commit is contained in:
Devin Howard 2017-01-23 14:02:14 -05:00 committed by GitHub
parent d11278b63b
commit 0ad10c0f5a

View file

@ -2013,6 +2013,7 @@ input.collaboratorSearchField {
position: relative; position: relative;
cursor: pointer; cursor: pointer;
display: none; display: none;
padding: 0 2px;
} }
.mapInfoShareIcon { .mapInfoShareIcon {
width: 24px; width: 24px;
@ -2060,10 +2061,10 @@ and it won't be important on password protected instances */
height: 32px; height: 32px;
& > span { & > span {
bottom: -9px; bottom: -8px;
right: 3px; right: 2px;
font-size: 10px; font-size: 12px;
color: #eee; color: #e0e0e0;
&:hover { &:hover {
color: white; color: white;