| 1234567891011121314151617181920212223242526272829303132333435 |
- .circadian_bg {
- height: 88px;
- display: flex;
- flex-direction: row;
- border-radius: 44px;
- background-color: #000;
- padding-left: 26px;
- padding-right: 60px;
- align-items: center;
- }
- .circadian_icon {
- width: 36px;
- height: 36px;
- margin-right: 30px;
- }
- .circadian_content {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- }
- .circadian_name {
- color: #fff;
- font-weight: bold;
- font-size: 28px;
- }
- .circadian_status {
- color: #999999;
- font-weight: bold;
- font-size: 20px;
- }
|