X-Git-Url: https://pwan.org/git/?p=tech-radar.git;a=blobdiff_plain;f=src%2Fstylesheets%2Fbase.scss;h=a6fbd7d43633d771b9caef8636f126e0a4d2c7fa;hp=b68ca027bc0ff421734464a2bf3f9112663da37f;hb=0301375800882633282197d107093a00bdc492de;hpb=0b37a9ab0ba6f35537d2282ce4219c9c24ddf200 diff --git a/src/stylesheets/base.scss b/src/stylesheets/base.scss index b68ca02..a6fbd7d 100644 --- a/src/stylesheets/base.scss +++ b/src/stylesheets/base.scss @@ -46,3 +46,28 @@ svg { } } } + +.radar-ref-table { + width: 1080px; + font-size: 16px; + line-height: 26px; + padding: 20px; + + tr:nth-child(odd) { + background: $grey-darkest; + } + + tr:nth-child(even) { + background: $grey; + } + + td { + padding: 10px 15px; + } + + tr.radar-ref-status-group { + font-size: 20px; + font-weight: bold; + background: $grey-lightest; + } +}