mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-24 17:28:11 +08:00
initial commit
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
.heroContainer {
|
||||
width: 100%;
|
||||
height: 95vh;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.hero {
|
||||
font-size: 48;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.subHero {
|
||||
font-size: 18;
|
||||
max-width: 600;
|
||||
text-align: "center";
|
||||
}
|
||||
|
||||
.primaryButton {
|
||||
border: 1px solid black;
|
||||
padding: 10px 15px;
|
||||
background: none;
|
||||
cursor: pointer;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.or {
|
||||
margin: 20px;
|
||||
font-family: Georgia;
|
||||
font-style: italic;
|
||||
}
|
||||
Reference in New Issue
Block a user