style-extra-bs4.css 368 B

123456789101112131415161718192021222324252627282930313233
  1. .container-fluid.test .col.one {
  2. background: gold;
  3. }
  4. .container-fluid.test .col.two {
  5. background: red;
  6. }
  7. .container.body .col-md-3 {
  8. }
  9. .nav.side-menu > li {
  10. width: 100%;
  11. }
  12. .nav.side-menu > li.active > a {
  13. z-index: 1;
  14. }
  15. .input-group {
  16. text-align: right;
  17. }
  18. .title_left {
  19. /*background: red;*/
  20. }
  21. .title_right {
  22. /*background: grey;*/
  23. }