add nav-item class style
This commit is contained in:
parent
150bb7a0a9
commit
472e4df0c7
@ -54,4 +54,13 @@
|
|||||||
|
|
||||||
.news-ui-action {
|
.news-ui-action {
|
||||||
margin-left: 95%;
|
margin-left: 95%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.published-text {
|
||||||
|
color: rgba(255,255,255,0.5) !important;
|
||||||
|
padding-bottom: 0.5%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-item {
|
||||||
|
cursor: pointer; padding: 12px 24px; font-size: 1.5em;
|
||||||
}
|
}
|
||||||
@ -18,7 +18,6 @@ class NavbarButton extends DefaultElement {
|
|||||||
elementA.setAttribute("aria-current", "page");
|
elementA.setAttribute("aria-current", "page");
|
||||||
super([ elementA ]);
|
super([ elementA ]);
|
||||||
this.addClass("nav-item");
|
this.addClass("nav-item");
|
||||||
this.setPersonalStyle("cursor: pointer; padding: 12px 24px; font-size: 1.5em;");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
protected wrapHTML(content: string): string {
|
protected wrapHTML(content: string): string {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user