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