twitter.less 402 B

1234567891011121314151617181920212223242526272829
  1. .single-tweet {
  2. text-align: center;
  3. .tweet-text {
  4. margin-bottom: 0px;
  5. p {
  6. margin: 1em 0 .5em 0;
  7. }
  8. }
  9. .tweet-time {
  10. text-transform: uppercase;
  11. font-size: 10px;
  12. }
  13. .tweet-text,
  14. .tweet-time {
  15. opacity: .95;
  16. color: var( --vamtam-primary-font-color );
  17. }
  18. + .tweet-divider {
  19. margin: 16px auto;
  20. max-width: 250px;
  21. height: 1px;
  22. background: var( --vamtam-accent-color-7 );
  23. }
  24. }