hypnagaga/src/docs/docs-components/ThemeBuilder/NewTheme/styles.module.scss
2024-11-28 14:07:14 +00:00

17 lines
295 B
SCSS

.newtheme {
position: sticky;
top: 10px;
p {
font-size: 14px;
line-height: 18px;
color: #666;
}
pre {
box-shadow:
0 10px 20px rgba(0, 0, 0, 0.19),
0 6px 6px rgba(0, 0, 0, 0.23) !important;
border: 0 !important;
padding: 1em 1.5em !important;
}
}