123456789101112131415161718192021222324252627 |
- .container{
- padding-bottom: 40px;
- }
- .optionButtons{
- display: flex;
- justify-content: space-around;
- }
- .optionButton{
- position: relative;
- width: 48px;
- display: flex;
- justify-content: center;
- align-items: center;
- flex-direction: column;
-
- }
- .icon{
- width: 48px;
- height: 48px;
- }
- .buttonText{
- color: rgba(#000, .65);
- line-height: 22px;
- font-size: 12px;
- }
|