| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- @import '../../bootstrap-theme/scss/bootstrap.scss';
- .pointer {
- cursor: pointer;
- }
- .bg-avg {
- background-color: #ffe69c !important;
- }
- .bg-peak {
- background-color: #cce7ff !important;
- }
- .bg-max {
- background-color: #e3a3a9 !important;
- }
- .bg-progress {
- background-color: $progress-bg !important;
- }
- .text-avg {
- color: #cc9a06 !important;
- }
- .text-peak {
- color: #005299 !important;
- }
- .text-max {
- color: #941320 !important;
- }
- .check-disjunction,
- .check-conjunction {
- &.d-grid {
- grid-template-columns: 30px 1fr;
- .label-upright-vertical {
- writing-mode: vertical-lr;
- text-orientation: upright;
- text-align: center;
- }
- .input-group .input-group-text {
- width: 31px;
- min-height: 48px;
- // font-size: 0.75rem;
- }
- }
- }
|