index.css 301 B

12345678910111213141516171819202122
  1. @import url("../static/css/bootstrap.min.css");
  2. html,body {
  3. background: #fff;
  4. }
  5. .wrapper {
  6. width:auto;
  7. }
  8. .table {
  9. font-size: 14px;
  10. }
  11. .mod-inputs {
  12. padding: 20px;
  13. background-color: #f5f5f5;
  14. border-radius: 6px;
  15. border: 1px solid #eee;
  16. }
  17. .x-res-item {
  18. margin: 5px 0;
  19. }