Added beta signal to logo
parent
8f13bad53f
commit
178d1580e4
|
@ -314,7 +314,7 @@ ProjectMenuDirective = ($log, $compile, $auth, $rootscope, $tgAuth, $location, $
|
|||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
<span class="item">taiga</span>
|
||||
<span class="item">taiga<sup>[beta]</sup></span>
|
||||
</div>
|
||||
<div class="menu-container"></div>
|
||||
""")
|
||||
|
|
|
@ -30,6 +30,11 @@ ol {
|
|||
ul { list-style: none outside; }
|
||||
ol { list-style: decimal; }
|
||||
|
||||
sup {
|
||||
vertical-align: super;
|
||||
@extend %small;
|
||||
}
|
||||
|
||||
.icon {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
|
|
@ -23,8 +23,13 @@
|
|||
@extend %large;
|
||||
color: $white;
|
||||
display: block;
|
||||
margin-top: -4px;
|
||||
text-align: center;
|
||||
}
|
||||
sup {
|
||||
display: block;
|
||||
line-height: .7rem;
|
||||
}
|
||||
}
|
||||
|
||||
.main-nav {
|
||||
|
|
Loading…
Reference in New Issue