From e75037ae5b000aa3f98db25e68742aec943930ea Mon Sep 17 00:00:00 2001 From: "m.epshtein" Date: Fri, 28 Jun 2024 09:09:01 +0300 Subject: [PATCH] list-group --- .../resources/css/components-dashboard.css | 35 +++++++++++++++++++ .../src/resources/css/inbox-dashboard.css | 1 + 2 files changed, 36 insertions(+) diff --git a/frontend/src/resources/css/components-dashboard.css b/frontend/src/resources/css/components-dashboard.css index 2fa5041c..33ca41a7 100644 --- a/frontend/src/resources/css/components-dashboard.css +++ b/frontend/src/resources/css/components-dashboard.css @@ -144,6 +144,10 @@ padding: 0; } +.webbpm.ervu_dashboard .mute { + color: var(--color-text-mute); +} + .webbpm.ervu_dashboard .text-invert > div { flex-direction: row-reverse; @@ -151,8 +155,12 @@ width: auto; margin-right: 0; } + & > div:last-of-type { + overflow: visible; + } } + .webbpm.ervu_dashboard tab-container { .nav-tabs { border: 0; @@ -212,6 +220,33 @@ margin-left: 8px; } +.webbpm.ervu_dashboard .list-group { + padding: 16px; + border-radius: 8px; + border: 0; + background-color: var(--color-dark-20); + + & + .list-group { + margin-top: 16px; + } + .list-group + .list-group { + margin-top: 8px; + } + text { + .form-group { + margin-bottom: 0; + } + &.num-addtitle { + & > div > div:first-child { + color: var(--color-text-secondary); + } + & > div > div:last-child { + font-size: var(--size-num-addtitle); + } + } + } +} + .webbpm.ervu_dashboard .parent-block { padding: 12px; border-radius: 16px; diff --git a/frontend/src/resources/css/inbox-dashboard.css b/frontend/src/resources/css/inbox-dashboard.css index 54b26084..bcb8e234 100644 --- a/frontend/src/resources/css/inbox-dashboard.css +++ b/frontend/src/resources/css/inbox-dashboard.css @@ -53,6 +53,7 @@ --size-text-secondary: 14px; --size-num-title: 60px; --size-num-subtitle: 48px; + --size-num-addtitle: 40px; --size-num-primary: 32px; --size-num-secondary: 24px;