Change top bar style
This commit is contained in:
6
ui.R
6
ui.R
@@ -2,9 +2,9 @@ library(bsicons)
|
|||||||
source("global.R")
|
source("global.R")
|
||||||
ui <- function() {
|
ui <- function() {
|
||||||
page_fillable(
|
page_fillable(
|
||||||
h1("Kriminalstatistik Hamburg",
|
h1("Polizeiliche Kriminalstatistik Hamburg",
|
||||||
style = "color: #003063; font-weight: bold;",
|
style = "color: #003064; background: #b8ecff; padding: 20px 0px 20px 20px; background-clip: padding-box; font-family: Lato,Arial,Helvetica,sans-serif;font-weight: 400", #text-align: center
|
||||||
class = "ms-4 display-4"),# ms-4 sorgt für den Abstand links
|
class = "display-4"),
|
||||||
navset_card_tab(
|
navset_card_tab(
|
||||||
nav_panel("Karte",
|
nav_panel("Karte",
|
||||||
page_sidebar(
|
page_sidebar(
|
||||||
|
|||||||
Reference in New Issue
Block a user