diff options
| author | 2022-04-18 22:05:12 +0200 | |
|---|---|---|
| committer | 2022-04-18 22:05:12 +0200 | |
| commit | c9d0d20ef66d546d1a1e24380b1363d2471986e9 (patch) | |
| tree | a680ba511de00bd53ee25b0f4ad21617252d2ef8 /p/themes/Mapco/_layout.scss | |
| parent | 34f7558cfb7bbfa3b6e82a6f5275fb1a0da19bb7 (diff) | |
Fix: article footer + improve: labeling (#4306)
* icon = open dropdown
* label icon
* added: link to edit labels
* dropdown-menu label: padding and hover
* improve input row
* CSS
* Update main.js
* Update main.js
* Update main.js
* fix
* make addItem button selectable via tabbing
* Fixed theme: Ansum
* tags menu: use the new icon
* Fixed theme: Flat design
make the manage button visible
* fixed Theme: Mapco
* Fixed theme: Pafat
Diffstat (limited to 'p/themes/Mapco/_layout.scss')
| -rw-r--r-- | p/themes/Mapco/_layout.scss | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/p/themes/Mapco/_layout.scss b/p/themes/Mapco/_layout.scss index 30feb9f19..0e49854d5 100644 --- a/p/themes/Mapco/_layout.scss +++ b/p/themes/Mapco/_layout.scss @@ -183,6 +183,24 @@ } } +.btn { + border-left-width: 0; + padding: 0.5rem 1rem; + background-color: variables.$grey-light; + background-position: center; + background-repeat: no-repeat; + + @include mixins.transition(all, 0.15s, ease-in-out); + + &:hover { + background-color: variables.$grey-medium-light; + } + + &.active { + background-color: variables.$main-first; + } +} + /*=== Index menu */ .nav_menu { text-align: center; |
