File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,4 +33,5 @@ <h1 class="page-header-title">{{ title }}</h1>
3333 </ div >
3434 {% endblock %}
3535</ div >
36+ {% block banner %}{% endblock %}
3637{% endblock %}
Original file line number Diff line number Diff line change 3232 transform : translateZ (0 );
3333}
3434
35+ .page-header-banner {
36+ display : flex ;
37+ align-items : center ;
38+ justify-content : center ;
39+ padding : 16px 0 ;
40+ box-shadow : material-shadow (4 );
41+ background-color : $colorAccent ;
42+ color : $colorWhitePrimary ;
43+ font-weight : 500 ;
44+ z-index : 4 ;
45+
46+ a {
47+ color : $colorWhitePrimary ;
48+ // background-color: rgba($colorBlackPrimary, .2);
49+ // padding: 4px 8px;
50+ // border-radius: 4px;
51+ }
52+
53+ .material-icons {
54+ margin-right : 8px ;
55+ }
56+ }
57+
3558.page-header-back-button {
3659 position : absolute ;
3760 font-size : 24px ;
Original file line number Diff line number Diff line change 66
77{% extends '_generator-base.html' %}
88
9+ {% block banner %}
10+ < div class ="page-header-banner ">
11+ < i class ="material-icons "> new_releases</ i >
12+ < span >
13+ < a href ="https://icon.kitchen "> Try IconKitchen</ a > , the successor to the
14+ Android Asset Studio, and a great new way to make highly customizable
15+ app icons for Android, iOS, and the web.
16+ </ span >
17+ </ div >
18+ {% endblock %}
19+
920{% block body %}
1021{{ super() }}
1122< script >
You can’t perform that action at this time.
0 commit comments