editing example texts now as I see it could look like.

This commit is contained in:
2020-01-25 21:33:22 +01:00
parent 98cce79b79
commit 4fb17bb2fc
6 changed files with 114 additions and 15 deletions

View File

@@ -206,6 +206,33 @@
margin-top: 0.3em;
}
.example-component {
.example-component-button {
padding-left: 0.3em;
padding-right: 0.3em;
cursor: pointer;
._hoverable();
}
.example-component-headword {
color: @navy;
}
.example-component-collocate {
color: @teal;
}
.example-component-other {
color: @olive;
}
.example-component-none {
color: @gray;
}
}
// if modal on full screen, it gets too small
@media (min-width: 60em) {
.modal > article {