Guest User

Untitled

a guest
Jan 17th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. .notification {
  2. display: none;
  3. width: 100%;
  4. position: static;
  5. top: 0;
  6. left: 0;
  7. background-color: #D3D3D3;
  8. padding: 10px 0;
  9. }
  10.  
  11. .notification .container {
  12. position: relative;
  13. }
  14.  
  15. .notification .pop-up__close {
  16. position: absolute;
  17. right: 0;
  18. top: 0;
  19. width: 10px;
  20. height: 10px;
  21. font-size: 0;
  22. }
  23.  
  24. .notification .agreement-text {
  25. margin-top: 0;
  26. color: #333;
  27. }
Add Comment
Please, Sign In to add comment