Advertisement
Konark

cmsmasters_row_columns_behavior

Sep 27th, 2017
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.43 KB | None | 0 0
  1. .post-password-form,
  2.     .header_top_inner,
  3.     .header_mid_inner,
  4.     .header_bot_inner,
  5.     .content_wrap,
  6.     .headline_inner,
  7.     .bottom_outer,
  8.     .footer_inner,
  9.     .cmsmasters_row_inner,
  10.     .cmsmasters_row_title_wrap {
  11.         width: @cont_width_full;
  12.     }
  13.    
  14.     .cmsmasters_column {
  15.         margin-bottom:20px;
  16.            
  17.         .cmsmasters_row_columns_behavior & {
  18.             margin-bottom:0;
  19.         }
  20.        
  21.         &.one_first,
  22.         &:last-child {
  23.             margin-bottom:0;
  24.         }
  25.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement