website/scss/_ntp.scss
2021-03-05 20:25:17 +01:00

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;
}