website/scss/_ntp.scss
2021-03-05 22:35:39 +01:00

22 lines
No EOL
320 B
SCSS

.js-plotly-plot {
margin-bottom: 10px;
}
.ntpBanner{
margin-top: 10px;
display: block;
width: 100%;
padding: 10px;
background-color: $back-color-3;
cursor: pointer;
}
.ntpContent{
padding: 20px;
display: none;
background-color: $back-color-3;
}
.visible {
display: block;
}