Skip to content
Snippets Groups Projects
Commit a0a78776 authored by Alexandru Munteanu's avatar Alexandru Munteanu
Browse files

Merge branch 'HIN-1099' into 'develop'

style(Tag): changed css for label

See merge request !130
parents ed11f755 82060c7f
No related branches found
No related tags found
2 merge requests!136Sprint 22 features (updates),!130style(Tag): changed css for label
...@@ -7,10 +7,11 @@ import { marginHelper } from './styledHelpers' ...@@ -7,10 +7,11 @@ import { marginHelper } from './styledHelpers'
const tagCSS = props => { const tagCSS = props => {
if (has(props, 'oldStatus')) { if (has(props, 'oldStatus')) {
return css` return css`
background-color: ${th('tag.statusBackgroundColor')}; background-color: ${th('colorFurnitureHue')};
font-size: 85%; height: calc(${th('gridUnit')} * 3)
height: 24px; font-weight: ${th('tag.fontWeight')};
padding: calc(${th('gridUnit')} / 4) ${th('gridUnit')}; padding: calc(${th('gridUnit')} / 2) ${th('gridUnit')} 0px
${th('gridUnit')};
` `
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment