mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-15 02:54:07 +00:00
format scss files
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
@import '../variables.scss';
|
||||
|
||||
.#{$ns}-dark .splitter-layout > .layout-splitter {
|
||||
.#{$ns}-dark .splitter-layout > .layout-splitter {
|
||||
// make layout splitter match app color scheme
|
||||
background-color: $pt-dark-app-background-color;
|
||||
}
|
||||
|
||||
@@ -24,13 +24,13 @@
|
||||
// add "BETA" watermark
|
||||
|
||||
.pb-beta .ace_scroller::after {
|
||||
content: "";
|
||||
background: url("./images/beta.svg");
|
||||
content: '';
|
||||
background: url('./images/beta.svg');
|
||||
opacity: 1;
|
||||
top: 0;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
position: absolute;
|
||||
pointer-events: none
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user