| 1234567891011121314151617181920212223242526272829303132333435363738394041 |
- .picker_time_card {
- background-color: #fff;
- border-radius: 32px;
- overflow: hidden;
- width: 698px;
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .picker_time_card_header {
- width: 698px;
- height: 128px;
- display: flex;
- align-items: center;
- justify-content: center;
- flex-direction: row;
- position: relative;
- }
- .picker_time_card_footer {
- width: 698px;
- height: 128px;
- display: flex;
- align-items: center;
- justify-content: center;
- flex-direction: row;
- position: relative;
- }
- .time_btn {
- width: 196px;
- height: 84px;
- border-radius: 20px;
- display: flex;
- align-items: center;
- justify-content: center;
- background-color: #B2B2B21A;
- color: #000;
-
- }
|