Add collection and new vocab + mess with repository

This commit is contained in:
2024-11-04 17:16:16 +01:00
parent f8e470b096
commit 0a41ff4a7b
28 changed files with 2599 additions and 38 deletions

View File

@@ -1,6 +1,6 @@
@import url('../vendor/bulma/css/bulma.min.css');
@import url('../fonts/stylesheet.css');
@import url('../fontawesome-free-6.6.0-web/css/all.min.css');
@import url('../vendor/bulma/css/bulma.min.css');
:root {
--arcoa-blue: rgba(66,135,199,0.98);
@@ -15,13 +15,11 @@ body {
min-height: 100vh;
overflow-y: auto;
}
#vocabs a {
#vocabs a,
#records a {
color: #fff;
}
/* For dev only*/
.sf-toolbar-clearer {
display: none !important;
}
.table.record td,
.table.record th {
@@ -29,5 +27,13 @@ body {
}
.table.record th {
min-width: 220px;
min-width: 240px;
}
.table td {
vertical-align: middle;
}
.results tr > th {
text-align: center !important;
}