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

33 lines
550 B
Plaintext
Raw Normal View History

2019-08-24 09:56:45 +12:00
html.home {
body {
2019-08-25 07:08:09 +12:00
padding: 0 50px;
2020-02-12 00:55:57 +13:00
color: var(--config-color-normal)
2019-08-24 09:56:45 +12:00
}
2020-02-10 10:37:28 +13:00
.logo {
a {
display: block;
border-bottom: none;
&:hover {
opacity: .8;
border-bottom: none;
}
}
img {
max-height: 35px;
2020-02-12 00:55:57 +13:00
width: 198px;
margin: 45px auto 25px auto;
2020-02-10 10:37:28 +13:00
}
2019-08-08 18:11:47 +12:00
}
footer {
background: transparent;
text-align: center;
}
2020-02-29 21:08:07 +13:00
main {
min-height: 400px;
}
2019-08-08 18:11:47 +12:00
}