feat(translations): bug fixes, more 7.0 support

This commit is contained in:
David Ralph
2022-06-04 11:58:01 +01:00
parent 80723cbed1
commit f413f4e31c
23 changed files with 296 additions and 71 deletions

View File

@@ -55,11 +55,13 @@
align-content: space-between !important;
flex-wrap: wrap !important;
flex-direction: row !important;
button:not(:first-child) {
width: 40% !important;
height: 99px !important;
flex-flow: column-reverse !important;
}
button {
@include modal-button(standard);
}
@@ -74,21 +76,24 @@ table {
padding: 1rem;
}
}
tr {
th:last-child {
display: grid;
place-items: center;
}
}
::placeholder {
color: t($subColor);
}
tr:not(:first-child) {
background: t($modal-sidebar);
textarea {
width: 90%;
margin: 10px;
color: t($color);
::placeholder {
color: t($color);
}
}
}
}