mirror of
https://github.com/sascha-hemi/pycom-documentation.git
synced 2026-03-21 04:06:11 +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" . ) }}
|
||||
|
||||
@@ -3,13 +3,13 @@
|
||||
fixed
|
||||
app
|
||||
class="lighten-4 pt-0"
|
||||
style="overflow-y: hidden; overflow-x: hidden;margin-top:70px;"
|
||||
style="overflow-y: hidden; overflow-x: hidden;margin-top:68px;"
|
||||
>
|
||||
|
||||
<div class="fancyScroll pa-0 ma-0" style="overflow-y: scroll; overflow-x: hidden;
|
||||
max-height: 100%;" >
|
||||
|
||||
<v-divider class="grey lighten-1 mr-2 ml-1 mb-4"></v-divider>
|
||||
<v-divider class="mr-2 ml-1 mb-4" style="border: 0"></v-divider>
|
||||
|
||||
<ul class="lefttree">
|
||||
<li class="lefttree">
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
class="pr-3 pl-2 navbar"
|
||||
dark
|
||||
style="background-color: #171730;"
|
||||
flat
|
||||
>
|
||||
<v-toolbar-title style="width: 260px; " class="ml-4 pl-0 pt-2 text-xs-center hidden-sm-and-down">
|
||||
<v-img class="ml-4" height=48 width=190 src="/logo.svg" class="">
|
||||
|
||||
Reference in New Issue
Block a user