Skip to content

Commit

Permalink
Sanctum for Obsidian v0.15.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jdanielmourao committed Jul 18, 2022
1 parent f72c3ef commit 06803c3
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions build/Sanctum.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions obsidian.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions scss/components/_slider.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,17 @@ input[type="range" i] {
content: "min";
display: block;
font-size: var(--font-scale-000);
margin: auto;
padding-right: 8px;
padding-top: 0.5px;
}

&:after {
pointer-events: none;
content: "max";
display: block;
font-size: var(--font-scale-000);
margin: auto;
padding-left: 8px;
padding-top: 0.5px;
}
}

Expand Down
4 changes: 2 additions & 2 deletions scss/components/_toggles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
width: 20px;
height: 20px;
margin: 0;
inset: 2px 0 0 -1px;
inset: 2px 0 0 -0.5px;
border-radius: 50%;
transition: transform var(--duration-fast-1) var(--motion-standard-expressive),
left var(--duration-fast-1) var(--motion-standard-expressive),
Expand All @@ -43,7 +43,7 @@
}

.checkbox-container.is-enabled:after {
transform: translateX(1.65rem); // distance travelled
transform: translateX(1.875em); // distance travelled
width: 20px;
transition: transform var(--duration-fast-1) var(--motion-standard-expressive)

Expand Down

0 comments on commit 06803c3

Please sign in to comment.