You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asciinema.org/app/assets/stylesheets/footer.css.scss

40 lines
689 B
SCSS

footer {
font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
font-weight: 300;
letter-spacing: 0;
font-size: 15px;
line-height: 1.4;
font-weight: 400;
border-top: 1px solid #444;
color: #AAA;
clear: both;
display: block;
overflow: hidden;
margin: 0;
padding: 15px 10px;
position: relative;
text-align: right;
vertical-align: middle;
background-color: black;
p {
font-size: 14px;
margin: 0;
padding: 0;
height: 50px;
line-height: 50px;
}
a + a {
padding-left: 10px;
}
img.avatar {
border-radius: 50%;
box-shadow: 0 0 0 2px white;
vertical-align: middle;
margin-left: 20px;
width: 48px;
}
}