| LEFT | RIGHT |
| 1 .m-a-na { | 1 .m-a-na { |
| 2 margin: 0 0 !important; } | 2 margin: 0 0 !important; } |
| 3 | 3 |
| 4 .m-t-na { | 4 .m-t-na { |
| 5 margin-top: 0 !important; } | 5 margin-top: 0 !important; } |
| 6 | 6 |
| 7 .m-b-na { | 7 .m-b-na { |
| 8 margin-bottom: 0 !important; } | 8 margin-bottom: 0 !important; } |
| 9 | 9 |
| 10 .m-x-na { | 10 .m-x-na { |
| (...skipping 1055 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1066 | 1066 |
| 1067 img.card-icon, | 1067 img.card-icon, |
| 1068 .card-icon img { | 1068 .card-icon img { |
| 1069 height: 48px; } | 1069 height: 48px; } |
| 1070 | 1070 |
| 1071 .card img.block { | 1071 .card img.block { |
| 1072 margin: 0; } | 1072 margin: 0; } |
| 1073 | 1073 |
| 1074 .card-summary { | 1074 .card-summary { |
| 1075 margin: 32px 0; | 1075 margin: 32px 0; |
| 1076 height: 64px; } | 1076 height: 96px; } |
| 1077 @media (max-width: 544px) { | 1077 @media (max-width: 544px) { |
| 1078 .card-summary { | 1078 .card-summary { |
| 1079 margin: 16px; | 1079 margin: 16px; |
| 1080 height: auto; } } | 1080 height: auto; } } |
| 1081 | 1081 |
| 1082 .card button, .card input[type="button"], .card input[type="reset"], .card input
[type="submit"], .card .btn-outline-primary, .card .btn-outline-accent, .card .b
tn-primary, .card .btn-accent { | 1082 .card button, .card input[type="button"], .card input[type="reset"], .card input
[type="submit"], .card .btn-outline-primary, .card .btn-outline-accent, .card .b
tn-primary, .card .btn-accent { |
| 1083 display: block; | 1083 display: block; |
| 1084 width: 100%; | 1084 width: 100%; |
| 1085 margin-bottom: -8px; } | 1085 margin-bottom: -8px; } |
| 1086 | 1086 |
| (...skipping 615 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1702 height: 0; | 1702 height: 0; |
| 1703 content: " "; | 1703 content: " "; |
| 1704 border-top: 2px solid #FFFFFF; } | 1704 border-top: 2px solid #FFFFFF; } |
| 1705 #footer a { | 1705 #footer a { |
| 1706 color: #FFFFFF; } | 1706 color: #FFFFFF; } |
| 1707 #footer a:hover { | 1707 #footer a:hover { |
| 1708 text-decoration: underline; | 1708 text-decoration: underline; |
| 1709 color: #8CC63E !important; } | 1709 color: #8CC63E !important; } |
| 1710 #footer p { | 1710 #footer p { |
| 1711 color: #E1E1E1; } | 1711 color: #E1E1E1; } |
| LEFT | RIGHT |