This commit is contained in:
Maxime Renou 2020-05-11 16:58:10 +02:00
parent 1c31804f37
commit 93ae4bf34c
1 changed files with 21 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<a href="{{ $url }}">
<a href="{{ $url }}" class="bconnect-button">
<svg width="95px" height="96px" viewBox="0 0 95 96" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<linearGradient x1="80.0672985%" y1="11.8876017%" x2="9.49851983%" y2="74.4483811%" id="linearGradient-1">
@ -26,4 +26,24 @@
</g>
</g>
</svg>
<span>{{ __('Sign in with Bluesquare Connect') }}</span>
</a>
<style>
.bconnect-button {
display: inline-block;
border: 1px solid #eee;
box-shadow: 0 1px 3px #aaa;
border-radius: 3px;
padding: 5px;
}
.bconnect-button span {
line-height: 30px;
display: inline-block;
}
.bconnect-button svg {
display: inline-block;
height: 30px;
font-weight: bold;
color: #555;
}
</style>