Skip to content
Snippets Groups Projects

Template

1 file
+ 5
1
Compare changes
  • Side-by-side
  • Inline
@@ -18,6 +18,7 @@ nshmp-template-control-panel form {
width: $side-panel-width;
z-index: 10;
background-color: mat.m2-get-color-from-palette($nshmp-accent);
box-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
}
.form-buttons.full-width {
@@ -37,5 +38,8 @@ nshmp-template-control-panel form {
}
body.dark-mode .form-buttons {
background-color: #282828;
background-color: darken(
mat.m2-get-color-from-palette($nshmp-accent, 800),
7
);
}
Loading