| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- .w100 {
- width: 100% !important;
- }
- .h100 {
- height: 100% !important;
- }
- .max-w100 {
- max-width: 100%;
- }
- .max-h100 {
- max-height: 100%;
- }
- .flex-order-0 {
- order: 0;
- }
- .flex-order-1 {
- order: 1;
- }
- .flex-order-2 {
- order: 2;
- }
- .flex-order-3 {
- order: 3;
- }
- .flex-order-4 {
- order: 4;
- }
- table.no-border td {
- border: none;
- }
- a.neutral {
- color: #333333 !important;
- text-decoration: underline;
- }
- a.neutral:hover {
- color: var(--v-primary-base) !important;
- text-decoration: underline;
- }
- /*# sourceMappingURL=global.css.map */
|