Guest User

Untitled

a guest
Feb 14th, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. .main-class{
  2. .page-title-wrapper{
  3. width: calc( 100% - 45px );
  4. }
  5. }
  6.  
  7. .main-class .page-title-wrapper{
  8. width: calc( 100% - 45px );
  9. }
  10.  
  11. .main-class .page-title-wrapper{
  12. width: calc( 55%);
  13. }
  14.  
  15. .main-class{
  16. .page-title-wrapper{
  17. width: calc(~"100% - 45px");
  18. }
  19. }
Add Comment
Please, Sign In to add comment