Freemium: Mobile: Fix overlay on primary buttons

Does not need to be a badge in this particular case since it's above
a physical primary button; also make it completely white to be consistent
with the button's theme.

Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: I8c85fbe33d1b3897f0fddd44dd7a5d0517f92e93
This commit is contained in:
Pedro Pinto Silva 2021-06-29 13:26:39 +02:00 committed by pedropintosilva
parent ee6b8c24f7
commit 001acdb8c0

View file

@ -363,6 +363,15 @@
box-shadow: 0 0 1px 2px #00000025; box-shadow: 0 0 1px 2px #00000025;
} }
#mobile-wizard:not(.menuwizard) button ~ .freemium-overlay {
/* targetting primary buttons on mobile e.g.: master slide*/
margin: auto;
padding-right: 77%;
background-color: transparent;
box-shadow: none;
filter: brightness(4);
}
#mobile-wizard:not(.menuwizard) .freemium-overlay-lock { #mobile-wizard:not(.menuwizard) .freemium-overlay-lock {
filter: brightness(0.8) contrast(1.8); filter: brightness(0.8) contrast(1.8);
} }