events-date.component.css 837 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. .popUp {
  2. width: 720px;
  3. border: 1px solid #fff;
  4. background-color: #fff;
  5. box-shadow: 0px 2px 5px #252525;
  6. border-radius: 5px;
  7. margin: 0 auto;
  8. text-align: left;
  9. padding: 10px;
  10. position: fixed;
  11. top: 0;
  12. left: 25%;
  13. }
  14. .eventContent-w {
  15. width: 100%;
  16. padding: 10px 0;
  17. display: inline-block;
  18. }
  19. .eventContent-w h1 {
  20. font-size: 18px;
  21. }
  22. .eventContent-w p {
  23. text-align: center;
  24. font-size: 16px;
  25. }
  26. .eventContent-w button {
  27. position: absolute;
  28. top: 0;
  29. right: 0px;
  30. }
  31. .btn-primary:not(:disabled):not(.disabled).active {
  32. background-color: #12aea2;
  33. border: 1px solid #12aea2;
  34. border-radius: 0;
  35. }
  36. .buttonPrimary {
  37. background-color: #12aea2;
  38. border: 1px solid #12aea2;
  39. border-radius: 0;
  40. }
  41. /* .eventContentChange-w {
  42. background-color: #888;
  43. } */