[code quality] fix empty line before

This commit is contained in:
everoddandeven 2024-10-18 16:51:01 +02:00
parent ed245953d1
commit 791f8a57f2
2 changed files with 5 additions and 0 deletions

View file

@ -23,6 +23,7 @@ main {
color: var(--bs-emphasis-color); color: var(--bs-emphasis-color);
background-color: transparent; background-color: transparent;
} }
.btn-toggle:hover, .btn-toggle:hover,
.btn-toggle:focus { .btn-toggle:focus {
color: rgba(var(--bs-emphasis-color-rgb), .85); color: rgba(var(--bs-emphasis-color-rgb), .85);
@ -44,6 +45,7 @@ main {
.btn-toggle[aria-expanded="true"] { .btn-toggle[aria-expanded="true"] {
color: rgba(var(--bs-emphasis-color-rgb), .85); color: rgba(var(--bs-emphasis-color-rgb), .85);
} }
.btn-toggle[aria-expanded="true"]::before { .btn-toggle[aria-expanded="true"]::before {
transform: rotate(90deg); transform: rotate(90deg);
} }
@ -53,6 +55,7 @@ main {
margin-top: .125rem; margin-top: .125rem;
margin-left: 1.25rem; margin-left: 1.25rem;
} }
.btn-toggle-nav a:hover, .btn-toggle-nav a:hover,
.btn-toggle-nav a:focus { .btn-toggle-nav a:focus {
background-color: var(--bs-tertiary-bg); background-color: var(--bs-tertiary-bg);

View file

@ -7,6 +7,7 @@ body {
$primary: #ff5733; $primary: #ff5733;
@import "/node_modules/bootstrap/scss/bootstrap"; @import "/node_modules/bootstrap/scss/bootstrap";
.bi { .bi {
display: inline-block; display: inline-block;
width: 1rem; width: 1rem;
@ -23,6 +24,7 @@ $primary: #ff5733;
position: sticky; position: sticky;
top: 48px; top: 48px;
} }
.navbar-search { .navbar-search {
display: block; display: block;
} }