- Administartion
+ {{ $t('admin.name') }}
@@ -21,39 +21,39 @@
-```
\ No newline at end of file
+```
diff --git a/styleguide/src/system/components/data-display/Table/style.scss b/styleguide/src/system/components/data-display/Table/style.scss
index 7d59a6e9d..53e1b0d2d 100644
--- a/styleguide/src/system/components/data-display/Table/style.scss
+++ b/styleguide/src/system/components/data-display/Table/style.scss
@@ -42,3 +42,19 @@
padding-bottom: $space-x-small;
}
}
+
+.ds-table-col,
+.ds-table-head-col {
+ &.ds-table-col-left,
+ &.ds-table-head-col-left {
+ text-align: left;
+ }
+ &.ds-table-col-center,
+ &.ds-table-head-col-center {
+ text-align: center;
+ }
+ &.ds-table-col-right,
+ &.ds-table-head-col-right {
+ text-align: right;
+ }
+}
diff --git a/styleguide/src/system/components/layout/Space/Space.vue b/styleguide/src/system/components/layout/Space/Space.vue
index bfc24fd81..e19bb0996 100644
--- a/styleguide/src/system/components/layout/Space/Space.vue
+++ b/styleguide/src/system/components/layout/Space/Space.vue
@@ -46,7 +46,10 @@ export default {
default: null
},
- align: {
+ /**
+ * Center content vertacally and horizontally
+ */
+ center: {
type: Boolean,
default: false
},
diff --git a/styleguide/src/system/components/navigation/Menu/style.scss b/styleguide/src/system/components/navigation/Menu/style.scss
index 57fd2a1fc..2a59e6781 100644
--- a/styleguide/src/system/components/navigation/Menu/style.scss
+++ b/styleguide/src/system/components/navigation/Menu/style.scss
@@ -44,6 +44,7 @@ ul.ds-menu-list {
text-decoration: none;
padding: $space-x-small $space-small;
transition: color $duration-short $ease-out;
+ border-left: 2px solid transparent;
&.router-link-active,
&.nuxt-link-active {
@@ -56,8 +57,9 @@ ul.ds-menu-list {
&.router-link-exact-active,
&.nuxt-link-exact-active {
- color: $text-color-link-active;
- background-color: $background-color-soft;
+ color: $text-color-link;
+ // background-color: $background-color-soft;
+ border-left: 2px solid $color-primary;
}
.ds-menu-item-inverse & {
diff --git a/yarn.lock b/yarn.lock
index b6c4b2070..b453621ee 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1225,6 +1225,11 @@
dependencies:
"@types/node" "*"
+"@types/cookie@^0.3.1":
+ version "0.3.2"
+ resolved "https://registry.yarnpkg.com/@types/cookie/-/cookie-0.3.2.tgz#453f4b14b25da6a8ea4494842dedcbf0151deef9"
+ integrity sha512-aHQA072E10/8iUQsPH7mQU/KUyQBZAGzTVRCUvnSz8mSvbrYsP4xEO2RSA0Pjltolzi0j8+8ixrm//Hr4umPzw==
+
"@types/cors@^2.8.4":
version "2.8.4"
resolved "https://registry.yarnpkg.com/@types/cors/-/cors-2.8.4.tgz#50991a759a29c0b89492751008c6af7a7c8267b0"
@@ -3788,6 +3793,21 @@ cookie-signature@1.0.6:
resolved "https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.0.6.tgz#e303a882b342cc3ee8ca513a79999734dab3ae2c"
integrity sha1-4wOogrNCzD7oylE6eZmXNNqzriw=
+cookie-universal-nuxt@^2.0.11:
+ version "2.0.11"
+ resolved "https://registry.yarnpkg.com/cookie-universal-nuxt/-/cookie-universal-nuxt-2.0.11.tgz#f7f2ea1d63a497b24d5e630cee4e999475e777f4"
+ integrity sha512-GmzXjkIpCRAe+fIpYavHyFliEDRofiJMbBd17kZJia+nLVEt2CJxjOqcQRqUOXmvtuB0oHDYy+fVflxs863T0w==
+ dependencies:
+ "@types/cookie" "^0.3.1"
+ cookie-universal "^2.0.11"
+
+cookie-universal@^2.0.11:
+ version "2.0.11"
+ resolved "https://registry.yarnpkg.com/cookie-universal/-/cookie-universal-2.0.11.tgz#525f6324b6698a713b46be77a3440daff68e4a6a"
+ integrity sha512-5IA+uAPwBuphUfuk+lpFEajfrUTZA3RmMXfoT/KWs29WMd2ZifHOafAr+w8WdlSixddjTEkOgUWrk27+ErueUg==
+ dependencies:
+ cookie "^0.3.1"
+
cookie@0.3.1, cookie@^0.3.1:
version "0.3.1"
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.3.1.tgz#e7e0a1f9ef43b4c8ba925c5c5a96e806d16873bb"
@@ -11662,6 +11682,11 @@ vue@^2.5.17:
resolved "https://registry.yarnpkg.com/vue/-/vue-2.5.17.tgz#0f8789ad718be68ca1872629832ed533589c6ada"
integrity sha512-mFbcWoDIJi0w0Za4emyLiW72Jae0yjANHbCVquMKijcavBGypqlF7zHRgMa5k4sesdv7hv2rB4JPdZfR+TPfhQ==
+vuex-i18n@^1.10.5:
+ version "1.10.5"
+ resolved "https://registry.yarnpkg.com/vuex-i18n/-/vuex-i18n-1.10.5.tgz#635ea2204e0aa3f8fd512f0fab7f6b994d3f666c"
+ integrity sha1-Y16iIE4Ko/j9US8Pq39rmU0/Zmw=
+
vuex@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/vuex/-/vuex-3.0.1.tgz#e761352ebe0af537d4bb755a9b9dc4be3df7efd2"