|
| 1 | +.myCustomSpacerVert10_CSK_Module_Dashboard { |
| 2 | + min-height: 10px; |
| 3 | +} |
| 4 | + |
| 5 | +.myCustomSpacerVert20_CSK_Module_Dashboard { |
| 6 | + min-height: 20px; |
| 7 | +} |
| 8 | + |
| 9 | +.myCustomHeight150px_CSK_Module_Dashboard { |
| 10 | + height: 150px; |
| 11 | +} |
| 12 | + |
| 13 | +.myCustomFrameNoColor_CSK_Module_Dashboard { |
| 14 | + margin: 6px; |
| 15 | + border-radius: 10px; |
| 16 | + border-style: solid; |
| 17 | + border-width: 0px; |
| 18 | + border-color: 007CC1; |
| 19 | + background-color: white; |
| 20 | +} |
| 21 | + |
| 22 | +.myCustomFrame_CSK_Module_Dashboard { |
| 23 | + margin: 6px; |
| 24 | + border-radius: 10px; |
| 25 | + border-style: solid; |
| 26 | + border-width: 1px; |
| 27 | + border-color: #007CC1; |
| 28 | + background-color: white; |
| 29 | +} |
| 30 | + |
| 31 | +.myCustomDataSlotFrame_CSK_Module_Dashboard { |
| 32 | + height: 150px; |
| 33 | + margin: 6px; |
| 34 | + border-radius: 10px; |
| 35 | + border-style: solid; |
| 36 | + border-width: 1px; |
| 37 | + border-color: #007CC1; |
| 38 | + background-color: white; |
| 39 | +} |
| 40 | + |
| 41 | +.myCustomScrollbar { |
| 42 | + margin: 2px; |
| 43 | + overflow-y: auto; |
| 44 | + height: 55px; |
| 45 | +} |
| 46 | + |
| 47 | +.myCustomScrollbar::-webkit-scrollbar { |
| 48 | + width: 3px; |
| 49 | +} |
| 50 | + |
| 51 | +.myCustomScrollbar::-webkit-scrollbar-track { |
| 52 | + background: transparent; |
| 53 | +} |
| 54 | + |
| 55 | +.myCustomScrollbar::-webkit-scrollbar-thumb { |
| 56 | + background-color: rgba(0, 0, 0, 0.3); |
| 57 | +} |
| 58 | + |
| 59 | +.myCustomGauge_CSK_Module_Dashboard { |
| 60 | + height: 200px; |
| 61 | + margin-top: -35px; |
| 62 | +} |
| 63 | + |
| 64 | +.myCustomLabel_CSK_Module_Dashboard { |
| 65 | + font-size:30px; |
| 66 | + color: grey; |
| 67 | + margin-top: 10px; |
| 68 | +} |
| 69 | + |
| 70 | +.myCustomFrameLabel_CSK_Module_Dashboard { |
| 71 | + background: white; |
| 72 | + position:relative; |
| 73 | + top: calc(-1.2rem); |
| 74 | + left: calc(1rem); |
| 75 | + font-size: medium; |
| 76 | +} |
| 77 | + |
| 78 | +.myCustomPersistentDataMargin_CSK_Module_Dashboard { |
| 79 | + margin-top: -53px; |
| 80 | + margin-left: 130px; |
| 81 | +} |
| 82 | + |
| 83 | +.myCustomPersistentDataMarginBack_CSK_Module_Dashboard { |
| 84 | + margin-left: -127px; |
| 85 | +} |
| 86 | + |
| 87 | +.myCustomBorderLeft_CSK_Module_Dashboard { |
| 88 | + border-left: 1px solid lightgray; |
| 89 | +} |
| 90 | + |
| 91 | +.myCustomMarginFirstRow_CSK_Module_Dashboard { |
| 92 | + margin-top: -49px; |
| 93 | +} |
| 94 | + |
| 95 | +.myCustomBorderBottom_CSK_Module_Dashboard { |
| 96 | + border-bottom: 1px solid lightgray; |
| 97 | + margin-inline: calc(1rem); |
| 98 | +} |
| 99 | + |
| 100 | +.myCustomMarginTop7PX_CSK_Module_Dashboard { |
| 101 | + margin-top: 7px; |
| 102 | +} |
| 103 | + |
| 104 | +.myCustomMarginTop-13PX_CSK_Module_Dashboard { |
| 105 | + margin-top: -13px; |
| 106 | +} |
| 107 | + |
| 108 | +.myCustomBackground_CSK_Module_Dashboard { |
| 109 | +} |
| 110 | + |
| 111 | +.myCustomButton_CSK_Module_Dashboard { |
| 112 | + border-radius: 30px; |
| 113 | + padding: 11px; |
| 114 | +} |
0 commit comments