================================================================================== */
.App {
- text-align: initial;
- }
-.table > thead > tr > th{
- background-color: rgb(41, 107, 250);
- text-align: center;
- outline-style: initial;
- border-bottom-width: thick;
- color: white;
- /*font-family: "Times New Roman", Times, serif;*/
-
+ text-align: initial;
+}
+
+.table > thead > tr > th {
+ background-color: rgb(41, 107, 250);
+ text-align: center;
+ outline-style: initial;
+ border-bottom-width: thick;
+ color: white;
+ /*font-family: "Times New Roman", Times, serif;*/
+}
+
+.table td {
+ text-align: center;
+ vertical-align: baseline;
}
.status-buttons {
background-color: #4CAF50;
}
-
.create-tab {
font-weight: bold;
font-size: 17px;
}
-
.upload-pl-form {
font-size: 15px;
font-weight: bold;
display: flex;
justify-content: flex-end;
}
+
.App-logo {
- height: 40vmin;
- pointer-events: none;
- }
+ height: 40vmin;
+ pointer-events: none;
+}
- @media (prefers-reduced-motion: no-preference) {
- .App-logo {
- animation: App-logo-spin infinite 20s linear;
- }
+@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-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;
+}
- .App-link {
- color: #61dafb;
+@keyframes App-logo-spin {
+ from {
+ transform: rotate(0deg);
}
-
- @keyframes App-logo-spin {
- from {
- transform: rotate(0deg);
- }
- to {
- transform: rotate(360deg);
- }
- }
\ No newline at end of file
+ to {
+ transform: rotate(360deg);
+ }
+}
\ No newline at end of file