Skip to content

Commit 3cca432

Browse files
committed
Update Brand assets
1 parent 38da474 commit 3cca432

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
@@ -73,12 +73,9 @@
7373
</button>
7474
<div class="nav-brand">
7575
<a href="{% url 'home' %}" alt="phpMyAdmin Logo">
76-
<svg class="brand-symbol">
76+
<svg class="brand">
7777
<use xlink:href="#pmalogo"></use>
7878
</svg>
79-
<svg class="brand-text">
80-
<use xlink:href="#pmalogo-text"></use>
81-
</svg>
8279
</a>
8380
</div>
8481

pmaweb/templates/components/_icon-library.html

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

0 commit comments

Comments
 (0)