This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* ===================================================== */ | |
| /* BASES – FILM STRIP CARDS (no SVG, MyMind-ish) */ | |
| /* FIX: right holes now use `right <len>` anchoring */ | |
| /* => perfectly symmetric on iOS (no 100% rounding) */ | |
| /* ===================================================== */ | |
| .bases-view { | |
| --bases-cards-background: transparent; | |
| --bases-cards-cover-background: transparent; | |
| --bases-cards-shadow: none; |