tweet-actions.scss 401 B

1234567891011121314151617181920212223
  1. tweet-actions {
  2. .actions-container {
  3. display: flex;
  4. flex-direction: row;
  5. div {
  6. display: flex;
  7. flex-direction: row;
  8. align-items: center;
  9. justify-content: center;
  10. flex-grow: 1;
  11. text-align: center;
  12. margin-top: 8px;
  13. span {
  14. margin-left: 5px;
  15. font-size: 12px;
  16. font-weight: 300;
  17. color: #333;
  18. }
  19. }
  20. }
  21. }