Skip to content

Commit ce31e8a

Browse files
AdrianoCaheteMauricioFauth
authored andcommitted
Update Brand assets
1 parent 70ca83a commit ce31e8a

File tree

9 files changed

+21
-19
lines changed

9 files changed

+21
-19
lines changed
-3.46 KB
Loading

pmaweb/static/apple-icon-180x180.png

-3.83 KB
Loading

pmaweb/static/css/style.css

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101

102102
/* Navbar */
103103
.navbar-toggler {
104-
display: none; /* TODO: Show only in small screens, test on mobile screens */
104+
display: none; /* Mobile Only */
105105
}
106106

107107
.navbar {
@@ -132,10 +132,9 @@
132132
color: inherit;
133133
}
134134

135-
.nav-brand .brand-symbol {
136-
width: 6rem;
137-
height: 4.4rem;
138-
margin-right: 10px;
135+
.nav-brand svg {
136+
width: 13rem;
137+
margin-right: 1rem;
139138
}
140139

141140
.nav-menu,

pmaweb/static/favicon-16x16.png

-63 Bytes
Loading

pmaweb/static/favicon-32x32.png

-452 Bytes
Loading

pmaweb/static/favicon-96x96.png

-2.01 KB
Loading

pmaweb/static/favicon.ico

-13.6 KB
Binary file not shown.

pmaweb/templates/base.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,9 @@
6969
</button>
7070
<div class="nav-brand">
7171
<a href="{% url 'home' %}" alt="phpMyAdmin Logo">
72-
<svg class="brand-symbol">
72+
<svg class="brand">
7373
<use xlink:href="#pmalogo"></use>
7474
</svg>
75-
<svg class="brand-text">
76-
<use xlink:href="#pmalogo-text"></use>
77-
</svg>
7875
</a>
7976
</div>
8077

pmaweb/templates/components/_icon-library.html

Lines changed: 16 additions & 10 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)