Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .header {
- position: sticky;
- top: 0;
- background-color: var(--ww-background-color-primary);
- transition: box-shadow 150ms ease;
- &::after {
- content: '';
- position: absolute;
- left: 0;
- right: 0;
- bottom: 0;
- border-bottom: rem(1px) solid light-dark(var(--mantine-color-gray-2), var(--mantine-color-dark-3));
- }
- }
- .scrolled {
- box-shadow: var(--mantine-shadow-sm);
- }
Advertisement
Add Comment
Please, Sign In to add comment