You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
| 123456789101112131415 |
- .modal {
- max-width: 720px !important;
- padding: 0 !important;
- overflow-y: auto;
- }
-
- .data-source-icon {
- background: url(../assets/data-source.svg) center center no-repeat;
- background-size: cover;
- }
-
- .data-source-solid-icon {
- background: url(../assets/data-source-blue.svg) center center no-repeat;
- background-size: cover;
- }
|