clarion/lib/initfest/assets/stylesheets/initfest/application.scss
2015-10-21 23:19:53 +03:00

85 lines
1.4 KiB
SCSS

@import "font-awesome-sprockets";
@import "font-awesome";
@import 'bootstrap/variables';
@import 'bootstrap/mixins';
@import 'bootstrap/grid';
@import 'bootstrap/utilities';
@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;
}
strong {
font-weight: 600;
}
span.radio {
label {
width: auto;
}
}
span.radio + span.radio {
label {
padding-left: 15px;
}
}
label.check_boxes {
height: 3em;
}
@media all and (max-width: 600px) {
.input label, .input input, .input span, .input .hint, .help-block, .input .error {
float: none;
display: block;
margin: 0;
}
span.radio, span.checkbox {
padding-top: 0.4em;
label {
display: inline;
padding-left: 0;
input {
display: inline-block;
margin-right: 0.5em;
}
}
}
span.radio + span.radio {
label {
padding-left: 0;
}
}
}