Skip to content

Commit

Permalink
Update icons
Browse files Browse the repository at this point in the history
  • Loading branch information
hkamran80 committed Oct 20, 2021
2 parents 95fb3fa + 593cbba commit 7d800d1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
Binary file added docs/nebula-new-tab-screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 16 additions & 6 deletions docs/nebula.css
Original file line number Diff line number Diff line change
Expand Up @@ -757,6 +757,12 @@ video {
min-height: 100vh;
}

.w-max {
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
}

.w-6 {
width: 1.5rem;
}
Expand Down Expand Up @@ -851,12 +857,6 @@ video {
justify-content: space-between;
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(1rem * var(--tw-space-x-reverse));
margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-10 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
Expand All @@ -869,6 +869,12 @@ video {
margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(1rem * var(--tw-space-x-reverse));
margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(0.5rem * var(--tw-space-x-reverse));
Expand Down Expand Up @@ -1271,6 +1277,10 @@ video {
display: grid;
}

.sm\:w-full {
width: 100%;
}

.sm\:max-w-none {
max-width: none;
}
Expand Down

0 comments on commit 7d800d1

Please sign in to comment.