22 lines
No EOL
341 B
SCSS
22 lines
No EOL
341 B
SCSS
.js-plotly-plot {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.ntpBanner{
|
|
margin-top: 10px;
|
|
display: block;
|
|
width: 100%;
|
|
padding: 10px;
|
|
background-color: $back-color-3;
|
|
}
|
|
|
|
.ntpContent{
|
|
padding: 20px;
|
|
display: none;
|
|
background-color: $back-color-3;
|
|
transition: max-height 0.2s ease-out;
|
|
}
|
|
|
|
.visible {
|
|
display: block;
|
|
} |