[Header] Refactoring
This commit is contained in:
parent
38b36d923d
commit
0d22731567
|
@ -96,6 +96,8 @@ define([
|
||||||
'<div class="cousers-list"></div>' +
|
'<div class="cousers-list"></div>' +
|
||||||
'</div>' +
|
'</div>' +
|
||||||
'</section>'+
|
'</section>'+
|
||||||
|
'</div>' +
|
||||||
|
'<div class="hedset">' +
|
||||||
'<section id="tlb-box-share" class="box-share">' +
|
'<section id="tlb-box-share" class="box-share">' +
|
||||||
'<div class="btn-users-share" data-hint="0" data-hint-direction="bottom" data-hint-offset="big">' +
|
'<div class="btn-users-share" data-hint="0" data-hint-direction="bottom" data-hint-offset="big">' +
|
||||||
'<i class="icon toolbar__icon icon--inverse btn-users-share"></i>' +
|
'<i class="icon toolbar__icon icon--inverse btn-users-share"></i>' +
|
||||||
|
|
|
@ -167,7 +167,7 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
padding: 0 10px 0 8px;
|
padding: 0 8px 0 6px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
||||||
.inner-box-icon {
|
.inner-box-icon {
|
||||||
|
|
Loading…
Reference in a new issue