forked from spacebar/SplatNet
add 'area inked' txt
This commit is contained in:
parent
5604bf9e76
commit
965460509a
2 changed files with 22 additions and 1 deletions
|
|
@ -176,6 +176,9 @@ window.loadHeader(function(headerContainer) {
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="area-inked-title-image-container">
|
||||
<img src="/assets/en/svg/text/scene/equipment/tx_painted-ab352ac64b62b5c8e5e118f40bb20d9130f0987b7813e1587bf4c39daa40ec4f.svg" class="area-inked-title">
|
||||
</div>
|
||||
`;
|
||||
}
|
||||
};
|
||||
|
|
|
|||
|
|
@ -309,3 +309,21 @@ body {
|
|||
.menu-item .hover-state { display: none; }
|
||||
.menu-item:hover .hover-state, .menu-item.active .hover-state { display: block; }
|
||||
.menu-item:hover .default, .menu-item.active .default { display: none; }
|
||||
|
||||
.area-inked-title-image-container {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
width: 1044px;
|
||||
margin: 20px auto 0 auto;
|
||||
position: relative;
|
||||
z-index: 10;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.area-inked-title {
|
||||
width: 250px;
|
||||
height: auto;
|
||||
display: block;
|
||||
margin-right: 200px;
|
||||
}
|
||||
Loading…
Reference in a new issue