mirror of
https://gitlab.com/nekoya/web.git
synced 2024-12-23 15:00:41 +01:00
Remove unused css on navbar
This commit is contained in:
parent
b9e4785908
commit
421b5c46c2
1 changed files with 0 additions and 11 deletions
|
@ -1,14 +1,3 @@
|
||||||
<style>
|
|
||||||
.comp-color {
|
|
||||||
background-color: #212226;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav-radius {
|
|
||||||
border-bottom-left-radius: 20px;
|
|
||||||
border-bottom-right-radius: 20px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
||||||
<% if(types == "v1") { %>
|
<% if(types == "v1") { %>
|
||||||
<nav class="navbar navbar-expand-lg navbar-dark comp-color ml-5 mr-5 nav-radius">
|
<nav class="navbar navbar-expand-lg navbar-dark comp-color ml-5 mr-5 nav-radius">
|
||||||
<img alt="Banner" class="navbar-brand lazyload" src="img/logo_transparent.webp">
|
<img alt="Banner" class="navbar-brand lazyload" src="img/logo_transparent.webp">
|
||||||
|
|
Loading…
Reference in a new issue