Guest User

Untitled

a guest
Nov 18th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. /* ... */
  2. .video-preview {
  3. /* ... */
  4. &.horizontal {
  5. /* ... */
  6. &.expanded {
  7. grid: auto / 246px auto;
  8. }
  9. }
  10. }
  11.  
  12. .video-info {
  13. /* ... */
  14. .view-and-time {
  15. margin-bottom: 10px;
  16. }
  17.  
  18. .semi-bold {
  19. &.expanded {
  20. font-weight: 400;
  21. font-size: 1.3rem;
  22. }
  23. font-weight: 600;
  24. }
  25. }
Add Comment
Please, Sign In to add comment