Files
old-roraccounting/client/src/App.css

48 lines
621 B
CSS
Raw Normal View History

2019-06-20 20:48:19 +02:00
.App {
text-align: center;
}
.App-logo {
animation: App-logo-spin infinite 20s linear;
height: 40vmin;
pointer-events: none;
}
.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);
}
}
2019-06-23 19:38:26 +02:00
#root, .main-tab {
height: 100%;
width: 100%;
}
2019-06-23 20:23:35 +02:00
.sidenav-overlay {
z-index: 996;
2019-06-23 19:38:26 +02:00
}
2020-09-04 06:02:33 +03:00
.mr-10 {
margin-right: 100px;
}