Header cleanup
Signed-off-by: James Ketrenos <james_gitlab@ketrenos.com>
This commit is contained in:
parent
ae4022f657
commit
d547ba5182
13
src/App.css
13
src/App.css
@ -28,6 +28,18 @@ body {
|
||||
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
|
||||
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
|
||||
|
||||
.Logo {
|
||||
width: 52px;
|
||||
height: 52px;
|
||||
background-image: url(../frontend/icons-192.png);
|
||||
background-color: #252525;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
background-size: 50%;
|
||||
border-radius: 50%;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.Header {
|
||||
background-color: #252525;
|
||||
color: #ffffff;
|
||||
@ -145,7 +157,6 @@ a.Link {
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
background-image: url(../frontend/icons-512.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
}
|
||||
|
@ -29,7 +29,6 @@ class Header extends React.Component {
|
||||
return (
|
||||
<div className="Header">
|
||||
<Logo/>
|
||||
<div>Header</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user