website/styl/lib/_ntp.styl

23 lines
337 B
Stylus

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