gentelella/build/css/style-extra-bs4.css

33 lines
368 B
CSS
Raw Normal View History

2018-09-17 13:39:00 +00:00
.container-fluid.test .col.one {
background: gold;
}
2018-09-17 13:39:00 +00:00
.container-fluid.test .col.two {
background: red;
}
2018-09-17 13:39:00 +00:00
.container.body .col-md-3 {
}
2018-09-17 13:39:00 +00:00
2018-09-17 14:36:32 +00:00
.nav.side-menu > li {
width: 100%;
}
2018-09-17 14:36:32 +00:00
.nav.side-menu > li.active > a {
z-index: 1;
}
2018-09-17 14:36:32 +00:00
.input-group {
text-align: right;
}
2018-09-17 14:36:32 +00:00
.title_left {
/*background: red;*/
}
.title_right {
/*background: grey;*/
}