This repository has been archived on 2024-07-05. You can view files and clone it, but cannot push or open issues or pull requests.
PrivacyHex/assets/index.less

37 lines
496 B
Text

body {
margin: 0;
padding: 0;
height: 100vh;
background: var(--gradient);
}
main {
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 0.5rem;
}
.logo {
@size: 4rem;
display: flex;
flex-direction: row;
align-items: center;
.logo-text {
font-size: @size;
font-weight: 400;
font-family: "Ubuntu";
text-transform: uppercase;
}
.logo-hex {
font-size: @size;
user-select: none;
}
}