diff options
| author | 2022-09-18 13:02:07 +0200 | |
|---|---|---|
| committer | 2022-09-18 13:02:07 +0200 | |
| commit | 3d5b9ac9020f4c14803d77ab76a225091628b79a (patch) | |
| tree | 68ad9a7735e5e7e6fd36fe8b18442664d8d7f56e /p/themes/Mapco | |
| parent | 27349070003f76493ce13bc4566fa9c018ae5d5c (diff) | |
clean .horizontal-list (#4596)
Diffstat (limited to 'p/themes/Mapco')
| -rw-r--r-- | p/themes/Mapco/_components.scss | 3 | ||||
| -rw-r--r-- | p/themes/Mapco/_stats.scss | 14 | ||||
| -rw-r--r-- | p/themes/Mapco/mapco.css | 18 | ||||
| -rw-r--r-- | p/themes/Mapco/mapco.rtl.css | 18 |
4 files changed, 0 insertions, 53 deletions
diff --git a/p/themes/Mapco/_components.scss b/p/themes/Mapco/_components.scss index c3698659b..594ef4371 100644 --- a/p/themes/Mapco/_components.scss +++ b/p/themes/Mapco/_components.scss @@ -11,12 +11,9 @@ /*=== Horizontal-list */ .horizontal-list { - margin: 0; padding: 0.1rem 0; .item { - vertical-align: middle; - &:first-child { padding-left: 0.5rem; } diff --git a/p/themes/Mapco/_stats.scss b/p/themes/Mapco/_stats.scss index f98f10234..26dc390d7 100644 --- a/p/themes/Mapco/_stats.scss +++ b/p/themes/Mapco/_stats.scss @@ -16,17 +16,3 @@ .stat > table th { border-bottom: 1px solid variables.$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; -} diff --git a/p/themes/Mapco/mapco.css b/p/themes/Mapco/mapco.css index ea7ac5769..2289ec5a1 100644 --- a/p/themes/Mapco/mapco.css +++ b/p/themes/Mapco/mapco.css @@ -220,12 +220,8 @@ form th { /*=== Forms */ /*=== Horizontal-list */ .horizontal-list { - margin: 0; padding: 0.1rem 0; } -.horizontal-list .item { - vertical-align: middle; -} .horizontal-list .item:first-child { padding-left: 0.5rem; } @@ -1269,20 +1265,6 @@ main.prompt { border-bottom: 1px solid #d5d8db; } -.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; -} - /*=== MOBILE */ /*===========*/ @media (max-width: 840px) { diff --git a/p/themes/Mapco/mapco.rtl.css b/p/themes/Mapco/mapco.rtl.css index c7e895805..d06f9fe92 100644 --- a/p/themes/Mapco/mapco.rtl.css +++ b/p/themes/Mapco/mapco.rtl.css @@ -220,12 +220,8 @@ form th { /*=== Forms */ /*=== Horizontal-list */ .horizontal-list { - margin: 0; padding: 0.1rem 0; } -.horizontal-list .item { - vertical-align: middle; -} .horizontal-list .item:first-child { padding-right: 0.5rem; } @@ -1269,20 +1265,6 @@ main.prompt { border-bottom: 1px solid #d5d8db; } -.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; -} - /*=== MOBILE */ /*===========*/ @media (max-width: 840px) { |
