cartodb-4.42/app/assets/stylesheets/old_common/footer.css.scss
2024-04-06 05:25:13 +00:00

27 lines
431 B
SCSS

/*
* Footer of CartoDB
*/
footer {
display:block;
width:100%;
height:16px;
padding:40px 0;
background:white;
border-top:1px solid #E5E5E5;
nav a {
vertical-align:top;
font-size:13px;
margin-right:22px;
}
p {
width:279px;
font-size:13px;
color:#999999;
text-align: right;
a {color:#999999; &:hover {color:rgb(150,191,81)}}
}
}