sc-portal/app/src/app/machines/machine-info/machine-info.component.scss
Dragos 069afd02b1 TRIX-26 affinity rule editor
also renamed all occurrences of "instance" to "machine" because there were many inconsistencies
2021-06-01 10:55:41 +03:00

42 lines
490 B
SCSS

@import "../../../styles/_variables.scss";
.list-group-item
{
background: none;
span
{
display: inline-block;
position: relative;
&:after
{
content: '.';
color: $table-header-color;
}
}
b, .strong
{
color: #ff9c07;
font-weight: bold;
}
.highlight
{
color: rgba(#ff9c07, .75);
}
+ .dropdown-header
{
margin-top: .5rem;
}
}
.dropdown-header
{
opacity: 1;
color: $table-header-color;
padding: .5rem 0 0;
}