blob: 6be37fa3766c2c6690f7cc659a11c815507769f8 [file] [log] [blame]
.body-sk graph-title-sk {
#container {
color: var(--primary);
display: flex;
flex-wrap: wrap;
}
.column {
flex: 0 0 auto;
display: inline-block;
margin-right: 10px;
margin-bottom: 10px;
min-width: 75px;
}
.param {
font-size: 0.8em;
text-align: left;
}
.value {
font-size: 1.4em;
font-weight: bold;
}
.showMore {
text-decoration: underline;
align-self: center;
cursor: pointer;
}
}