style-med.less 366 B

1234567891011121314151617181920212223242526272829303132333435
  1. #menu{
  2. display: none;
  3. box-shadow: none;
  4. }
  5. #main, #main-header{
  6. padding-left:0;
  7. }
  8. #menu-button{
  9. cursor: pointer;
  10. display: inline-block;
  11. max-height: 100%;
  12. }
  13. #buttons{
  14. left:0;
  15. button{
  16. width:60px;
  17. height:60px;
  18. }
  19. }
  20. .row{
  21. >.col {
  22. width:100%;
  23. float:left;
  24. }
  25. &.col-lg-1>.col, &.col-lg-2>.col, &.col-lg-3>.col, &.col-lg-4>.col{
  26. width: 100%;
  27. }
  28. }