website/styl/lib/_ntp.styl

23 lines
337 B
Stylus
Raw Normal View History

2021-03-05 18:37:43 +01:00
.js-plotly-plot {
margin-bottom: 10px;
2021-03-05 19:07:35 +01:00
}
.ntpBanner{
margin-top: 10px;
display: block;
width: 100%;
padding: 10px;
background-color: $back-color-3;
2021-03-05 22:31:15 +01:00
cursor: pointer;
2021-03-05 19:07:35 +01:00
}
.ntpContent{
2021-04-02 18:46:00 +02:00
width: 100%;
padding: 10px;
2021-03-05 19:07:35 +01:00
display: none;
background-color: $back-color-3;
}
.visible {
display: block;
2020-10-13 17:11:32 +02:00
}