Skip to content

Commit

Permalink
chore: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
klemens-st committed Mar 16, 2023
1 parent 8469a9d commit c682889
Show file tree
Hide file tree
Showing 2 changed files with 3,496 additions and 2,026 deletions.
4 changes: 3 additions & 1 deletion gui-for-lcp/admin/assets/sass/admin.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@use "sass:math";

@import "mixins";

$main-theme-color: #007fff;
Expand Down Expand Up @@ -178,7 +180,7 @@ $main-bg-color: #f6f6f6;

$switch-width: 30px;
$switch-padding: 4px;
$switch-height: $switch-width / 2 + $switch-padding;
$switch-height: math.div($switch-width, 2) + $switch-padding;
$switch-sq-size: $switch-height - 2 * $switch-padding;

.gflcp-switch-block {
Expand Down
Loading

0 comments on commit c682889

Please sign in to comment.