Add collection and new vocab + mess with repository
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user