This commit is contained in:
Maxime Renou 2020-05-11 17:01:11 +02:00
parent b50c96cb4d
commit 93965986a6
1 changed files with 4 additions and 1 deletions

View File

@ -32,9 +32,11 @@
.bconnect-button {
display: inline-block;
border: 1px solid #eee;
box-shadow: 0 1px 3px #aaa;
box-shadow: 0 2px 2px #ccc;
border-radius: 3px;
padding: 5px 10px;
}
.bconnect-button:hover {
text-decoration: none;
}
.bconnect-button span {
@ -47,5 +49,6 @@
.bconnect-button svg {
display: inline-block;
height: 40px;
width: 40px;
}
</style>