theme improvements

This commit is contained in:
msquare 2021-12-27 21:49:07 +01:00
parent fee3f88ace
commit f286373b21
3 changed files with 20 additions and 1 deletions

View File

@ -675,7 +675,7 @@ function User_view(
]) ])
]) ])
]), ]),
div('row', [ div('row user-info', [
div('col-md-2', [ div('col-md-2', [
heading(icon('phone') heading(icon('phone')
. '<a href="tel:' . $user_source->contact->dect . '">' . '<a href="tel:' . $user_source->contact->dect . '">'

View File

@ -170,6 +170,7 @@ code {
// Specials =================================================================== // Specials ===================================================================
body { body {
background: #000 url('theme15/background.jpg') no-repeat center center fixed; background: #000 url('theme15/background.jpg') no-repeat center center fixed;
background-size: cover;
} }
h1, h2, h3, h4, h5 { h1, h2, h3, h4, h5 {
@ -189,3 +190,21 @@ h1, h2, h3, h4, h5 {
.shift-calendar .lane.time { .shift-calendar .lane.time {
width: 80px; width: 80px;
} }
@include media-breakpoint-down(lg) {
.navbar {
background-color: #000 !important;
}
}
.user-info {
background-color: rgba(0, 0, 0, 0.5);
padding-top: 1em 0;
}
.stats {
background-color:rgba(0, 0, 0, 0.5);
margin: 1em 0;
padding: 1em 0;
height: 200px;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 718 KiB

After

Width:  |  Height:  |  Size: 190 KiB