Advertisement
bousaid

my_thread.less

Aug 11th, 2019
446
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.55 KB | None | 0 0
  1. .my_thread {
  2.     .xf-my_threads();
  3.     .structItem-cell {
  4.         .my_thread-list {
  5.             .xf-my_threadList();
  6.         }
  7.     }
  8.     .pairs {
  9.         >dt {
  10.             color: @xf-my_threadList--color;
  11.         }
  12.         >dd {
  13.             font-size: @xf-fontSizeSmall;
  14.             min-width: 50px;
  15.             text-align: center;
  16.             align-items: center;
  17.             display: table-cell;
  18.         }
  19.     }
  20. }
  21.  
  22. .my_threads {
  23.     .pairs.pairs--justified {
  24.         display: block;
  25.     }
  26.     .pairs {
  27.         >dt {
  28.             &:after {
  29.                 content: none;
  30.             }
  31.         }
  32.     }
  33. }
  34.  
  35.  
  36. @media (max-width: @xf-responsiveMedium)
  37. {
  38.     .my_thread .pairs > dd
  39.     {
  40.         display: none;
  41.     }  
  42. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement