diff options
Diffstat (limited to 'client/simple/src/less/weather.less')
| -rw-r--r-- | client/simple/src/less/weather.less | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/client/simple/src/less/weather.less b/client/simple/src/less/weather.less new file mode 100644 index 000000000..b77747a96 --- /dev/null +++ b/client/simple/src/less/weather.less @@ -0,0 +1,38 @@ +#answers .weather { + summary { + display: block; + list-style: none; + } + + div.summary { + margin: 0; + padding: 0.5rem 1rem; + background-color: var(--color-header-background); + .rounded-corners-tiny; + } + + table { + font-size: 0.9rem; + table-layout: fixed; + margin-top: 0.5rem; + margin-bottom: 0.5rem; + } + + td { + padding: 0; + } + + img.symbol { + width: 5rem; + margin: auto; + display: block; + } + + .title { + // background-color: var(--color-result-keyvalue-even); + } + + .measured { + // background-color: var(--color-result-keyvalue-odd); + } +} |