Skip to content

Commit c9b537c

Browse files
committed
chore(docs): remove unneeded statics folder
1 parent d4e8fc1 commit c9b537c

File tree

13 files changed

+3
-4
lines changed

13 files changed

+3
-4
lines changed

docs/src/css/app.sass

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@import './prism-theme.sass'
22

33
body
4-
background-color: #111
4+
background-color: $grey-1
55

66
.bg-code
77
background-color: $code-color

docs/src/layouts/Layout.vue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -257,9 +257,6 @@ export default {
257257
<style lang="sass">
258258
@import '../css/docsearch'
259259
260-
.doc-layout
261-
background: $grey-1
262-
263260
.header
264261
background: linear-gradient(145deg, $primary 11%, $dark-primary 75%)
265262

docs/src/pages/Landing.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,8 @@ export default {
201201
<style lang="sass">
202202
.landing
203203
204+
background: #111
205+
204206
> section
205207
display: flex
206208
justify-content: center
-12.8 KB
Binary file not shown.
-1.32 KB
Binary file not shown.
-2.54 KB
Binary file not shown.
-7.03 KB
Binary file not shown.
-10.3 KB
Binary file not shown.
-14.7 KB
Binary file not shown.
-22.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)