Advertisement
Guest User

Untitled

a guest
Aug 30th, 2015
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. // ----
  2. // libsass (v3.2.5)
  3. // ----
  4.  
  5. $border-width: .15em;
  6. $height: 2.8em;
  7.  
  8.  
  9. //** Calculations | Do not adjust **\\
  10. $line-height: $height - ($border-width * 2);
  11.  
  12. form { font-size: 1em; }
  13.  
  14. [data-vi-smartform-tag-wrap] {
  15. height: $height;
  16. border-width: $border-width;
  17. line-height: $line-height;
  18. }
  19.  
  20. [data-vi-smartform-select-button-wrap] {
  21. height: $height;
  22. width: $height;
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement