Footer for frontend and report errors link.
This commit is contained in:
parent
124f330895
commit
fa2a047370
10 changed files with 128 additions and 14 deletions
|
@ -44,3 +44,31 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.wrapper {
|
||||
position: relative;
|
||||
|
||||
padding: {
|
||||
top: 72px;
|
||||
bottom: 30px;
|
||||
}
|
||||
|
||||
min-height: 100%;
|
||||
height: auto !important;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.main {
|
||||
padding-bottom: 30px;
|
||||
|
||||
a[target="_blank"]:after {
|
||||
@extend .fa;
|
||||
content: "\f08e";
|
||||
vertical-align: 0.3em;
|
||||
font-size: 0.8em;
|
||||
margin-left: 0.1em;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue