From 21b31cf599e3dd619694ca7b6b998494b18af770 Mon Sep 17 00:00:00 2001 From: shpuld Date: Fri, 17 Nov 2017 17:24:42 +0200 Subject: Move custom theming from settings to style-switcher, remove usage of custom .css files, use styles.json instead. --- src/components/settings/settings.vue | 58 ------------------------------------ 1 file changed, 58 deletions(-) (limited to 'src/components/settings/settings.vue') diff --git a/src/components/settings/settings.vue b/src/components/settings/settings.vue index 8d9c3360..8fdd09de 100644 --- a/src/components/settings/settings.vue +++ b/src/components/settings/settings.vue @@ -8,42 +8,6 @@

{{$t('settings.theme')}}

-
-

Custom theme

-

Enter hex color codes (#aabbcc) into the text fields.

-
-
- - -
-
- - -
-
- - -
-
- - -
-
-
-
-
Preview
-
-

Content

-
- A bunch of more content and - a nice lil' link -
- -
-
-
- -

{{$t('settings.filtering')}}

{{$t('settings.filtering_explanation')}}

@@ -114,26 +78,4 @@ .setting-list { list-style-type: none; } - - .color-container { - display: flex; - } - - .color-item { - max-width: 7em; - display:flex; - flex-wrap:wrap; - } - - .theme-color-in { - max-width: 6em; - border-radius: 2px; - border: 0; - padding: 5px; - margin: 5px 0 5px 0; - } - - .theme-preview-content { - padding: 20px; - } -- cgit v1.2.3-70-g09d2