uaw-wages-calculator/src/App.css

36 lines
501 B
CSS

.App {
position:absolute;
height: 100%;
width: 100%;
background-color: #1e1e1e;
}
.App-logo {
height: 10em;
pointer-events: none;
border-radius: 50%;
left: -2em;
top: -2em;
position: relative;
display: inline-block;
filter: drop-shadow(10px 10px 5px black);
}
.title {
font-size: 3em;
font-weight: bold;
top: -1.5em;
margin-left: auto;
right:0;
position: relative;
display: inline;
}
.MuiButtonBase-root {
flex-basis: 50%;
}
.App-link {
color: #61dafb;
}