2015-09-12 13:48:41 +03:00

49 lines
838 B
SCSS

@import "font-awesome-sprockets";
@import "font-awesome";
@import 'bootstrap/variables';
@import 'bootstrap/mixins';
@import 'bootstrap/grid';
@import 'initfest/styles';
@import 'initfest/forms';
@import 'initfest/flash_messages';
nav { background-image: image-url('initfest/navbg.jpg'); }
html {
position: relative;
min-height: 100%;
}
body {
/* Margin bottom by footer height */
margin-bottom: 120px;
}
footer {
position: absolute;
bottom: 0;
width: 100%;
/* Set the fixed height of the footer here */
height: 120px;
background-color: white;
}
.my_submissions {
font-size: 1.7em;
}
@media all and (max-width: 600px) {
.input label, .input input, .input span, .input .hint, .help-block, .input .error {
float: none;
display: block;
margin: 0;
}
}
strong {
font-weight: 600;
}