diff options
| author | 2022-01-15 18:38:34 +0100 | |
|---|---|---|
| committer | 2022-01-15 18:38:34 +0100 | |
| commit | 14da55e21e6ae40860f262bf5aa69060456e594a (patch) | |
| tree | db416cbfdb416a0ade29c0df9619c6002324baa0 /p/themes/Mapco/_layout.scss | |
| parent | 0c5eaa9d16510b93066aff9e9c6d6e2173025018 (diff) | |
Fix SCSS differences to the final CSS (#4146)
* theme Ansum
* CI does not like the sourcemappingurl in RTL
* theme Mapco
* Update mapco.rtl.css
* Update mapco.rtl.css
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'p/themes/Mapco/_layout.scss')
| -rw-r--r-- | p/themes/Mapco/_layout.scss | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/p/themes/Mapco/_layout.scss b/p/themes/Mapco/_layout.scss index 10c572956..d3f87c9e2 100644 --- a/p/themes/Mapco/_layout.scss +++ b/p/themes/Mapco/_layout.scss @@ -8,6 +8,11 @@ width: auto; table-layout: none; + .logo { + margin: 11px 0 5px; + filter: grayscale(100%) brightness(100); + } + .item { vertical-align: middle; // text-align: center; @@ -97,12 +102,6 @@ } } } - - .logo { - margin: 11px 0 5px; - filter: grayscale(100%) brightness(100); - } - } /*=== Body */ @@ -372,7 +371,6 @@ code { padding: 2px 5px; background: $grey-lighter; - color: $grey-light; border: 1px solid $grey-light; border-radius: 3px; } |
