diff options
| author | 2019-02-13 11:37:37 +0100 | |
|---|---|---|
| committer | 2019-02-13 11:37:37 +0100 | |
| commit | 086fa0d49a5e1506fda4dda42c5c69fd3a624ecf (patch) | |
| tree | 5a16a1dbe2df6188e7d792aa0df3647f7103e398 /p/themes/Mapco/_stats.scss | |
| parent | 58adf8d7014665660470c3f75ac7b38c9292b9e1 (diff) | |
Two themes (#2245)
* Two new themes
* update gitignore
* dirs cleaning + mobile ui improvements
* name added to credits file
* New line
Diffstat (limited to 'p/themes/Mapco/_stats.scss')
| -rw-r--r-- | p/themes/Mapco/_stats.scss | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/p/themes/Mapco/_stats.scss b/p/themes/Mapco/_stats.scss new file mode 100644 index 000000000..f287efa08 --- /dev/null +++ b/p/themes/Mapco/_stats.scss @@ -0,0 +1,27 @@ +/*=== STATISTICS */ +/*===============*/ +.stat { + margin: 10px 0 20px; +} + +.stat th, +.stat td, +.stat tr { + border: none; +} +.stat > table td, +.stat > table th { + border-bottom: 1px solid $grey-medium-light; +} + +.stat > .horizontal-list { + margin: 0 0 5px; +} +.stat > .horizontal-list .item { + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; +} +.stat > .horizontal-list .item:first-child { + width: 270px; +} |
