Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
reformatting per prettier
  • Loading branch information
bmuenzenmeyer committed Jan 2, 2024
commit b67375faa5fc2696abf06dd21ae7e6b355e1c9cc
2 changes: 1 addition & 1 deletion components/Common/MetaBar/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
border-l-neutral-200
px-4
py-6
dark:border-l-neutral-900
md:max-w-xs
lg:px-6
xs:mt-8
xs:w-full
xs:border-l-0
xs:border-t
xs:border-t-neutral-200
dark:border-l-neutral-900
xs:dark:border-t-neutral-900;

dt {
Expand Down
6 changes: 3 additions & 3 deletions components/Common/ProgressionSidebar/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
bg-white
px-4
py-6
dark:border-neutral-900
dark:bg-neutral-950
md:max-w-xs
lg:px-6
xs:w-full
xs:border-r-0;
xs:border-r-0
dark:border-neutral-900
dark:bg-neutral-950;

> section {
@apply flex
Expand Down
6 changes: 3 additions & 3 deletions components/Common/Sidebar/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
bg-white
px-4
py-6
dark:border-r-neutral-900
dark:bg-neutral-950
md:max-w-xs
lg:px-6
xs:w-full
xs:border-r-0;
xs:border-r-0
dark:border-r-neutral-900
dark:bg-neutral-950;

> section {
@apply flex
Expand Down
4 changes: 2 additions & 2 deletions components/Containers/Footer/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
border-neutral-200
px-8
py-4
dark:border-neutral-900
md:flex-row
md:justify-between
md:py-5;
md:py-5
dark:border-neutral-900;

.sectionPrimary {
@apply flex
Expand Down
16 changes: 8 additions & 8 deletions components/Containers/NavBar/index.module.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
.container {
@apply border-neutral-200
dark:border-neutral-900
md:flex
md:h-16
md:flex-row
md:items-center
md:gap-8
md:border-b
md:px-8;
md:px-8
dark:border-neutral-900;
}

.nodeIconAndMobileItemsToggler {
Expand All @@ -18,12 +18,12 @@
border-b
border-neutral-200
px-4
dark:border-neutral-900
md:flex
md:h-full
md:items-center
md:border-0
md:px-0;
md:px-0
dark:border-neutral-900;
}

.nodeIconWrapper {
Expand Down Expand Up @@ -71,11 +71,11 @@
border-b
border-neutral-200
p-4
dark:border-neutral-900
md:flex-1
md:flex-row
md:border-0
md:p-0;
md:p-0
dark:border-neutral-900;
}

.actionsWrapper {
Expand All @@ -85,9 +85,9 @@
border-b
border-neutral-200
p-4
dark:border-neutral-900
md:border-0
md:p-0;
md:p-0
dark:border-neutral-900;
}

.ghIconWrapper {
Expand Down
4 changes: 2 additions & 2 deletions components/Downloads/ChangelogModal/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
bg-white
p-8
focus:outline-none
dark:bg-neutral-950
sm:mt-20
sm:p-12
lg:w-2/3
xl:w-1/2;
xl:w-1/2
dark:bg-neutral-950;
}

.close {
Expand Down
2 changes: 1 addition & 1 deletion layouts/New/layouts.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
bg-gradient-subtle
p-12
grid-in-[main]
dark:bg-gradient-subtle-dark
xl:px-18
xs:bg-none
xs:p-4
dark:bg-gradient-subtle-dark
xs:dark:bg-none;
}

Expand Down
6 changes: 3 additions & 3 deletions styles/new/markdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,10 @@
px-4
py-2
text-neutral-900
dark:border-neutral-800
dark:text-white
xs:block
xs:border-l-0;
xs:border-l-0
dark:border-neutral-800
dark:text-white;

> a {
@apply pr-2;
Expand Down