123456789101112131415161718192021222324252627 |
- html, body, #app {
- height: 100%;
- background-color: #F1F5F8;
- }
- embed {
- overflow-clip-margin: content-box !important;
- overflow: clip !important;
- }
- .bg-blue {
- background-color: #004ca7 !important;
- color: white !important;
- }
- .bg-light-blue {
- background-color: #409eff !important;
- color: white !important;
- }
- .bg-black1 {
- background-color: #2c3643 !important;
- color: white !important;
- }
- .gutter {
- background-color: transparent;
- }
|