app/assets/stylesheets/iqvoc/components/_components.scss in iqvoc-4.8.1 vs app/assets/stylesheets/iqvoc/components/_components.scss in iqvoc-4.8.2

- old
+ new

@@ -78,11 +78,10 @@ $active: white; margin: 0; li { a { color: #bfbfbf; - font-weight: bold; } border-radius: 4px; display: inline-block; margin-right: 2px; padding: 2px 6px; @@ -119,11 +118,11 @@ margin-bottom: 15px; p { margin: 0; } .concept-item-link { - font-weight: bold; + @extend %font-bold; } .concept-item-uri { color: green; } } @@ -164,22 +163,21 @@ } .search-result { margin-top: 10px; a { - font-weight: bold; + @extend %font-bold; } } .search-result-meta { margin-top: 0; } .search-result-key { float: left; margin-right: 5px; - // font-weight: normal; &:after { content: ':'; } } @@ -266,6 +264,10 @@ } } a.unpublished { color: #bfbfbf; +} + +.dashboard-table-item-state { + text-transform: uppercase; }