Skip to content

Commit

Permalink
feature settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane Osbourne committed Oct 5, 2023
1 parent d80bfa5 commit 3fbe02e
Show file tree
Hide file tree
Showing 33 changed files with 2,728 additions and 1,366 deletions.
17 changes: 17 additions & 0 deletions build/app/public/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -581,6 +581,10 @@ a.link-action--text-micro {
border-top: 1px solid var(--color-lines-light);
}

.border--bottom {
border-bottom: 1px solid var(--color-lines-light);
}

.border-light--top {
border-top: 1px solid var(--color-lines-lighter);
}
Expand All @@ -602,11 +606,24 @@ a.link-action--text-micro {
padding-right: 16px;
}

.padding-spacer {
padding-top: 24px;
}

.padding-y {
padding-top: 16px;
padding-bottom: 16px;
}

.padding-y--reduced {
padding-top: 14px;
padding-bottom: 14px;
}

.padding-bottom-half {
padding-bottom: 8px;
}

.bg-primary {
background: white;
}
Expand Down
15 changes: 13 additions & 2 deletions build/app/public/css/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -496,12 +496,12 @@ body.environment--windows {
padding-right: 10px;
}

.site-info__li--toggle {
.site-info-toggle {
color: #333333;
display: flex;
align-items: center;
}
.body--theme-dark .site-info__li--toggle {
.body--theme-dark .site-info-toggle {
color: rgba(255, 255, 255, 0.9);
}

Expand Down Expand Up @@ -3143,6 +3143,17 @@ body.environment--macos, body.environment--browser, body.environment--windows, b
background: rgba(255, 214, 92, 0.2);
}

.note--nested {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}

.note--nested-alt {
border-top-left-radius: 0;
border-top-right-radius: 0;
background: #ccdaff;
}

.note--key-insight {
margin-top: 12px;
margin-left: -16px;
Expand Down
Loading

0 comments on commit 3fbe02e

Please sign in to comment.