| 12345678910111213141516171819202122232425262728 |
- .long_fast_goal_card{
- display: flex;
- flex-direction: column;
- flex-shrink: 0;
- width: '100%';
- width: 670px;
- }
- .long_fast_card_header{
- display: flex;
- flex-direction: row;
- padding-left: 52px;
- padding-right: 40px;
- box-sizing: border-box;
- align-items: center;
- height: 128px;
- width: 670px;
- flex-shrink: 0;
- flex: 1;
- }
- .long_fast_card_footer{
- height: 128px;
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: center;
- }
|