1
0
Fork 0
firefox/browser/components/pocket/content/panels/css/styleguide.scss
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

28 lines
396 B
SCSS

#stp_style_guide {
#dark_mode_toggle {
text-align: end;
}
border: 1px solid #ddd;
margin: 20px auto;
padding: 20px;
width: 260px;
@include theme_dark {
background: #42414c;
}
.stp_superheader {
margin: 0;
}
.stp_styleguide_h4 {
border-bottom: 1px solid #ccc;
margin: 20px 0;
}
.stp_styleguide_h5 {
font-size: 10px;
margin: 10px 0;
}
}