1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- .popUp {
- width: 720px;
- border: 1px solid #fff;
- background-color: #fff;
- box-shadow: 0px 2px 5px #252525;
- border-radius: 5px;
- margin: 0 auto;
- text-align: left;
- padding: 10px;
- position: fixed;
- top: 0;
- left: 25%;
- }
- .eventContent-w {
- width: 100%;
- padding: 10px 0;
- display: inline-block;
- }
- .eventContent-w h1 {
- font-size: 18px;
- }
- .eventContent-w p {
- text-align: center;
- font-size: 16px;
- }
- .eventContent-w button {
- position: absolute;
- top: 0;
- right: 0px;
- }
- .btn-primary:not(:disabled):not(.disabled).active {
- background-color: #12aea2;
- border: 1px solid #12aea2;
- border-radius: 0;
- }
- .buttonPrimary {
- background-color: #12aea2;
- border: 1px solid #12aea2;
- border-radius: 0;
- }
- /* .eventContentChange-w {
- background-color: #888;
- } */
|