Guest User

Untitled

a guest
Oct 23rd, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. ## .sass file
  2.  
  3.  
  4. //@import partials/base;
  5. @import "compass/css3/linear-gradient";
  6. @import "optimized";
  7. @import "alerts";
  8. @import "loader";
  9. @import "login";
  10. @import "new_user_form";
  11. @import "buttons";
  12. @import "help_layer_RC";
  13.  
  14.  
  15. ...
  16.  
  17.  
  18. .resume_canvasBG
  19. :background-color #D4145A
  20. +linear-gradient(color-stops(#D4145A 5%, #E9006d 6%, #D4145A 20%, #E9006D),top)
  21. :width 200px
  22. :border solid 1px #D4145A
  23. :padding-top 15px
  24. a
  25. :color #fff
Add Comment
Please, Sign In to add comment