chore(release)

This commit is contained in:
Atlassian Bamboo 2022-06-29 19:05:33 +02:00
parent 23425d8653
commit d2bfe0cee7
3 changed files with 47 additions and 31 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "redaction", "name": "redaction",
"version": "3.580.0", "version": "3.581.0",
"private": true, "private": true,
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {

Binary file not shown.

View File

@ -213,7 +213,7 @@
} }
.portal-search-result { .portal-search-result {
background-color: #f5f5f7; background-color: #f4f5f7;
} }
.search-container { .search-container {
@ -286,12 +286,14 @@ li.searchresultitem {
width: 50%; width: 50%;
} }
:root { body {
--iqser-primary: lightblue; --iqser-primary: lightblue;
--iqser-primary-rgb: 220, 230, 234; --iqser-primary-rgb: 220, 230, 234;
--iqser-primary-2: orange; --iqser-primary-2: orange;
--iqser-accent: blue; --iqser-accent: blue;
--iqser-accent-rgb: 123, 234, 111; --iqser-accent-rgb: 123, 234, 111;
--iqser-background: white;
--iqser-text: black;
--iqser-disabled: #9398a0; --iqser-disabled: #9398a0;
--iqser-not-disabled-table-item: #f9fafb; --iqser-not-disabled-table-item: #f9fafb;
--iqser-btn-bg-hover: #e2e4e9; --iqser-btn-bg-hover: #e2e4e9;
@ -301,18 +303,15 @@ li.searchresultitem {
--iqser-black: black; --iqser-black: black;
--iqser-light: white; --iqser-light: white;
--iqser-separator: rgba(226, 228, 233, 0.9); --iqser-separator: rgba(226, 228, 233, 0.9);
--iqser-quick-filter-border: #d3d5da;
--iqser-grey-1: #283241; --iqser-grey-1: #283241;
--iqser-grey-2: #f4f5f7;
--iqser-grey-3: #aaacb3;
--iqser-grey-4: #e2e4e9;
--iqser-grey-5: #d3d5da;
--iqser-grey-6: #f0f1f4;
--iqser-grey-7: #9398a0;
--iqser-grey-8: #f9fafb;
--iqser-grey-9: #f5f5f7;
--iqser-grey-10: #313d4e; --iqser-grey-10: #313d4e;
--iqser-grey-11: #ecedf0; --iqser-grey-7: #9398a0;
--iqser-grey-3: #aaacb3;
--iqser-grey-5: #d3d5da;
--iqser-grey-4: #e2e4e9;
--iqser-grey-6: #f0f1f4;
--iqser-grey-2: #f4f5f7;
--iqser-grey-8: #f9fafb;
--iqser-green-1: #00ff00; --iqser-green-1: #00ff00;
--iqser-green-2: #5ce594; --iqser-green-2: #5ce594;
--iqser-orange-1: #ff801a; --iqser-orange-1: #ff801a;
@ -332,7 +331,7 @@ li.searchresultitem {
.site-sidebar { .site-sidebar {
background-color: #283241; background-color: #283241;
scrollbar-color: var(--iqser-quick-filter-border) var(--iqser-grey-2); scrollbar-color: var(--iqser-inputs-outline) var(--iqser-alt-background);
scrollbar-width: thin; scrollbar-width: thin;
/* Track */ /* Track */
/* Handle */ /* Handle */
@ -340,14 +339,17 @@ li.searchresultitem {
.site-sidebar .logo { .site-sidebar .logo {
padding: 24px 0 30px 0 !important; padding: 24px 0 30px 0 !important;
} }
.site-sidebar ::-webkit-scrollbar-corner {
background: var(--iqser-alt-background);
}
.site-sidebar::-webkit-scrollbar { .site-sidebar::-webkit-scrollbar {
width: 11px; width: 11px;
} }
.site-sidebar::-webkit-scrollbar-track { .site-sidebar::-webkit-scrollbar-track {
background: var(--iqser-grey-2); background: var(--iqser-alt-background);
} }
.site-sidebar::-webkit-scrollbar-thumb { .site-sidebar::-webkit-scrollbar-thumb {
background: var(--iqser-quick-filter-border); background: var(--iqser-inputs-outline);
} }
.site-sidebar-search { .site-sidebar-search {
@ -654,54 +656,68 @@ main ul {
body { body {
color: #283241; color: #283241;
background-color: #f5f5f7; background-color: #f4f5f7;
font-family: "Open Sans", sans-serif; font-family: "Open Sans", sans-serif;
scrollbar-color: var(--iqser-quick-filter-border) var(--iqser-grey-2); scrollbar-color: var(--iqser-inputs-outline) var(--iqser-alt-background);
scrollbar-width: thin; scrollbar-width: thin;
/* Track */ /* Track */
/* Handle */ /* Handle */
} }
body h1, body .h1, body h1,
body h2, body .h2, body .h1,
body h3, body .h3, body h2,
body h4, body .h4, body .h2,
body h5, body .h5, body h3,
body h6, body .h6, body .h3,
body h4,
body .h4,
body h5,
body .h5,
body h6,
body .h6,
body p, body p,
body pre { body pre {
margin: 0; margin: 0;
font-family: "Open Sans", sans-serif; font-family: "Open Sans", sans-serif;
} }
body ::-webkit-scrollbar-corner {
background: var(--iqser-alt-background);
}
body::-webkit-scrollbar { body::-webkit-scrollbar {
width: 11px; width: 11px;
} }
body::-webkit-scrollbar-track { body::-webkit-scrollbar-track {
background: var(--iqser-grey-2); background: var(--iqser-alt-background);
} }
body::-webkit-scrollbar-thumb { body::-webkit-scrollbar-thumb {
background: var(--iqser-quick-filter-border); background: var(--iqser-inputs-outline);
} }
body h1, body .h1 { body h1,
body .h1 {
font-size: 64px; font-size: 64px;
font-weight: 300; font-weight: 300;
line-height: 87px; line-height: 87px;
} }
body h2, body .h2 { body h2,
body .h2 {
font-size: 42px; font-size: 42px;
font-weight: 300; font-weight: 300;
line-height: 57px; line-height: 57px;
} }
body h3, body .h3 { body h3,
body .h3 {
font-size: 32px; font-size: 32px;
font-weight: 300; font-weight: 300;
line-height: 43px; line-height: 43px;
} }
body h4, body .h4 { body h4,
body .h4 {
font-size: 28px; font-size: 28px;
font-weight: 300; font-weight: 300;
line-height: 36px; line-height: 36px;
} }
body h5, body .h5 { body h5,
body .h5 {
font-size: 18px; font-size: 18px;
font-weight: 600; font-weight: 600;
line-height: 24px; line-height: 24px;