Poprawki wyglądu; cleanup kodu

This commit is contained in:
2022-09-22 13:59:19 +02:00
parent 8eb0266874
commit 0f19bc767a
11 changed files with 432 additions and 428 deletions
@@ -261,25 +261,7 @@ export default defineComponent({
}
}
.card {
&_btn {
button {
display: flex;
align-items: center;
padding: 0.5em 1em;
border-radius: 0.75em 0.75em 0 0;
font-weight: bold;
}
img {
width: 1.3em;
margin-right: 0.25em;
}
}
&_content {
display: grid;
grid-template-rows: 70px 1fr 100px 50px auto;
+2 -2
View File
@@ -332,7 +332,7 @@ table {
}
thead tr {
background-color: $primaryCol;
background-color: $bgCol;
}
thead th {
@@ -342,7 +342,7 @@ table {
min-width: 75px;
padding: 0.5em;
background-color: $primaryCol;
background-color: $bgCol;
white-space: pre-wrap;
cursor: pointer;