| 1234567891011121314151617181920212223 |
- .history_duration_bg {
- display: flex;
- flex-direction: row;
- align-items: center;
- margin-top: 20px;
- background-color: #fafafa;
- height: 100px;
- padding-left: 14px;
- // width: 572px;
- }
- .recent_ring_bg {
- width: 80px;
- height: 80px;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .history_item_duration {
- margin-left: 10px;
- color: #000000;
- }
|