1
0
Fork 0
mirror of synced 2024-07-05 14:40:42 +12:00
appwrite/public/styles/comps/footer.less

41 lines
590 B
Plaintext
Raw Normal View History

2019-05-09 18:54:39 +12:00
body > footer {
2020-02-11 06:04:57 +13:00
color: var(--config-color-fade);
2019-05-09 18:54:39 +12:00
line-height: 40px;
margin: 0 -50px;
padding: 12px 50px;
font-size: 13px;
width: 100%;
background: #f1f1f1;
position: relative;
.clear;
.margin-top-xl;
.logo {
img {
height: 22px;
padding-top: 12px;
}
}
a {
2020-02-11 09:53:31 +13:00
color: var(--config-color-fade);
2019-12-18 23:24:54 +13:00
font-size: 13px;
2019-05-09 18:54:39 +12:00
&:hover {
2020-02-11 09:53:31 +13:00
border-bottom-color: var(--config-color-fade);
2019-05-09 18:54:39 +12:00
}
}
ul {
.clear;
li {
2019-12-18 23:24:54 +13:00
font-size: 13px;
2019-05-09 18:54:39 +12:00
.pull-start;
.margin-end;
}
}
.copyright {
.func-padding-start(2px);
}
}