Topnav style
This commit is contained in:
parent
42e0282304
commit
af05ca6bf5
|
@ -20,11 +20,20 @@
|
|||
.langno {
|
||||
background-image: url("{{ url_for('static', filename='const/img/flags/no.svg') }}");
|
||||
}
|
||||
|
||||
.icon-buttons > .col {
|
||||
padding-right: 6px;
|
||||
padding-left: 6px;
|
||||
}
|
||||
|
||||
.topnav a {
|
||||
color: black;
|
||||
}
|
||||
</style>
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark" style="margin-bottom: 10px;">
|
||||
<a class="navbar-brand" href="#">Dashboard</a>
|
||||
<div class="my-2 my-lg-0 d-flex">
|
||||
<nav class="navbar topnav" style="margin-bottom: 10px;">
|
||||
<h3>Dashboard</h3>
|
||||
<div class="my-2 my-lg-0 d-flex icon-buttons">
|
||||
<div class="col">
|
||||
<div class="rndblock languk"></div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue
Block a user