theme improvements
This commit is contained in:
parent
fee3f88ace
commit
f286373b21
|
@ -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 . '">'
|
||||||
|
|
|
@ -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 |
Loading…
Reference in New Issue