Advertisement
artemsemkin

Untitled

Apr 29th, 2024
1,062
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.29 KB | None | 0 0
  1. .ajax-loading .header__bar_sticky, .header__bar_scrolling-down {
  2.   background-color: blue !important;
  3. }
  4.  
  5. .header__bar:not(.header__bar_sticky) {
  6.   background-color: blue !important;
  7. }
  8.  
  9. .header.opened .header__bar:not(.header__bar_sticky) {
  10.   background-color: transparent !important;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement