Skip to content

Commit

Permalink
Merge branch 'feat/v2.0.0' into docs/popular-issues-file-generator
Browse files Browse the repository at this point in the history
  • Loading branch information
davidberenstein1957 authored Jun 10, 2024
2 parents 830d7a1 + 9dfccae commit 0e6b0ac
Show file tree
Hide file tree
Showing 27 changed files with 144 additions and 1,770 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,16 +108,6 @@
margin: 0 auto;
padding: 4em;
}
%collapsable-if-metrics {
padding-right: calc($sidebarMenuWidth + 56px);
transition: padding 0.25s linear 0.2s;
.--metrics & {
@include media(">desktop") {
padding-right: calc($sidebarWidth + 25px);
transition: padding 0.25s linear;
}
}
}

%clear {
@include font-size(13px);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -202,12 +202,7 @@ $swift-linear-timing-function: linear !default;
$swift-linear: all $swift-linear-duration $swift-linear-timing-function !default;

// topbar
$topbarHeight: 56px;

// sidebar
$sidebarPanelWidth: 280px;
$sidebarMenuWidth: 70px;
$sidebarWidth: $sidebarPanelWidth + $sidebarMenuWidth;
$topbarHeight: $base-space * 7;

// record
$record-reference-border-color: palette(apricot, dark);
Expand Down

This file was deleted.

Loading

0 comments on commit 0e6b0ac

Please sign in to comment.