| 1234567891011121314151617181920212223242526272829303132333435 |
- .day_night_top{
- display: flex;
- flex-direction: row;
- align-items: center;
- color: #fff;
- }
- .day_night_title{
- font-size: 32px;
- line-height: 32px;
- font-weight: bold;
- }
- .free {
- height: 36px;
- border-radius: 18px;
- font-size: 20px;
- display: flex;
- align-items: center;
- justify-content: center;
- padding-left: 16px;
- padding-right: 16px;
- margin-left: 16px;
- }
- .day_night_card_footer{
- display: flex;
- flex-direction: row;
- align-items: center;
- padding-top: 20px;
- margin-top: 20px;
- border-top-style: solid;
- border-top-color: #D8D8D852;
- border-top-width: 1px;
- }
|