mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
update splash screen
This commit is contained in:
parent
5cae13773a
commit
b71cf2e520
@ -309,6 +309,9 @@ class App extends React.Component {
|
||||
<div className="splash_label">
|
||||
<Icons.LoadingOutlined />
|
||||
</div>
|
||||
<div className="splash_footer">
|
||||
<img src={config.logo.ragestudio_full} />
|
||||
</div>
|
||||
</div>
|
||||
}
|
||||
}
|
||||
|
@ -272,6 +272,36 @@ html {
|
||||
margin: 0 !important;
|
||||
}
|
||||
}
|
||||
|
||||
.splash_footer {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
position: absolute;
|
||||
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
|
||||
margin: auto;
|
||||
width: fit-content;
|
||||
|
||||
height: 300px;
|
||||
|
||||
img {
|
||||
height: 40px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
h4 {
|
||||
font-family: "Space Grotesk", sans-serif;
|
||||
font-size: 0.8rem;
|
||||
font-weight: 400;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user