dashboard-bigbikes-details.component.scss 347 B

1234567891011121314151617181920212223
  1. .point{
  2. cursor:pointer;
  3. }
  4. .box_left{
  5. width:100%!important;
  6. }
  7. .bigbike_imgs{
  8. width: 28%;
  9. float: left;
  10. }
  11. .bigbike_title{
  12. font-size: 16px!important;
  13. font-weight: bold;
  14. vertical-align: middle;
  15. padding-left: 50px!important;
  16. padding-top: 5%;
  17. }
  18. .ass_wid{
  19. width: 20%;
  20. }
  21. a.nav-link {
  22. color: #00AFD7!important;
  23. }