open-nomad/ui/app/styles/components/inline-definitions.scss

34 lines
546 B
SCSS
Raw Normal View History

2017-09-19 14:47:10 +00:00
.inline-definitions {
.label {
text-transform: uppercase;
display: inline;
color: darken($grey-blue, 20%);
margin-right: 2rem;
font-size: inherit;
font-weight: $weight-semibold;
}
.pair {
margin-right: 2em;
white-space: nowrap;
2017-09-19 14:47:10 +00:00
.term {
font-weight: $weight-semibold;
margin-right: 0.5em;
}
&.is-faded {
color: darken($grey-blue, 20%);
}
.has-emphasis {
color: $text;
font-weight: $weight-semibold;
}
}
&.is-small {
font-size: $size-7;
}
2017-09-19 14:47:10 +00:00
}