Added new updates acording to log.

This commit is contained in:
2024-02-13 15:19:22 +01:00
parent 0735ba4f5a
commit 42a3f773a9
7 changed files with 144 additions and 27 deletions

View File

@@ -55,11 +55,11 @@ label {
}
table {
table-layout: fixed;
table-layout: auto;
}
th {
width: 300px;
max-width: 300px;
padding: 10px 0 10px;
background-color: #cccccc;
text-align: center;
@@ -69,7 +69,7 @@ th {
}
td {
width: 300px;
max-width: 300px;
padding: 10px 0 10px;
text-align: center;
border-right: solid 1px #bbbbbb;
@@ -81,7 +81,7 @@ td {
color: #F44336;
position: relative;
min-height: 18px;
font-size: 12px;
font-size: 1.1rem;
}
@media only screen and (min-width: 993px) {
@@ -89,3 +89,24 @@ td {
width: 60%;
}
}
.input-field .helper-text {
font-size: 1.1rem;
}
.input-field > label:not(.label-icon).active {
-webkit-transform: translateY(-14px);
transform: translateY(-14px);
}
.file-field .file-path-wrapper {
height: 75px;
}
#advanced-tree-expand {
color: rgba(0, 0, 0, 0.87);
}
.wider-container {
width: 80%;
}