eudat button
This commit is contained in:
parent
ca19d29ab7
commit
643793889d
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
Binary file not shown.
After Width: | Height: | Size: 6.4 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.9 KiB |
|
@ -19,6 +19,7 @@
|
|||
<i class="fa fa-twitter"></i>
|
||||
</button>
|
||||
</div>
|
||||
<div class="btn btn_red"><span class="iconmedium"></span><a href="#"></a><span></span></div>
|
||||
</div>
|
||||
<div *ngIf="hasNativeLogin()">
|
||||
<!-- <p class="tip">Or Be Classical</p> -->
|
||||
|
|
|
@ -135,4 +135,17 @@
|
|||
|
||||
.card-footer button{
|
||||
color: #e91e63;
|
||||
}
|
||||
|
||||
.btn span.icon {
|
||||
background: url(img/b2access_small.png) no-repeat;
|
||||
float: left;
|
||||
width: 45px;
|
||||
height: 25px;
|
||||
}
|
||||
.btn span.iconmedium {
|
||||
background: url(img/b2access_medium.png) no-repeat;
|
||||
float: left;
|
||||
width: 100px;
|
||||
height: 56px;
|
||||
}
|
Loading…
Reference in New Issue