Guest User

Untitled

a guest
Jun 25th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. app-bar-chart {
  2. .bar {
  3. fill: steelblue;
  4. }
  5.  
  6. .bar:hover {
  7. fill: brown;
  8. }
  9.  
  10. .axis--x path {
  11. display: none;
  12. }
  13. }
Add Comment
Please, Sign In to add comment