32 lines
529 B
SCSS
32 lines
529 B
SCSS
@import "font-awesome-sprockets";
|
|
@import "font-awesome";
|
|
|
|
@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;
|
|
}
|