bullframe.css
Version:
Solid, fluid, IE-friendly Sass (SCSS) framework
131 lines (110 loc) • 2.1 kB
CSS
/* just for a nicer demo */
.test .bf-row {
margin-bottom: 20px;
margin-bottom: 2rem;
}
.test [class^="bf-col"] {
margin-bottom: 10px;
margin-bottom: 1rem;
}
@media (max-width: 575px) {
.test header {
margin-bottom: 1rem;
}
}
.test header h1 {
margin-top: 10px;
margin-top: 1rem;
margin-bottom: 0;
}
.test header h1 span {
color: #f95c1f
}
@media (min-width: 600px) {
.test header h1 {
font-size: 55px;
font-size: 5.5rem;
}
}
@media (min-width: 1000px) {
.test header h1 {
font-size: 70px;
font-size: 7rem;
}
}
.test .description {
max-width: 800px;
max-width: 80rem;
margin-left: auto;
margin-right: auto;
}
.test header a {
margin-right: 10px;
margin-right: 1rem;
}
@media (min-width: 600px) {
.test .h2--section {
font-size: 40px;
font-size: 4rem;
}
}
.test .h2--section {
padding-top: 20px;
padding-bottom: 2rem;
text-transform: uppercase;
}
.test legend {
padding-bottom: 10px;
padding-bottom: 1rem;
}
.test button,
.test .bf-btn,
.test .input-image,
.test input,
.test select,
.test textarea {
margin-bottom: 20px;
margin-bottom: 2rem;
}
.test [type="image"],
.test [type="checkbox"],
.test [type="radio"] {
margin-bottom: 0;
}
.test .grid .col-wrapper {
background-color: #888;
height: 60px;
height: 6rem;
line-height: 60px;
line-height: 6rem;
overflow-y: hidden;
color: #fff;
font-size: 80%;
text-align: center;
-webkit-border-radius: 3px;
border-radius: 3px;
font-weight: 700;
}
.test .grid .bf-row:nth-child(odd) .col-wrapper {
background-color: #ccc;
color: #000;
}
@media (max-width: 767px) {
.test .grid .bf-row {
margin-bottom: 0;
}
.test .grid [class*="bf-col-"] {
margin-bottom: 20px;
margin-bottom: 2rem;
}
}
.test .back-to-top {
text-align: center;
display: block;
margin: 60px 0 120px 0;
margin: 6rem 0 12rem 0;
}
.test .back-to-top a i {
vertical-align: middle;
font-style: normal;
}