Skip to content
This repository was archived by the owner on Mar 20, 2024. It is now read-only.

Commit df21afc

Browse files
dvidsilvaFoxandxss
authored andcommitted
added proposed under construction banner (#57)
1 parent 4e7e8b0 commit df21afc

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

public/_includes/_main-nav.jade

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,7 @@ md-toolbar(class="main-nav background-regal l-pinned-top l-layer-5",scroll-y-off
1616
li.l-right
1717
a.main-nav-button.md-button.ng-cloak(ng-click="appCtrl.toggleSource($event)", href)
1818
span {{appCtrl.sourceVisible?'Hide English':'Show English'}}
19+
20+
h2.under-construction
21+
p Esta página esta en construcción, contribuye en
22+
a(href="https://github.com/angular/angular-es") github

public/resources/css/module/_main-nav.scss

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,4 +157,14 @@
157157
display: inline-block;
158158
}
159159
}
160-
}
160+
}
161+
.under-construction {
162+
text-align: center;
163+
background: #0152b3;
164+
color: white;
165+
margin: 0;
166+
padding: 1em 0;
167+
p {
168+
margin: 0;
169+
}
170+
}

0 commit comments

Comments
 (0)