diff --git a/client/src/components/CardModal/CardModal.module.scss b/client/src/components/CardModal/CardModal.module.scss index 7fe44123..74406ce4 100644 --- a/client/src/components/CardModal/CardModal.module.scss +++ b/client/src/components/CardModal/CardModal.module.scss @@ -150,25 +150,6 @@ position: relative; } - .labels { - border: none; - border-radius: 3px; - box-sizing: border-box; - color: #fff; - display: inline-block; - font-size: 12px; - font-weight: 600; - line-height: 32px; - margin: 0 4px 4px 0; - max-width: 100%; - min-width: 40px; - outline: none; - overflow: hidden; - padding: 0 12px; - text-overflow: ellipsis; - white-space: nowrap; - } - .modalPadding { padding: 0px; } diff --git a/client/src/components/Label/Label.module.scss b/client/src/components/Label/Label.module.scss index 33fb88b6..3835b0a8 100644 --- a/client/src/components/Label/Label.module.scss +++ b/client/src/components/Label/Label.module.scss @@ -19,6 +19,7 @@ outline: none; overflow: hidden; text-overflow: ellipsis; + text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2); white-space: nowrap; } diff --git a/client/src/components/LabelsStep/Editor.module.scss b/client/src/components/LabelsStep/Editor.module.scss index 09550235..31dbfd1d 100644 --- a/client/src/components/LabelsStep/Editor.module.scss +++ b/client/src/components/LabelsStep/Editor.module.scss @@ -21,6 +21,7 @@ position: absolute; right: 6px; text-align: center; + text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2); top: 0; transform: rotate(-135deg); width: 36px; diff --git a/client/src/components/LabelsStep/Item.module.scss b/client/src/components/LabelsStep/Item.module.scss index f8014bf4..03821431 100644 --- a/client/src/components/LabelsStep/Item.module.scss +++ b/client/src/components/LabelsStep/Item.module.scss @@ -23,6 +23,7 @@ position: relative; text-align: left; text-overflow: ellipsis; + text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2); &:hover { opacity: 0.9; diff --git a/client/src/components/Project/ActionsPopup/EditBackgroundStep.module.scss b/client/src/components/Project/ActionsPopup/EditBackgroundStep.module.scss index dcc3ff2d..327e1bb5 100644 --- a/client/src/components/Project/ActionsPopup/EditBackgroundStep.module.scss +++ b/client/src/components/Project/ActionsPopup/EditBackgroundStep.module.scss @@ -47,6 +47,7 @@ position: absolute; right: 6px; text-align: center; + text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2); top: 0; transform: rotate(-135deg); width: 36px; diff --git a/client/src/components/Project/Project.module.scss b/client/src/components/Project/Project.module.scss index 7465bef8..17ecef6e 100644 --- a/client/src/components/Project/Project.module.scss +++ b/client/src/components/Project/Project.module.scss @@ -47,7 +47,7 @@ } .wrapper { - background: rgba(0, 0, 0, 0.08); + background: rgba(0, 0, 0, 0.16); display: flex; flex-direction: column; height: 100%;