diff --git a/src/components/Settings/SettingsActions.vue b/src/components/Settings/SettingsActions.vue
deleted file mode 100644
index bfb15667..00000000
--- a/src/components/Settings/SettingsActions.vue
+++ /dev/null
@@ -1,111 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/components/Settings/SettingsGlobal.vue b/src/components/Settings/SettingsGlobal.vue
index 566d4d2f..d2c96ff9 100644
--- a/src/components/Settings/SettingsGlobal.vue
+++ b/src/components/Settings/SettingsGlobal.vue
@@ -1,5 +1,5 @@
-
+
General
diff --git a/src/components/Settings/TagsSettings.vue b/src/components/Settings/TagsSettings.vue
index a787dfc6..7d76c936 100644
--- a/src/components/Settings/TagsSettings.vue
+++ b/src/components/Settings/TagsSettings.vue
@@ -1,59 +1,81 @@
-
+
+
@@ -88,8 +148,5 @@ export default {
.settings {
display: flex;
flex-direction: column;
- padding: $gp * 2 $gp;
- margin: 0 auto;
- min-height: 600px;
}
diff --git a/src/router.js b/src/router.js
index ee678595..ecd82405 100755
--- a/src/router.js
+++ b/src/router.js
@@ -31,6 +31,11 @@ export default new Router({
name: 'game-board',
component: GameBoard,
},
+ {
+ path: '/settings',
+ name: 'settings',
+ component: GameBoard,
+ },
{
path: '/auth/:authProvider',
name: 'auth',
diff --git a/src/styles/_buttons.scss b/src/styles/_buttons.scss
index 52831219..be959706 100644
--- a/src/styles/_buttons.scss
+++ b/src/styles/_buttons.scss
@@ -1,7 +1,7 @@
$iconSmallSize: 32px;
a {
- color: var(--link-color);
+ color: var(--accent-color);
}
a.link {
diff --git a/src/styles/_inputs.scss b/src/styles/_inputs.scss
index 15bb9f28..0edd247e 100644
--- a/src/styles/_inputs.scss
+++ b/src/styles/_inputs.scss
@@ -2,16 +2,11 @@ input, select {
background: #fff;
border: 1px solid #555555;
border-radius: $border-radius;
- height: 32px;
+ height: 40px;
padding: 0 $gp / 2;
width: 100%;
- font-size: 12px;
+ font-size: 14px;
margin-bottom: $gp;
-
- &.small {
- height: 20px;
- margin: 0;
- }
}
.checkbox-group {
@@ -31,7 +26,7 @@ input, select {
align-items: center;
&.active {
- color: var(--link-color);
+ color: var(--accent-color);
}
i {
diff --git a/src/styles/_settings.scss b/src/styles/_settings.scss
index e9517717..e2726f71 100644
--- a/src/styles/_settings.scss
+++ b/src/styles/_settings.scss
@@ -9,10 +9,3 @@ h5.title {
align-items: center;
padding: $gp 0;
}
-
-.setting-box {
- border: 1px solid rgba(85, 85, 85, .5);
- border-radius: $border-radius;
- margin: 0 0 $gp * 1.5;
- padding: $gp;
-}
\ No newline at end of file
diff --git a/src/styles/themes/blue.scss b/src/styles/themes/blue.scss
index 872b1a76..87c8df78 100644
--- a/src/styles/themes/blue.scss
+++ b/src/styles/themes/blue.scss
@@ -5,7 +5,7 @@
--game-card-background: #ffffff;
--game-card-text-color: #333333;
--header-text-color: #fff;
- --link-color: #0ab9e6;
+ --accent-color: #0ab9e6;
--list-background: #e5e5e5;
--list-header-background: #003087;
--list-header-text-color: #ffffff;
diff --git a/src/styles/themes/city-lights.scss b/src/styles/themes/city-lights.scss
index 077d06e2..7c2bf5e2 100644
--- a/src/styles/themes/city-lights.scss
+++ b/src/styles/themes/city-lights.scss
@@ -5,7 +5,7 @@
--game-card-background: #12141C;
--game-card-text-color: #fc0;
--header-text-color: #fcfcfc;
- --link-color: #8B76C1;
+ --accent-color: #8B76C1;
--list-background: #0b212f;
--list-header-background: #003b4a;
--list-header-text-color: #fcfcfc;
diff --git a/src/styles/themes/dark.scss b/src/styles/themes/dark.scss
index b093554e..68fc10a7 100644
--- a/src/styles/themes/dark.scss
+++ b/src/styles/themes/dark.scss
@@ -5,7 +5,7 @@
--game-card-background: #A6A2A2;
--game-card-text-color: #222;
--header-text-color: #fff;
- --link-color: #222;
+ --accent-color: #fc0;
--list-background: #555;
--list-header-background: #333;
--list-header-text-color: #c0c0c0;
diff --git a/src/styles/themes/default.scss b/src/styles/themes/default.scss
index a1e3af5b..f848c1da 100644
--- a/src/styles/themes/default.scss
+++ b/src/styles/themes/default.scss
@@ -5,7 +5,7 @@
--game-card-background: #ffffff;
--game-card-text-color: #333333;
--header-text-color: #222222;
- --link-color: #333333;
+ --accent-color: #0ab9e6;
--list-background: #e5e5e5;
--list-header-background: #555555;
--list-header-text-color: #ffffff;