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
36
app/styles/views/_footer.scss
Normal file
36
app/styles/views/_footer.scss
Normal file
|
@ -0,0 +1,36 @@
|
|||
.footer {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
|
||||
width: 100%;
|
||||
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
|
||||
color: $gray-light;
|
||||
background-color: $gray-dark;
|
||||
text-align: center;
|
||||
|
||||
ul {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.list-inline > li:first-child {
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
li {
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
a {
|
||||
color: $gray-light;
|
||||
|
||||
&:hover, &:active, &:visited, &:focus {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue