refactor: fixed documentation style - removed shadows

- removed shadow below toolbar
- removed shadow around main content div
- made background around main content div white
This commit is contained in:
jirikrepl
2020-01-14 13:19:47 +01:00
parent f449b78f64
commit 2f54d29467
5 changed files with 7 additions and 6 deletions

View File

@@ -18,11 +18,11 @@
</head>
<body>
</script>
<v-app id="app" class="grey lighten-5" v-cloak stylse="display: none;">
<v-app id="app" class="" v-cloak style="background-color: white;">
{{ partial "menu.html" . }}
{{- partial "toolbar.html" . -}}
<v-content >
<v-container class="fluid pa-4">
<v-container class="fluid pa-4" style="padding-top: 0 !important;">
<v-container class="ma-1 pa-1">
{{- partial "menu-contextual.html" . -}}
{{- block "main" . }}{{- end }}

View File

@@ -1,5 +1,5 @@
{{ define "main" }}
<v-card class="DocSearch-content">
<v-card flat class="DocSearch-content">
<v-card-text>
{{ if not .Params.disable_breadcrumbs }}
{{ partial "breadcrumb_recursive.html" (dict "menu" .Site.Menus.main "page" . ) }}

View File

@@ -1,5 +1,5 @@
{{ define "main" }}
<v-card class="DocSearch-content">
<v-card flat class="DocSearch-content">
<v-card-text>
{{ if not .Params.disable_breadcrumbs }}
{{ partial "breadcrumb_recursive.html" (dict "menu" .Site.Menus.main "page" . ) }}