diff --git a/app/app/styles/section/trello.scss b/app/app/styles/section/trello.scss index e8bc577d..e1a0b6f1 100644 --- a/app/app/styles/section/trello.scss +++ b/app/app/styles/section/trello.scss @@ -59,9 +59,8 @@ } .heading { - padding: 20px; - color: white; - border-radius: 5px; + padding: 10px 20px; + color: white!important; a { color: white!important; @@ -70,6 +69,7 @@ h3 { font-size: 22px; margin: 0; + font-family: "open_sanslight"; } p { @@ -89,6 +89,11 @@ border-bottom: 1px solid #e1e1e1; text-transform: uppercase; font-size: 14px; + + span { + color:#838d94; + } + } .trello-single-board tbody tr td { @@ -97,4 +102,13 @@ padding-bottom: 0!important; } + .trello-label { + color:white; + font-size: 11px; + padding: 4px 6px; + border-radius: 4px; + box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.12); + margin-left: 10px; + } + } diff --git a/core/section/trello/trad_template.go b/core/section/trello/trad_template.go index 0d5f2799..a25dd9d8 100644 --- a/core/section/trello/trad_template.go +++ b/core/section/trello/trad_template.go @@ -14,7 +14,7 @@ package trello const tradTemplate = `
There are {{ .Detail.CardCount }} cards across {{ .Detail.ListCount }} lists