styling corpus example components in main view

This commit is contained in:
2020-02-03 06:35:52 +01:00
parent 599338a775
commit 0bc7ea0c4b
4 changed files with 31 additions and 4 deletions

View File

@@ -238,6 +238,18 @@
border: 1px @gray solid;
}
}
.comp-text {
margin-left: 0.5ch; // half width of '0'
}
.comp-role {
color: @red;
}
.comp-role-headword {
font-weight: bold;
}
}
}