1
0
Fork 0
mirror of synced 2024-10-05 20:53:27 +13:00
appwrite/public/styles/scopes/home.less
2020-02-11 13:55:57 +02:00

29 lines
No EOL
505 B
Text

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;
}
}