1
0
Fork 0
mirror of synced 2024-07-03 13:41:01 +12:00
appwrite/public/styles/scopes/home.less
2020-02-11 13:55:57 +02:00

29 lines
505 B
Plaintext

html.home {
body {
padding: 0 50px;
color: var(--config-color-normal)
}
.logo {
a {
display: block;
border-bottom: none;
&:hover {
opacity: .8;
border-bottom: none;
}
}
img {
max-height: 35px;
width: 198px;
margin: 45px auto 25px auto;
}
}
footer {
background: transparent;
text-align: center;
}
}