| 1234567891011121314151617181920212223242526 |
- .noborder::after {
- border: 0 !important;
- }
- .radius {
- border-radius: 8px !important;
- }
- .distance {
- margin: 0 30px !important;
- box-sizing: border-box;
- }
- .primary {
- background: #2278a8 !important;
- }
- i-count-down {
- display: inline-block;
- }
- .text-overflow {
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
|