Refs #80 -- Moved static files to a top-level directory

This commit is contained in:
Raphael Michel
2015-07-20 11:19:43 +02:00
parent cd9c048458
commit 8732e92cde
266 changed files with 14 additions and 12 deletions
+44
View File
@@ -0,0 +1,44 @@
@import "../../bootstrap/less/bootstrap.less";
@import "../../fontawesome/less/font-awesome.less";
@fa-font-path: "../../fontawesome/fonts";
@brand-primary: #8E44B3;
@import "event.less";
@import "forms.less";
footer {
text-align: center;
padding: 10px 0;
font-size: 11px;
}
.page-header {
position: relative;
padding-bottom: 9px;
h1 {
margin: 0;
}
.loginbox {
padding-top: 15px;
}
}
.js-only {
display: none;
}
.locales {
display: inline;
a {
text-decoration: none;
}
img {
vertical-align: baseline;
}
}
.huge {
font-size: 40px;
}
a:hover .panel-primary > .panel-heading {
background-color: darken(@btn-primary-bg, 10%);
border-color: darken(@btn-primary-border, 12%);
}