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",
"version": "3.580.0",
"version": "3.581.0",
"private": true,
"license": "MIT",
"scripts": {

Binary file not shown.

View File

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