cryogen-bootstrap/resources/templates/themes/bootstrap4/css/custom.css

38 lines
362 B
CSS
Raw Normal View History

2020-02-16 13:48:27 +00:00
.img_float li {
padding-top: 8px;
clear: both;
}
.img_float img {
float:left;
margin-right: 5px;
}
.btn_inactive {
padding-left: 20px;
padding-top: 15px;
padding-bottom: 7px;
}
html, body {
height: 100%;
}
.page {
height: auto;
min-height: 100%;
}
.below-nav {
2020-02-22 12:38:41 +00:00
margin-top: 0px;
2020-02-16 13:48:27 +00:00
}
.carousel-adjust {
2020-02-19 16:53:35 +00:00
margin-top: 0px;
2020-02-16 13:48:27 +00:00
}
2020-02-19 16:53:35 +00:00
.fa {
color: white;
}