uaw-wages-calculator/src/App.css

68 lines
1.1 KiB
CSS

.App {
/*text-align: center;*/
position:absolute;
height: 100%;
width: 100%;
background-color: #1e1e1e;
}
/*.App-Container {*/
/* background-color: #102445;*/
/*}*/
.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%;
}
/*@media (prefers-reduced-motion: no-preference) {*/
/* .App-logo {*/
/* animation: App-logo-spin infinite 20s linear;*/
/* }*/
/*}*/
/*.App-header {*/
/* background-color: #282c34;*/
/* min-height: 100vh;*/
/* display: flex;*/
/* flex-direction: column;*/
/* align-items: center;*/
/* justify-content: center;*/
/* font-size: calc(10px + 2vmin);*/
/* color: white;*/
/*}*/
.App-link {
color: #61dafb;
}
/*@keyframes App-logo-spin {*/
/* from {*/
/* transform: rotate(0deg);*/
/* }*/
/* to {*/
/* transform: rotate(360deg);*/
/* }*/
/*}*/