Button
This commit is contained in:
parent
93ae4bf34c
commit
b50c96cb4d
|
@ -34,16 +34,18 @@
|
||||||
border: 1px solid #eee;
|
border: 1px solid #eee;
|
||||||
box-shadow: 0 1px 3px #aaa;
|
box-shadow: 0 1px 3px #aaa;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
padding: 5px;
|
padding: 5px 10px;
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
.bconnect-button span {
|
.bconnect-button span {
|
||||||
line-height: 30px;
|
line-height: 40px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
font-weight: bold;
|
||||||
|
color: #555;
|
||||||
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
.bconnect-button svg {
|
.bconnect-button svg {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
height: 30px;
|
height: 40px;
|
||||||
font-weight: bold;
|
|
||||||
color: #555;
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue