Guest User

Untitled

a guest
Sep 26th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. // main.less
  2.  
  3. @import "bootstrap";
  4.  
  5. #main-slider {
  6. .carousel-control {
  7. top: 70%;
  8. left: 5%;
  9. right: auto;
  10.  
  11. }
  12.  
  13. .carousel-control.right {
  14. left: auto;
  15. right: 5%;
  16. }
  17.  
  18. .btn-group {
  19. padding: 10px 5px;
  20. }
  21.  
  22. .item img {
  23. width: 100%;
  24. }
  25. }
Add Comment
Please, Sign In to add comment