diff --git a/webapp/assets/_new/styles/tokens.scss b/webapp/assets/_new/styles/tokens.scss
index f56d75485..4ab30177b 100644
--- a/webapp/assets/_new/styles/tokens.scss
+++ b/webapp/assets/_new/styles/tokens.scss
@@ -211,7 +211,8 @@ $letter-spacing-x-small: -0.015em;
* @presenter Opacity
*/
-$opacity-soft: 0.65;
+$opacity-base: 1;
+$opacity-soft: 0.7;
$opacity-disabled: 0.5;
/**
@@ -264,12 +265,23 @@ $size-avatar-large: 114px;
$size-button-base: 36px;
$size-button-small: 26px;
+/**
+ * @tokens Size Images
+ * @presenter Spacing
+ */
+
+$size-image-max-height: 2000px;
+$size-image-cropper-max-height: 600px;
+$size-image-cropper-min-height: 400px;
+$size-image-uploader-min-height: 200px;
+
/**
* @tokens Size Icons
* @presenter Spacing
*/
$size-icon-base: 16px;
+ $size-icon-large: 60px;
/**
* @tokens Shadow
@@ -285,6 +297,12 @@ $box-shadow-active: 0 0 6px 1px rgba(20, 100, 160, 0.5);
$box-shadow-inset: inset 0 0 20px 1px rgba(0,0,0,.15);
$box-shadow-small-inset: inset 0 0 0 1px rgba(0,0,0,.05);
+/**
+ * @tokens Effects
+ */
+
+$blur-radius: 22px;
+
/**
* @tokens Animation Duration
*/
@@ -317,6 +335,7 @@ $z-index-page-header: 2000;
$z-index-page-sidebar: 1500;
$z-index-sticky: 100;
$z-index-post-teaser-link: 5;
+$z-index-surface: 1;
/**
* @tokens Media Query
diff --git a/webapp/components/CommentCard/CommentCard.vue b/webapp/components/CommentCard/CommentCard.vue
index 573d1417b..d805d26ee 100644
--- a/webapp/components/CommentCard/CommentCard.vue
+++ b/webapp/components/CommentCard/CommentCard.vue
@@ -8,7 +8,7 @@
.ds-form-item {
diff --git a/webapp/components/Editor/SuggestionList.vue b/webapp/components/Editor/SuggestionList.vue
index 3d480d187..5e9c146a0 100644
--- a/webapp/components/Editor/SuggestionList.vue
+++ b/webapp/components/Editor/SuggestionList.vue
@@ -89,7 +89,7 @@ export default {
}
&.hint {
- opacity: 0.7;
+ opacity: $opacity-soft;
pointer-events: none;
}
}
diff --git a/webapp/components/FilterMenu/FilterMenu.vue b/webapp/components/FilterMenu/FilterMenu.vue
index c294763b5..afe6a3d7a 100644
--- a/webapp/components/FilterMenu/FilterMenu.vue
+++ b/webapp/components/FilterMenu/FilterMenu.vue
@@ -2,7 +2,6 @@
{{ $t('filter-menu.hashtag-search', { hashtag }) }}
@@ -40,7 +40,7 @@