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