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