[mod] oscar: move compiled files to the src directory

This commit is contained in:
Alexandre Flament
2021-03-10 15:03:18 +01:00
parent eda3b513ac
commit c7133efb12
35 changed files with 12 additions and 12 deletions
@@ -0,0 +1,30 @@
// Sticky footer styles
*{
border-radius: 0 !important;
}
html {
position: relative;
min-height: 100%;
color: @black;
}
body {
/* Margin bottom by footer height */
font-family: 'Roboto', Helvetica, Arial, sans-serif;
margin-bottom: 80px;
background-color: white;
a{
color: @blue;
}
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
/* Set the fixed height of the footer here */
height: 60px;
text-align: center;
color: #999;
}