mirror of
https://github.com/sascha-hemi/pycom-documentation.git
synced 2026-03-21 05:06:35 +01:00
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:
@@ -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 }}
|
||||
|
||||
@@ -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" . ) }}
|
||||
|
||||
@@ -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" . ) }}
|
||||
|
||||
Reference in New Issue
Block a user