website/scss/_ntp.scss

22 lines
341 B
SCSS
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;
}
.ntpContent{
padding: 20px;
display: none;
background-color: $back-color-3;
transition: max-height 0.2s ease-out;
}
.visible {
display: block;
2020-10-13 17:11:32 +02:00
}