Gearheads: remove various problematic mods for Elephant theme (for now)
parent
9bef0d71ea
commit
1642c4127d
|
@ -1,9 +1,9 @@
|
||||||
.theme-elephant,
|
.theme-elephant,
|
||||||
.theme-elephant-contrast,
|
.theme-elephant-contrast,
|
||||||
.theme-elephant-light {
|
.theme-elephant-light {
|
||||||
background-color: var(--color-bg);
|
/**background-color: var(--color-bg); ** TODO: Use a :not() to override legacy pages **
|
||||||
|
|
||||||
/** Style login/sign-up **/
|
** Style login/sign-up **
|
||||||
.new_user {
|
.new_user {
|
||||||
.btn {
|
.btn {
|
||||||
border-radius: 9999px;
|
border-radius: 9999px;
|
||||||
|
@ -36,15 +36,16 @@
|
||||||
border-radius: var(--border-radius);
|
border-radius: var(--border-radius);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}**/
|
||||||
|
|
||||||
/** Add shadows around dropdowns/popouts **/
|
/** Add shadows around dropdowns/popouts **/
|
||||||
.dropdown-animation,
|
.dropdown-animation,
|
||||||
.picture-in-picture .video-player.inline,
|
.picture-in-picture {
|
||||||
.video-modal__container .video-player {
|
/**.video-modal__container .video-player,
|
||||||
box-shadow: 0 0 20px rgba(0,0,0,0.25);
|
.modal-root__container .gifv {**/
|
||||||
|
box-shadow: 0 0 20px rgba(0,0,0,0.35);
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Fix PIP quirks **/
|
/** Fix PIP quirks **/
|
||||||
.picture-in-picture {
|
.picture-in-picture {
|
||||||
.video-player.inline {
|
.video-player.inline {
|
||||||
|
|
Reference in New Issue