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); } }
|
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
|
||||||
@keyframes spin { 100% { -webkit-transform: rotate(360deg); 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 {
|
.Header {
|
||||||
background-color: #252525;
|
background-color: #252525;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
@ -145,7 +157,6 @@ a.Link {
|
|||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
background-image: url(../frontend/icons-512.png);
|
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
}
|
}
|
||||||
|
@ -29,7 +29,6 @@ class Header extends React.Component {
|
|||||||
return (
|
return (
|
||||||
<div className="Header">
|
<div className="Header">
|
||||||
<Logo/>
|
<Logo/>
|
||||||
<div>Header</div>
|
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user