add footer and header placeholders

This commit is contained in:
Arvind Tiwari 2018-03-27 21:04:44 +05:30
commit e7d7cf67b2
6 changed files with 90 additions and 61 deletions

View file

@ -84,8 +84,24 @@ a.list-group-item-danger.active:focus {
}
}
.navbar .dcl-link {
display: block;
padding: 15px;
color: #777;
}
.navbar .dcl-link:focus,
.navbar .dcl-link:active,
.navbar .dcl-link:hover {
text-decoration: none;
}
.navbar .dropdown-menu .dcl-link {
padding: 1px 10px;
}
p.copyright {
margin: 15px 0 0;
margin: 15px 0;
}
footer {
@ -95,4 +111,23 @@ footer {
footer a {
color: #777;
}
footer .dcl-link-separator {
position: relative;
padding-left: 10px;
}
footer .dcl-link-separator::before {
content: "";
position: absolute;
display: inline-block;
top: 9px;
bottom: 0;
left: -2px;
right: 0;
width: 2px;
height: 2px;
border-radius: 100%;
background: #777;
}