diff --git a/ui/src/__tests__/components/header/__snapshots__/Header.test.js.snap b/ui/src/__tests__/components/header/__snapshots__/Header.test.js.snap index 9699a423924..749e7a47070 100644 --- a/ui/src/__tests__/components/header/__snapshots__/Header.test.js.snap +++ b/ui/src/__tests__/components/header/__snapshots__/Header.test.js.snap @@ -637,6 +637,25 @@ exports[`Header should render with search 1`] = ` } .emotion-9 { + display: flex; + width: 100%; +} + +.emotion-11 { + background: #ffffff; + width: 35%; +} + +.emotion-13 { + position: relative; + width: 100%; +} + +.emotion-13 input { + cursor: pointer; +} + +.emotion-14 { box-sizing: border-box; display: inline-flex; -webkit-box-flex-flow: row nowrap; @@ -650,7 +669,7 @@ exports[`Header should render with search 1`] = ` width: 100%; } -.emotion-9 input { +.emotion-14 input { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; @@ -676,42 +695,42 @@ exports[`Header should render with search 1`] = ` width: 100%; } -.emotion-9.animated input { +.emotion-14.animated input { -webkit-transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,border 0.2s ease-in-out; transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,border 0.2s ease-in-out; } -.emotion-9 input::-webkit-input-placeholder { +.emotion-14 input::-webkit-input-placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input::-moz-placeholder { +.emotion-14 input::-moz-placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input:-ms-input-placeholder { +.emotion-14 input:-ms-input-placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input::placeholder { +.emotion-14 input::placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input.focused, -.emotion-9 input:active, -.emotion-9 input:focus { +.emotion-14 input.focused, +.emotion-14 input:active, +.emotion-14 input:focus { background: rgba(53,112,244,0.05); border-bottom: 2px solid #3570f4; color: #303030; } -.emotion-9 input:invalid { +.emotion-14 input:invalid { background: rgba(53,112,244,0.05); border-bottom: 2px solid #d01111; color: #303030; } -.emotion-9 .message { +.emotion-14 .message { font-size: 12px; left: 0; line-height: 1.8; @@ -719,51 +738,22 @@ exports[`Header should render with search 1`] = ` top: 2.571rem; } -.emotion-9.error input, -.emotion-9.error input.focused, -.emotion-9.error input:active, -.emotion-9.error input:focus { +.emotion-14.error input, +.emotion-14.error input.focused, +.emotion-14.error input:active, +.emotion-14.error input:focus { border-bottom: 2px solid #d01111; } -.emotion-9.error .message { +.emotion-14.error .message { color: #d01111; } -.emotion-9 input { - background: rgba(242,242,242,0.1); - color: #fff; -} - -.emotion-9 input::-webkit-input-placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input::-moz-placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input:-ms-input-placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input::placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input.focused, -.emotion-9 input:active, -.emotion-9 input:focus { - background: rgba(242,242,242,0.1); - border-bottom: 2px solid #3570f4; - color: #fff; -} - -.emotion-9 input { +.emotion-14 input { padding-right: 36px; } -.emotion-9 .input-icon { +.emotion-14 .input-icon { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -774,29 +764,41 @@ exports[`Header should render with search 1`] = ` right: 6px; } -.emotion-10 { +.emotion-15 { + fill: #d5d5d5; + cursor: pointer; + vertical-align: text-bottom; +} + +.emotion-16 { + background: #ffffff; + width: 65%; + margin-left: 5px; +} + +.emotion-19 { fill: #3570f4; cursor: inherit; vertical-align: text-bottom; } -.emotion-12 { +.emotion-21 { display: flex; } -.emotion-14 { +.emotion-23 { fill: #fff; cursor: pointer; vertical-align: text-bottom; } -.emotion-15 { +.emotion-24 { position: relative; width: 0; height: 0; } -.emotion-17 { +.emotion-26 { margin-left: 15px; } @@ -829,40 +831,102 @@ exports[`Header should render with search 1`] = ` data-testid="navbar-item" >
-
- +
+ +
+ + + arrowhead-down + + + +
+
+
+
+ class="emotion-16 emotion-17" + > +
+ +
+ + + search + + + +
+
+
+
@@ -871,11 +935,11 @@ exports[`Header should render with search 1`] = ` data-testid="navbar-item" >
-
- +
+ +
+ + + arrowhead-down + + + +
+
+
+
+ class="emotion-43 emotion-44" + > +
+ +
+ + + search + + + +
+
+
+
@@ -746,11 +839,11 @@ exports[`Home should render 1`] = ` data-testid="user-domains" >
dom2 @@ -1354,6 +1447,35 @@ exports[`Home should render 2`] = ` } .emotion-36 { + display: flex; + width: 100%; +} + +.emotion-36 { + display: flex; + width: 100%; +} + +.emotion-38 { + background: #ffffff; + width: 35%; +} + +.emotion-38 { + background: #ffffff; + width: 35%; +} + +.emotion-40 { + position: relative; + width: 100%; +} + +.emotion-40 input { + cursor: pointer; +} + +.emotion-41 { box-sizing: border-box; display: inline-flex; -webkit-box-flex-flow: row nowrap; @@ -1367,7 +1489,7 @@ exports[`Home should render 2`] = ` width: 100%; } -.emotion-36 input { +.emotion-41 input { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; @@ -1393,42 +1515,42 @@ exports[`Home should render 2`] = ` width: 100%; } -.emotion-36.animated input { +.emotion-41.animated input { -webkit-transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,border 0.2s ease-in-out; transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,border 0.2s ease-in-out; } -.emotion-36 input::-webkit-input-placeholder { +.emotion-41 input::-webkit-input-placeholder { color: rgba(48,48,48,0.6); } -.emotion-36 input::-moz-placeholder { +.emotion-41 input::-moz-placeholder { color: rgba(48,48,48,0.6); } -.emotion-36 input:-ms-input-placeholder { +.emotion-41 input:-ms-input-placeholder { color: rgba(48,48,48,0.6); } -.emotion-36 input::placeholder { +.emotion-41 input::placeholder { color: rgba(48,48,48,0.6); } -.emotion-36 input.focused, -.emotion-36 input:active, -.emotion-36 input:focus { +.emotion-41 input.focused, +.emotion-41 input:active, +.emotion-41 input:focus { background: rgba(53,112,244,0.05); border-bottom: 2px solid #3570f4; color: #303030; } -.emotion-36 input:invalid { +.emotion-41 input:invalid { background: rgba(53,112,244,0.05); border-bottom: 2px solid #d01111; color: #303030; } -.emotion-36 .message { +.emotion-41 .message { font-size: 12px; left: 0; line-height: 1.8; @@ -1436,22 +1558,22 @@ exports[`Home should render 2`] = ` top: 2.571rem; } -.emotion-36.error input, -.emotion-36.error input.focused, -.emotion-36.error input:active, -.emotion-36.error input:focus { +.emotion-41.error input, +.emotion-41.error input.focused, +.emotion-41.error input:active, +.emotion-41.error input:focus { border-bottom: 2px solid #d01111; } -.emotion-36.error .message { +.emotion-41.error .message { color: #d01111; } -.emotion-36 input { +.emotion-41 input { padding-right: 36px; } -.emotion-36 .input-icon { +.emotion-41 .input-icon { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -1462,13 +1584,31 @@ exports[`Home should render 2`] = ` right: 6px; } -.emotion-37 { +.emotion-42 { + fill: #d5d5d5; + cursor: pointer; + vertical-align: text-bottom; +} + +.emotion-43 { + background: #ffffff; + width: 65%; + margin-left: 5px; +} + +.emotion-43 { + background: #ffffff; + width: 65%; + margin-left: 5px; +} + +.emotion-46 { fill: #3570f4; cursor: inherit; vertical-align: text-bottom; } -.emotion-38 { +.emotion-47 { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -1491,7 +1631,7 @@ exports[`Home should render 2`] = ` width: 20px; } -.emotion-38 { +.emotion-47 { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -1514,13 +1654,13 @@ exports[`Home should render 2`] = ` width: 20px; } -.emotion-40 { +.emotion-49 { fill: #303030; cursor: inherit; vertical-align: text-bottom; } -.emotion-41 { +.emotion-50 { margin-right: 0; border-left: 1px solid #d5d5d5; -webkit-flex: 0 0 350px; @@ -1535,7 +1675,7 @@ exports[`Home should render 2`] = ` width: 350px; } -.emotion-41 { +.emotion-50 { margin-right: 0; border-left: 1px solid #d5d5d5; -webkit-flex: 0 0 350px; @@ -1550,7 +1690,7 @@ exports[`Home should render 2`] = ` width: 350px; } -.emotion-43 { +.emotion-52 { -webkit-align-items: baseline; -webkit-box-align: baseline; -ms-flex-align: baseline; @@ -1566,7 +1706,7 @@ exports[`Home should render 2`] = ` padding: 20px 30px 20px 15px; } -.emotion-43 { +.emotion-52 { -webkit-align-items: baseline; -webkit-box-align: baseline; -ms-flex-align: baseline; @@ -1582,69 +1722,69 @@ exports[`Home should render 2`] = ` padding: 20px 30px 20px 15px; } -.emotion-45 { +.emotion-54 { font-size: 16px; font-weight: 600; } -.emotion-45 { +.emotion-54 { font-size: 16px; font-weight: 600; } -.emotion-47 { +.emotion-56 { color: #3570f4; -webkit-text-decoration: none; text-decoration: none; cursor: pointer; } -.emotion-47 { +.emotion-56 { color: #3570f4; -webkit-text-decoration: none; text-decoration: none; cursor: pointer; } -.emotion-49 { +.emotion-58 { padding: 0 5px; color: #d5d5d5; } -.emotion-49 { +.emotion-58 { padding: 0 5px; color: #d5d5d5; } -.emotion-53 { +.emotion-62 { padding: 0 30px 0 15px; } -.emotion-53 { +.emotion-62 { padding: 0 30px 0 15px; } -.emotion-55 { +.emotion-64 { padding: 10px 0; display: flex; } -.emotion-55 { +.emotion-64 { padding: 10px 0; display: flex; } -.emotion-57 { +.emotion-66 { font-size: 1.25em; margin-right: 5px; } -.emotion-57 { +.emotion-66 { font-size: 1.25em; margin-right: 5px; } -.emotion-59 { +.emotion-68 { fill: #303030; cursor: inherit; vertical-align: baseline; @@ -1778,40 +1918,102 @@ exports[`Home should render 2`] = ` class="emotion-34 emotion-35" >
-
- +
+ +
+ + + arrowhead-down + + + +
+
+
+
+ class="emotion-43 emotion-44" + > +
+ +
+ + + search + + + +
+
+
+
@@ -1820,11 +2022,11 @@ exports[`Home should render 2`] = ` data-testid="user-domains" >
dom2 diff --git a/ui/src/__tests__/pages/domain/[domain]/__snapshots__/domain-settings.test.js.snap b/ui/src/__tests__/pages/domain/[domain]/__snapshots__/domain-settings.test.js.snap index dd4140b3cd9..6293a3bd11a 100644 --- a/ui/src/__tests__/pages/domain/[domain]/__snapshots__/domain-settings.test.js.snap +++ b/ui/src/__tests__/pages/domain/[domain]/__snapshots__/domain-settings.test.js.snap @@ -265,6 +265,25 @@ exports[`DomainSettingsPage should render 1`] = ` } .emotion-9 { + display: flex; + width: 100%; +} + +.emotion-11 { + background: #ffffff; + width: 35%; +} + +.emotion-13 { + position: relative; + width: 100%; +} + +.emotion-13 input { + cursor: pointer; +} + +.emotion-14 { box-sizing: border-box; display: inline-flex; -webkit-box-flex-flow: row nowrap; @@ -278,7 +297,7 @@ exports[`DomainSettingsPage should render 1`] = ` width: 100%; } -.emotion-9 input { +.emotion-14 input { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; @@ -304,42 +323,42 @@ exports[`DomainSettingsPage should render 1`] = ` width: 100%; } -.emotion-9.animated input { +.emotion-14.animated input { -webkit-transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,border 0.2s ease-in-out; transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,border 0.2s ease-in-out; } -.emotion-9 input::-webkit-input-placeholder { +.emotion-14 input::-webkit-input-placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input::-moz-placeholder { +.emotion-14 input::-moz-placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input:-ms-input-placeholder { +.emotion-14 input:-ms-input-placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input::placeholder { +.emotion-14 input::placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input.focused, -.emotion-9 input:active, -.emotion-9 input:focus { +.emotion-14 input.focused, +.emotion-14 input:active, +.emotion-14 input:focus { background: rgba(53,112,244,0.05); border-bottom: 2px solid #3570f4; color: #303030; } -.emotion-9 input:invalid { +.emotion-14 input:invalid { background: rgba(53,112,244,0.05); border-bottom: 2px solid #d01111; color: #303030; } -.emotion-9 .message { +.emotion-14 .message { font-size: 12px; left: 0; line-height: 1.8; @@ -347,51 +366,22 @@ exports[`DomainSettingsPage should render 1`] = ` top: 2.571rem; } -.emotion-9.error input, -.emotion-9.error input.focused, -.emotion-9.error input:active, -.emotion-9.error input:focus { +.emotion-14.error input, +.emotion-14.error input.focused, +.emotion-14.error input:active, +.emotion-14.error input:focus { border-bottom: 2px solid #d01111; } -.emotion-9.error .message { +.emotion-14.error .message { color: #d01111; } -.emotion-9 input { - background: rgba(242,242,242,0.1); - color: #fff; -} - -.emotion-9 input::-webkit-input-placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input::-moz-placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input:-ms-input-placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input::placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input.focused, -.emotion-9 input:active, -.emotion-9 input:focus { - background: rgba(242,242,242,0.1); - border-bottom: 2px solid #3570f4; - color: #fff; -} - -.emotion-9 input { +.emotion-14 input { padding-right: 36px; } -.emotion-9 .input-icon { +.emotion-14 .input-icon { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -402,33 +392,45 @@ exports[`DomainSettingsPage should render 1`] = ` right: 6px; } -.emotion-10 { +.emotion-15 { + fill: #d5d5d5; + cursor: pointer; + vertical-align: text-bottom; +} + +.emotion-16 { + background: #ffffff; + width: 65%; + margin-left: 5px; +} + +.emotion-19 { fill: #3570f4; cursor: inherit; vertical-align: text-bottom; } -.emotion-12 { +.emotion-21 { display: flex; } -.emotion-14 { +.emotion-23 { fill: #fff; cursor: pointer; vertical-align: text-bottom; } -.emotion-15 { +.emotion-24 { position: relative; width: 0; height: 0; } -.emotion-17 { +.emotion-26 { margin-left: 15px; } -.emotion-20 { +.emotion-29 { -webkit-flex: 1 1 calc(100vh - 60px); -ms-flex: 1 1 calc(100vh - 60px); flex: 1 1 calc(100vh - 60px); @@ -436,7 +438,7 @@ exports[`DomainSettingsPage should render 1`] = ` font: 300 14px HelveticaNeue-Reg,Helvetica,Arial,sans-serif; } -.emotion-22 { +.emotion-31 { -webkit-align-items: stretch; -webkit-box-align: stretch; -ms-flex-align: stretch; @@ -453,7 +455,7 @@ exports[`DomainSettingsPage should render 1`] = ` justify-content: flex-start; } -.emotion-24 { +.emotion-33 { -webkit-align-items: stretch; -webkit-box-align: stretch; -ms-flex-align: stretch; @@ -469,33 +471,33 @@ exports[`DomainSettingsPage should render 1`] = ` flex-direction: column; } -.emotion-28 { +.emotion-37 { background: linear-gradient(to top, #f2f2f2, #fff); padding: 20px 30px 0; } -.emotion-30 { +.emotion-39 { font: 600 20px HelveticaNeue-Reg,Helvetica,Arial,sans-serif; margin-bottom: 10px; display: inline-block; } -.emotion-32 { +.emotion-41 { margin-left: 10px; display: inline-block; } -.emotion-34 { +.emotion-43 { fill: #3697f2; cursor: pointer; vertical-align: text-bottom; } -.emotion-35 { +.emotion-44 { margin: 20px 0; } -.emotion-37 { +.emotion-46 { display: flex; -webkit-box-flex-flow: row nowrap; -webkit-flex-flow: row nowrap; @@ -504,14 +506,14 @@ exports[`DomainSettingsPage should render 1`] = ` margin: 20px 0; } -.emotion-39 { +.emotion-48 { padding-right: 50px; -webkit-flex-basis: 15%; -ms-flex-preferred-size: 15%; flex-basis: 15%; } -.emotion-41 { +.emotion-50 { font-weight: 600; word-break: break-all; overflow: hidden; @@ -520,7 +522,7 @@ exports[`DomainSettingsPage should render 1`] = ` max-width: 400px; } -.emotion-43 { +.emotion-52 { color: #3570f4; -webkit-text-decoration: none; text-decoration: none; @@ -528,17 +530,17 @@ exports[`DomainSettingsPage should render 1`] = ` font-weight: ''; } -.emotion-45 { +.emotion-54 { color: #9a9a9a; font-size: 12px; text-transform: uppercase; } -.emotion-57 { +.emotion-66 { font-weight: 600; } -.emotion-65 { +.emotion-74 { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -552,7 +554,7 @@ exports[`DomainSettingsPage should render 1`] = ` position: relative; } -.emotion-65>input[type='checkbox'] { +.emotion-74>input[type='checkbox'] { box-sizing: border-box; cursor: pointer; position: absolute; @@ -560,7 +562,7 @@ exports[`DomainSettingsPage should render 1`] = ` visibility: hidden; } -.emotion-65>input[type='checkbox']+label { +.emotion-74>input[type='checkbox']+label { box-sizing: border-box; cursor: pointer; font-family: Helvetica,Arial,sans-serif; @@ -571,18 +573,18 @@ exports[`DomainSettingsPage should render 1`] = ` white-space: nowrap; } -.emotion-65>input[type='checkbox']+label .label-content { +.emotion-74>input[type='checkbox']+label .label-content { display: inline-flex; margin-left: 6px; } @-moz-document url-prefix() { - .emotion-65>input[type='checkbox']+label .label-content { + .emotion-74>input[type='checkbox']+label .label-content { margin-top: 1px; } } -.emotion-65>input[type='checkbox']+label:before { +.emotion-74>input[type='checkbox']+label:before { background: #d5d5d5; border-radius: 9px; box-sizing: border-box; @@ -598,7 +600,7 @@ exports[`DomainSettingsPage should render 1`] = ` width: 34px; } -.emotion-65>input[type='checkbox']+label::after { +.emotion-74>input[type='checkbox']+label::after { background-color: #fff; border: 2px solid rgba(54,151,242,0.5); border-radius: 50%; @@ -615,46 +617,46 @@ exports[`DomainSettingsPage should render 1`] = ` width: 18px; } -.emotion-65>input[type='checkbox']:checked+label::before { +.emotion-74>input[type='checkbox']:checked+label::before { background-color: rgba(21,192,70,0.45); } -.emotion-65>input[type='checkbox']:checked+label::after { +.emotion-74>input[type='checkbox']:checked+label::after { background-color: #15c046; border-color: #15c046; left: 16px; } -.emotion-65>input[type='checkbox']:disabled+label { +.emotion-74>input[type='checkbox']:disabled+label { color: #9a9a9a; cursor: not-allowed; } -.emotion-65>input[type='checkbox']:disabled+label::before { +.emotion-74>input[type='checkbox']:disabled+label::before { background-color: #e8e8e8; cursor: not-allowed; } -.emotion-65>input[type='checkbox']:disabled+label::after { +.emotion-74>input[type='checkbox']:disabled+label::after { border-color: #d5d5d5; cursor: not-allowed; } -.emotion-65>input[type='checkbox']:checked:disabled+label::after { +.emotion-74>input[type='checkbox']:checked:disabled+label::after { background: #d5d5d5; } -.emotion-82 { +.emotion-91 { margin-left: 5px; } -.emotion-84 { +.emotion-93 { fill: #188fff; cursor: pointer; vertical-align: text-bottom; } -.emotion-85 { +.emotion-94 { -webkit-align-items: stretch; -webkit-box-align: stretch; -ms-flex-align: stretch; @@ -669,7 +671,7 @@ exports[`DomainSettingsPage should render 1`] = ` position: relative; } -.emotion-85.vertical { +.emotion-94.vertical { background: #f5f8fe; display: flex; -webkit-flex-direction: column; @@ -682,7 +684,7 @@ exports[`DomainSettingsPage should render 1`] = ` width: 300px; } -.emotion-86 { +.emotion-95 { font-family: Helvetica,Arial,sans-serif; font-size: 14px; font-weight: 300; @@ -703,11 +705,11 @@ exports[`DomainSettingsPage should render 1`] = ` z-index: 1; } -.emotion-86:hover { +.emotion-95:hover { color: #3570f4; } -.emotion-86.active { +.emotion-95.active { background: #fff; border-top-left-radius: 2px; border-top-right-radius: 2px; @@ -715,11 +717,11 @@ exports[`DomainSettingsPage should render 1`] = ` cursor: initial; } -.emotion-86.active:hover { +.emotion-95.active:hover { color: #303030; } -.emotion-86.vertical { +.emotion-95.vertical { background: #f5f8fe; border-left: solid 4px #f5f8fe; height: 24px; @@ -731,21 +733,21 @@ exports[`DomainSettingsPage should render 1`] = ` text-align: left; } -.emotion-86.vertical.active { +.emotion-95.vertical.active { background: #fff; border-left: solid 4px #3697f2; color: #303030; } -.emotion-86.vertical.active:hover { +.emotion-95.vertical.active:hover { color: #303030; } -.emotion-95 { +.emotion-104 { margin: 20px; } -.emotion-97 { +.emotion-106 { width: 100%; border-spacing: 0 20px; display: table; @@ -753,7 +755,7 @@ exports[`DomainSettingsPage should render 1`] = ` border-color: grey; } -.emotion-99 { +.emotion-108 { box-sizing: border-box; margin-top: 10px; box-shadow: 0 1px 4px #d9d9d9; @@ -763,7 +765,7 @@ exports[`DomainSettingsPage should render 1`] = ` height: 50px; } -.emotion-101 { +.emotion-110 { text-align: left; width: auto; padding: 5px 0 5px 15px; @@ -771,11 +773,11 @@ exports[`DomainSettingsPage should render 1`] = ` word-break: break-all; } -.emotion-105 { +.emotion-114 { display: flex; } -.emotion-107 { +.emotion-116 { box-sizing: border-box; display: inline-flex; -webkit-box-flex-flow: row nowrap; @@ -789,7 +791,7 @@ exports[`DomainSettingsPage should render 1`] = ` width: 100%; } -.emotion-107 input { +.emotion-116 input { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; @@ -815,42 +817,42 @@ exports[`DomainSettingsPage should render 1`] = ` width: 100%; } -.emotion-107.animated input { +.emotion-116.animated input { -webkit-transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,border 0.2s ease-in-out; transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,border 0.2s ease-in-out; } -.emotion-107 input::-webkit-input-placeholder { +.emotion-116 input::-webkit-input-placeholder { color: rgba(48,48,48,0.6); } -.emotion-107 input::-moz-placeholder { +.emotion-116 input::-moz-placeholder { color: rgba(48,48,48,0.6); } -.emotion-107 input:-ms-input-placeholder { +.emotion-116 input:-ms-input-placeholder { color: rgba(48,48,48,0.6); } -.emotion-107 input::placeholder { +.emotion-116 input::placeholder { color: rgba(48,48,48,0.6); } -.emotion-107 input.focused, -.emotion-107 input:active, -.emotion-107 input:focus { +.emotion-116 input.focused, +.emotion-116 input:active, +.emotion-116 input:focus { background: rgba(53,112,244,0.05); border-bottom: 2px solid #3570f4; color: #303030; } -.emotion-107 input:invalid { +.emotion-116 input:invalid { background: rgba(53,112,244,0.05); border-bottom: 2px solid #d01111; color: #303030; } -.emotion-107 .message { +.emotion-116 .message { font-size: 12px; left: 0; line-height: 1.8; @@ -858,22 +860,22 @@ exports[`DomainSettingsPage should render 1`] = ` top: 2.571rem; } -.emotion-107.error input, -.emotion-107.error input.focused, -.emotion-107.error input:active, -.emotion-107.error input:focus { +.emotion-116.error input, +.emotion-116.error input.focused, +.emotion-116.error input:active, +.emotion-116.error input:focus { border-bottom: 2px solid #d01111; } -.emotion-107.error .message { +.emotion-116.error .message { color: #d01111; } -.emotion-108 { +.emotion-117 { margin-top: 5px; } -.emotion-164 { +.emotion-173 { padding-bottom: 20px; display: flex; -webkit-box-pack: justify; @@ -889,7 +891,7 @@ exports[`DomainSettingsPage should render 1`] = ` flex-flow: row nowrap; } -.emotion-166 { +.emotion-175 { border: none; border-radius: 2px; box-shadow: 0 0 0 1px #3697f2 inset; @@ -914,25 +916,25 @@ exports[`DomainSettingsPage should render 1`] = ` color: #3697f2; } -.emotion-166:first-of-type { +.emotion-175:first-of-type { margin-left: 0; } -.emotion-166:disabled { +.emotion-175:disabled { background: rgba(48,48,48,0.1); color: rgba(48,48,48,0.2); cursor: not-allowed; } -.emotion-166:disabled { +.emotion-175:disabled { box-shadow: 0 0 0 1px rgba(48,48,48,0.1) inset; } -.emotion-166:hover:not(:disabled) { +.emotion-175:hover:not(:disabled) { background: #d7e2fd; } -.emotion-168 { +.emotion-177 { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -955,13 +957,13 @@ exports[`DomainSettingsPage should render 1`] = ` width: 20px; } -.emotion-170 { +.emotion-179 { fill: #303030; cursor: inherit; vertical-align: text-bottom; } -.emotion-171 { +.emotion-180 { margin-right: 0; border-left: 1px solid #d5d5d5; -webkit-flex: 0 0 350px; @@ -976,7 +978,7 @@ exports[`DomainSettingsPage should render 1`] = ` width: 350px; } -.emotion-173 { +.emotion-182 { -webkit-align-items: baseline; -webkit-box-align: baseline; -ms-flex-align: baseline; @@ -992,38 +994,38 @@ exports[`DomainSettingsPage should render 1`] = ` padding: 20px 30px 20px 15px; } -.emotion-175 { +.emotion-184 { font-size: 16px; font-weight: 600; } -.emotion-177 { +.emotion-186 { color: #3570f4; -webkit-text-decoration: none; text-decoration: none; cursor: pointer; } -.emotion-179 { +.emotion-188 { padding: 0 5px; color: #d5d5d5; } -.emotion-183 { +.emotion-192 { padding: 0 30px 0 15px; } -.emotion-185 { +.emotion-194 { padding: 10px 0; display: flex; } -.emotion-187 { +.emotion-196 { font-size: 1.25em; margin-right: 5px; } -.emotion-189 { +.emotion-198 { fill: #303030; cursor: inherit; vertical-align: baseline; @@ -1061,40 +1063,102 @@ exports[`DomainSettingsPage should render 1`] = ` data-testid="navbar-item" >
-
- +
+ +
+ + + arrowhead-down + + + +
+
+
+
+ class="emotion-16 emotion-17" + > +
+ +
+ + + search + + + +
+
+
+
@@ -1103,11 +1167,11 @@ exports[`DomainSettingsPage should render 1`] = ` data-testid="navbar-item" >
dom
POINT OF CONTACT
SECURITY POINT OF CONTACT
2020-02-12 21:44 UTC
MODIFIED DATE
AUDIT ENABLED
N/A
AWS ACCOUNT ID
N/A
GCP PROJECT ID
More Details
Roles
Groups
Services
Policies
Tags
Templates
Settings
Visibility
History @@ -1406,32 +1470,32 @@ exports[`DomainSettingsPage should render 1`] = `
User Expiry (Days)
All user members in the domain will have specified max expiry days
Group Expiry (Days)
All group members in the domain will have specified max expiry days
Service Expiry (Days)
All services in the domain will have specified max expiry days
Token Expiry (Mins)
Tokens issued for this domain will have specified max timeout in mins
Role Certificate Expiry (Mins)
Role Certs issued for this domain will have specified max timeout in mins @@ -1631,17 +1695,17 @@ exports[`DomainSettingsPage should render 1`] = `
@@ -1654,11 +1718,11 @@ exports[`DomainSettingsPage should render 1`] = ` data-testid="user-domains" >
athens.ci diff --git a/ui/src/__tests__/pages/domain/[domain]/__snapshots__/group.test.js.snap b/ui/src/__tests__/pages/domain/[domain]/__snapshots__/group.test.js.snap index b267abd9b04..fe679131084 100644 --- a/ui/src/__tests__/pages/domain/[domain]/__snapshots__/group.test.js.snap +++ b/ui/src/__tests__/pages/domain/[domain]/__snapshots__/group.test.js.snap @@ -265,6 +265,25 @@ exports[`GroupPage should render 1`] = ` } .emotion-9 { + display: flex; + width: 100%; +} + +.emotion-11 { + background: #ffffff; + width: 35%; +} + +.emotion-13 { + position: relative; + width: 100%; +} + +.emotion-13 input { + cursor: pointer; +} + +.emotion-14 { box-sizing: border-box; display: inline-flex; -webkit-box-flex-flow: row nowrap; @@ -278,7 +297,7 @@ exports[`GroupPage should render 1`] = ` width: 100%; } -.emotion-9 input { +.emotion-14 input { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; @@ -304,42 +323,42 @@ exports[`GroupPage should render 1`] = ` width: 100%; } -.emotion-9.animated input { +.emotion-14.animated input { -webkit-transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,border 0.2s ease-in-out; transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,border 0.2s ease-in-out; } -.emotion-9 input::-webkit-input-placeholder { +.emotion-14 input::-webkit-input-placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input::-moz-placeholder { +.emotion-14 input::-moz-placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input:-ms-input-placeholder { +.emotion-14 input:-ms-input-placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input::placeholder { +.emotion-14 input::placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input.focused, -.emotion-9 input:active, -.emotion-9 input:focus { +.emotion-14 input.focused, +.emotion-14 input:active, +.emotion-14 input:focus { background: rgba(53,112,244,0.05); border-bottom: 2px solid #3570f4; color: #303030; } -.emotion-9 input:invalid { +.emotion-14 input:invalid { background: rgba(53,112,244,0.05); border-bottom: 2px solid #d01111; color: #303030; } -.emotion-9 .message { +.emotion-14 .message { font-size: 12px; left: 0; line-height: 1.8; @@ -347,51 +366,22 @@ exports[`GroupPage should render 1`] = ` top: 2.571rem; } -.emotion-9.error input, -.emotion-9.error input.focused, -.emotion-9.error input:active, -.emotion-9.error input:focus { +.emotion-14.error input, +.emotion-14.error input.focused, +.emotion-14.error input:active, +.emotion-14.error input:focus { border-bottom: 2px solid #d01111; } -.emotion-9.error .message { +.emotion-14.error .message { color: #d01111; } -.emotion-9 input { - background: rgba(242,242,242,0.1); - color: #fff; -} - -.emotion-9 input::-webkit-input-placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input::-moz-placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input:-ms-input-placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input::placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input.focused, -.emotion-9 input:active, -.emotion-9 input:focus { - background: rgba(242,242,242,0.1); - border-bottom: 2px solid #3570f4; - color: #fff; -} - -.emotion-9 input { +.emotion-14 input { padding-right: 36px; } -.emotion-9 .input-icon { +.emotion-14 .input-icon { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -402,33 +392,45 @@ exports[`GroupPage should render 1`] = ` right: 6px; } -.emotion-10 { +.emotion-15 { + fill: #d5d5d5; + cursor: pointer; + vertical-align: text-bottom; +} + +.emotion-16 { + background: #ffffff; + width: 65%; + margin-left: 5px; +} + +.emotion-19 { fill: #3570f4; cursor: inherit; vertical-align: text-bottom; } -.emotion-12 { +.emotion-21 { display: flex; } -.emotion-14 { +.emotion-23 { fill: #fff; cursor: pointer; vertical-align: text-bottom; } -.emotion-15 { +.emotion-24 { position: relative; width: 0; height: 0; } -.emotion-17 { +.emotion-26 { margin-left: 15px; } -.emotion-20 { +.emotion-29 { -webkit-flex: 1 1 calc(100vh - 60px); -ms-flex: 1 1 calc(100vh - 60px); flex: 1 1 calc(100vh - 60px); @@ -436,7 +438,7 @@ exports[`GroupPage should render 1`] = ` font: 300 14px HelveticaNeue-Reg,Helvetica,Arial,sans-serif; } -.emotion-22 { +.emotion-31 { -webkit-align-items: stretch; -webkit-box-align: stretch; -ms-flex-align: stretch; @@ -453,7 +455,7 @@ exports[`GroupPage should render 1`] = ` justify-content: flex-start; } -.emotion-24 { +.emotion-33 { -webkit-align-items: stretch; -webkit-box-align: stretch; -ms-flex-align: stretch; @@ -469,33 +471,33 @@ exports[`GroupPage should render 1`] = ` flex-direction: column; } -.emotion-28 { +.emotion-37 { background: linear-gradient(to top, #f2f2f2, #fff); padding: 20px 30px 0; } -.emotion-30 { +.emotion-39 { font: 600 20px HelveticaNeue-Reg,Helvetica,Arial,sans-serif; margin-bottom: 10px; display: inline-block; } -.emotion-32 { +.emotion-41 { margin-left: 10px; display: inline-block; } -.emotion-34 { +.emotion-43 { fill: #3697f2; cursor: pointer; vertical-align: text-bottom; } -.emotion-35 { +.emotion-44 { margin: 20px 0; } -.emotion-37 { +.emotion-46 { display: flex; -webkit-box-flex-flow: row nowrap; -webkit-flex-flow: row nowrap; @@ -504,14 +506,14 @@ exports[`GroupPage should render 1`] = ` margin: 20px 0; } -.emotion-39 { +.emotion-48 { padding-right: 50px; -webkit-flex-basis: 15%; -ms-flex-preferred-size: 15%; flex-basis: 15%; } -.emotion-41 { +.emotion-50 { font-weight: 600; word-break: break-all; overflow: hidden; @@ -520,7 +522,7 @@ exports[`GroupPage should render 1`] = ` max-width: 400px; } -.emotion-43 { +.emotion-52 { color: #3570f4; -webkit-text-decoration: none; text-decoration: none; @@ -528,17 +530,17 @@ exports[`GroupPage should render 1`] = ` font-weight: ''; } -.emotion-45 { +.emotion-54 { color: #9a9a9a; font-size: 12px; text-transform: uppercase; } -.emotion-57 { +.emotion-66 { font-weight: 600; } -.emotion-65 { +.emotion-74 { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -552,7 +554,7 @@ exports[`GroupPage should render 1`] = ` position: relative; } -.emotion-65>input[type='checkbox'] { +.emotion-74>input[type='checkbox'] { box-sizing: border-box; cursor: pointer; position: absolute; @@ -560,7 +562,7 @@ exports[`GroupPage should render 1`] = ` visibility: hidden; } -.emotion-65>input[type='checkbox']+label { +.emotion-74>input[type='checkbox']+label { box-sizing: border-box; cursor: pointer; font-family: Helvetica,Arial,sans-serif; @@ -571,18 +573,18 @@ exports[`GroupPage should render 1`] = ` white-space: nowrap; } -.emotion-65>input[type='checkbox']+label .label-content { +.emotion-74>input[type='checkbox']+label .label-content { display: inline-flex; margin-left: 6px; } @-moz-document url-prefix() { - .emotion-65>input[type='checkbox']+label .label-content { + .emotion-74>input[type='checkbox']+label .label-content { margin-top: 1px; } } -.emotion-65>input[type='checkbox']+label:before { +.emotion-74>input[type='checkbox']+label:before { background: #d5d5d5; border-radius: 9px; box-sizing: border-box; @@ -598,7 +600,7 @@ exports[`GroupPage should render 1`] = ` width: 34px; } -.emotion-65>input[type='checkbox']+label::after { +.emotion-74>input[type='checkbox']+label::after { background-color: #fff; border: 2px solid rgba(54,151,242,0.5); border-radius: 50%; @@ -615,46 +617,46 @@ exports[`GroupPage should render 1`] = ` width: 18px; } -.emotion-65>input[type='checkbox']:checked+label::before { +.emotion-74>input[type='checkbox']:checked+label::before { background-color: rgba(21,192,70,0.45); } -.emotion-65>input[type='checkbox']:checked+label::after { +.emotion-74>input[type='checkbox']:checked+label::after { background-color: #15c046; border-color: #15c046; left: 16px; } -.emotion-65>input[type='checkbox']:disabled+label { +.emotion-74>input[type='checkbox']:disabled+label { color: #9a9a9a; cursor: not-allowed; } -.emotion-65>input[type='checkbox']:disabled+label::before { +.emotion-74>input[type='checkbox']:disabled+label::before { background-color: #e8e8e8; cursor: not-allowed; } -.emotion-65>input[type='checkbox']:disabled+label::after { +.emotion-74>input[type='checkbox']:disabled+label::after { border-color: #d5d5d5; cursor: not-allowed; } -.emotion-65>input[type='checkbox']:checked:disabled+label::after { +.emotion-74>input[type='checkbox']:checked:disabled+label::after { background: #d5d5d5; } -.emotion-82 { +.emotion-91 { margin-left: 5px; } -.emotion-84 { +.emotion-93 { fill: #188fff; cursor: pointer; vertical-align: text-bottom; } -.emotion-85 { +.emotion-94 { -webkit-align-items: stretch; -webkit-box-align: stretch; -ms-flex-align: stretch; @@ -669,7 +671,7 @@ exports[`GroupPage should render 1`] = ` position: relative; } -.emotion-85.vertical { +.emotion-94.vertical { background: #f5f8fe; display: flex; -webkit-flex-direction: column; @@ -682,7 +684,7 @@ exports[`GroupPage should render 1`] = ` width: 300px; } -.emotion-86 { +.emotion-95 { font-family: Helvetica,Arial,sans-serif; font-size: 14px; font-weight: 300; @@ -703,11 +705,11 @@ exports[`GroupPage should render 1`] = ` z-index: 1; } -.emotion-86:hover { +.emotion-95:hover { color: #3570f4; } -.emotion-86.active { +.emotion-95.active { background: #fff; border-top-left-radius: 2px; border-top-right-radius: 2px; @@ -715,11 +717,11 @@ exports[`GroupPage should render 1`] = ` cursor: initial; } -.emotion-86.active:hover { +.emotion-95.active:hover { color: #303030; } -.emotion-86.vertical { +.emotion-95.vertical { background: #f5f8fe; border-left: solid 4px #f5f8fe; height: 24px; @@ -731,21 +733,21 @@ exports[`GroupPage should render 1`] = ` text-align: left; } -.emotion-86.vertical.active { +.emotion-95.vertical.active { background: #fff; border-left: solid 4px #3697f2; color: #303030; } -.emotion-86.vertical.active:hover { +.emotion-95.vertical.active:hover { color: #303030; } -.emotion-95 { +.emotion-104 { margin: 20px; } -.emotion-97 { +.emotion-106 { padding-bottom: 20px; display: flex; -webkit-box-pack: justify; @@ -761,11 +763,11 @@ exports[`GroupPage should render 1`] = ` flex-flow: row nowrap; } -.emotion-99 { +.emotion-108 { width: 50%; } -.emotion-101 { +.emotion-110 { border: none; border-radius: 2px; box-shadow: 0 0 0 1px #3697f2 inset; @@ -790,25 +792,25 @@ exports[`GroupPage should render 1`] = ` color: #3697f2; } -.emotion-101:first-of-type { +.emotion-110:first-of-type { margin-left: 0; } -.emotion-101:disabled { +.emotion-110:disabled { background: rgba(48,48,48,0.1); color: rgba(48,48,48,0.2); cursor: not-allowed; } -.emotion-101:disabled { +.emotion-110:disabled { box-shadow: 0 0 0 1px rgba(48,48,48,0.1) inset; } -.emotion-101:hover:not(:disabled) { +.emotion-110:hover:not(:disabled) { background: #d7e2fd; } -.emotion-102 { +.emotion-111 { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -831,13 +833,13 @@ exports[`GroupPage should render 1`] = ` width: 20px; } -.emotion-104 { +.emotion-113 { fill: #303030; cursor: inherit; vertical-align: text-bottom; } -.emotion-105 { +.emotion-114 { margin-right: 0; border-left: 1px solid #d5d5d5; -webkit-flex: 0 0 350px; @@ -852,7 +854,7 @@ exports[`GroupPage should render 1`] = ` width: 350px; } -.emotion-107 { +.emotion-116 { -webkit-align-items: baseline; -webkit-box-align: baseline; -ms-flex-align: baseline; @@ -868,38 +870,38 @@ exports[`GroupPage should render 1`] = ` padding: 20px 30px 20px 15px; } -.emotion-109 { +.emotion-118 { font-size: 16px; font-weight: 600; } -.emotion-111 { +.emotion-120 { color: #3570f4; -webkit-text-decoration: none; text-decoration: none; cursor: pointer; } -.emotion-113 { +.emotion-122 { padding: 0 5px; color: #d5d5d5; } -.emotion-117 { +.emotion-126 { padding: 0 30px 0 15px; } -.emotion-119 { +.emotion-128 { padding: 10px 0; display: flex; } -.emotion-121 { +.emotion-130 { font-size: 1.25em; margin-right: 5px; } -.emotion-123 { +.emotion-132 { fill: #303030; cursor: inherit; vertical-align: baseline; @@ -937,40 +939,102 @@ exports[`GroupPage should render 1`] = ` data-testid="navbar-item" >
-
- +
+ +
+ + + arrowhead-down + + + +
+
+
+
+ class="emotion-16 emotion-17" + > +
+ +
+ + + search + + + +
+
+
+
@@ -979,11 +1043,11 @@ exports[`GroupPage should render 1`] = ` data-testid="navbar-item" >
dom
POINT OF CONTACT
SECURITY POINT OF CONTACT
2020-02-12 21:44 UTC
MODIFIED DATE
AUDIT ENABLED
N/A
AWS ACCOUNT ID
N/A
GCP PROJECT ID
More Details
Roles
Groups
Services
Policies
Tags
Templates
Settings
Visibility
History @@ -1282,20 +1346,20 @@ exports[`GroupPage should render 1`] = `
Click on Add Group button to create a new group.
@@ -1308,11 +1372,11 @@ exports[`GroupPage should render 1`] = ` data-testid="user-domains" >
athens.ci diff --git a/ui/src/__tests__/pages/domain/[domain]/__snapshots__/microsegmentation.test.js.snap b/ui/src/__tests__/pages/domain/[domain]/__snapshots__/microsegmentation.test.js.snap index c47c77029b2..b3b883a8e49 100644 --- a/ui/src/__tests__/pages/domain/[domain]/__snapshots__/microsegmentation.test.js.snap +++ b/ui/src/__tests__/pages/domain/[domain]/__snapshots__/microsegmentation.test.js.snap @@ -265,6 +265,25 @@ exports[`MicrosegmentationPage should render 1`] = ` } .emotion-9 { + display: flex; + width: 100%; +} + +.emotion-11 { + background: #ffffff; + width: 35%; +} + +.emotion-13 { + position: relative; + width: 100%; +} + +.emotion-13 input { + cursor: pointer; +} + +.emotion-14 { box-sizing: border-box; display: inline-flex; -webkit-box-flex-flow: row nowrap; @@ -278,7 +297,7 @@ exports[`MicrosegmentationPage should render 1`] = ` width: 100%; } -.emotion-9 input { +.emotion-14 input { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; @@ -304,42 +323,42 @@ exports[`MicrosegmentationPage should render 1`] = ` width: 100%; } -.emotion-9.animated input { +.emotion-14.animated input { -webkit-transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,border 0.2s ease-in-out; transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,border 0.2s ease-in-out; } -.emotion-9 input::-webkit-input-placeholder { +.emotion-14 input::-webkit-input-placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input::-moz-placeholder { +.emotion-14 input::-moz-placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input:-ms-input-placeholder { +.emotion-14 input:-ms-input-placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input::placeholder { +.emotion-14 input::placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input.focused, -.emotion-9 input:active, -.emotion-9 input:focus { +.emotion-14 input.focused, +.emotion-14 input:active, +.emotion-14 input:focus { background: rgba(53,112,244,0.05); border-bottom: 2px solid #3570f4; color: #303030; } -.emotion-9 input:invalid { +.emotion-14 input:invalid { background: rgba(53,112,244,0.05); border-bottom: 2px solid #d01111; color: #303030; } -.emotion-9 .message { +.emotion-14 .message { font-size: 12px; left: 0; line-height: 1.8; @@ -347,51 +366,22 @@ exports[`MicrosegmentationPage should render 1`] = ` top: 2.571rem; } -.emotion-9.error input, -.emotion-9.error input.focused, -.emotion-9.error input:active, -.emotion-9.error input:focus { +.emotion-14.error input, +.emotion-14.error input.focused, +.emotion-14.error input:active, +.emotion-14.error input:focus { border-bottom: 2px solid #d01111; } -.emotion-9.error .message { +.emotion-14.error .message { color: #d01111; } -.emotion-9 input { - background: rgba(242,242,242,0.1); - color: #fff; -} - -.emotion-9 input::-webkit-input-placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input::-moz-placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input:-ms-input-placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input::placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input.focused, -.emotion-9 input:active, -.emotion-9 input:focus { - background: rgba(242,242,242,0.1); - border-bottom: 2px solid #3570f4; - color: #fff; -} - -.emotion-9 input { +.emotion-14 input { padding-right: 36px; } -.emotion-9 .input-icon { +.emotion-14 .input-icon { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -402,33 +392,45 @@ exports[`MicrosegmentationPage should render 1`] = ` right: 6px; } -.emotion-10 { +.emotion-15 { + fill: #d5d5d5; + cursor: pointer; + vertical-align: text-bottom; +} + +.emotion-16 { + background: #ffffff; + width: 65%; + margin-left: 5px; +} + +.emotion-19 { fill: #3570f4; cursor: inherit; vertical-align: text-bottom; } -.emotion-12 { +.emotion-21 { display: flex; } -.emotion-14 { +.emotion-23 { fill: #fff; cursor: pointer; vertical-align: text-bottom; } -.emotion-15 { +.emotion-24 { position: relative; width: 0; height: 0; } -.emotion-17 { +.emotion-26 { margin-left: 15px; } -.emotion-20 { +.emotion-29 { -webkit-flex: 1 1 calc(100vh - 60px); -ms-flex: 1 1 calc(100vh - 60px); flex: 1 1 calc(100vh - 60px); @@ -436,7 +438,7 @@ exports[`MicrosegmentationPage should render 1`] = ` font: 300 14px HelveticaNeue-Reg,Helvetica,Arial,sans-serif; } -.emotion-22 { +.emotion-31 { -webkit-align-items: stretch; -webkit-box-align: stretch; -ms-flex-align: stretch; @@ -453,7 +455,7 @@ exports[`MicrosegmentationPage should render 1`] = ` justify-content: flex-start; } -.emotion-24 { +.emotion-33 { -webkit-align-items: stretch; -webkit-box-align: stretch; -ms-flex-align: stretch; @@ -469,33 +471,33 @@ exports[`MicrosegmentationPage should render 1`] = ` flex-direction: column; } -.emotion-28 { +.emotion-37 { background: linear-gradient(to top, #f2f2f2, #fff); padding: 20px 30px 0; } -.emotion-30 { +.emotion-39 { font: 600 20px HelveticaNeue-Reg,Helvetica,Arial,sans-serif; margin-bottom: 10px; display: inline-block; } -.emotion-32 { +.emotion-41 { margin-left: 10px; display: inline-block; } -.emotion-34 { +.emotion-43 { fill: #3697f2; cursor: pointer; vertical-align: text-bottom; } -.emotion-35 { +.emotion-44 { margin: 20px 0; } -.emotion-37 { +.emotion-46 { display: flex; -webkit-box-flex-flow: row nowrap; -webkit-flex-flow: row nowrap; @@ -504,14 +506,14 @@ exports[`MicrosegmentationPage should render 1`] = ` margin: 20px 0; } -.emotion-39 { +.emotion-48 { padding-right: 50px; -webkit-flex-basis: 15%; -ms-flex-preferred-size: 15%; flex-basis: 15%; } -.emotion-41 { +.emotion-50 { font-weight: 600; word-break: break-all; overflow: hidden; @@ -520,7 +522,7 @@ exports[`MicrosegmentationPage should render 1`] = ` max-width: 400px; } -.emotion-43 { +.emotion-52 { color: #3570f4; -webkit-text-decoration: none; text-decoration: none; @@ -528,17 +530,17 @@ exports[`MicrosegmentationPage should render 1`] = ` font-weight: ''; } -.emotion-45 { +.emotion-54 { color: #9a9a9a; font-size: 12px; text-transform: uppercase; } -.emotion-57 { +.emotion-66 { font-weight: 600; } -.emotion-65 { +.emotion-74 { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -552,7 +554,7 @@ exports[`MicrosegmentationPage should render 1`] = ` position: relative; } -.emotion-65>input[type='checkbox'] { +.emotion-74>input[type='checkbox'] { box-sizing: border-box; cursor: pointer; position: absolute; @@ -560,7 +562,7 @@ exports[`MicrosegmentationPage should render 1`] = ` visibility: hidden; } -.emotion-65>input[type='checkbox']+label { +.emotion-74>input[type='checkbox']+label { box-sizing: border-box; cursor: pointer; font-family: Helvetica,Arial,sans-serif; @@ -571,18 +573,18 @@ exports[`MicrosegmentationPage should render 1`] = ` white-space: nowrap; } -.emotion-65>input[type='checkbox']+label .label-content { +.emotion-74>input[type='checkbox']+label .label-content { display: inline-flex; margin-left: 6px; } @-moz-document url-prefix() { - .emotion-65>input[type='checkbox']+label .label-content { + .emotion-74>input[type='checkbox']+label .label-content { margin-top: 1px; } } -.emotion-65>input[type='checkbox']+label:before { +.emotion-74>input[type='checkbox']+label:before { background: #d5d5d5; border-radius: 9px; box-sizing: border-box; @@ -598,7 +600,7 @@ exports[`MicrosegmentationPage should render 1`] = ` width: 34px; } -.emotion-65>input[type='checkbox']+label::after { +.emotion-74>input[type='checkbox']+label::after { background-color: #fff; border: 2px solid rgba(54,151,242,0.5); border-radius: 50%; @@ -615,46 +617,46 @@ exports[`MicrosegmentationPage should render 1`] = ` width: 18px; } -.emotion-65>input[type='checkbox']:checked+label::before { +.emotion-74>input[type='checkbox']:checked+label::before { background-color: rgba(21,192,70,0.45); } -.emotion-65>input[type='checkbox']:checked+label::after { +.emotion-74>input[type='checkbox']:checked+label::after { background-color: #15c046; border-color: #15c046; left: 16px; } -.emotion-65>input[type='checkbox']:disabled+label { +.emotion-74>input[type='checkbox']:disabled+label { color: #9a9a9a; cursor: not-allowed; } -.emotion-65>input[type='checkbox']:disabled+label::before { +.emotion-74>input[type='checkbox']:disabled+label::before { background-color: #e8e8e8; cursor: not-allowed; } -.emotion-65>input[type='checkbox']:disabled+label::after { +.emotion-74>input[type='checkbox']:disabled+label::after { border-color: #d5d5d5; cursor: not-allowed; } -.emotion-65>input[type='checkbox']:checked:disabled+label::after { +.emotion-74>input[type='checkbox']:checked:disabled+label::after { background: #d5d5d5; } -.emotion-82 { +.emotion-91 { margin-left: 5px; } -.emotion-84 { +.emotion-93 { fill: #188fff; cursor: pointer; vertical-align: text-bottom; } -.emotion-85 { +.emotion-94 { -webkit-align-items: stretch; -webkit-box-align: stretch; -ms-flex-align: stretch; @@ -669,7 +671,7 @@ exports[`MicrosegmentationPage should render 1`] = ` position: relative; } -.emotion-85.vertical { +.emotion-94.vertical { background: #f5f8fe; display: flex; -webkit-flex-direction: column; @@ -682,7 +684,7 @@ exports[`MicrosegmentationPage should render 1`] = ` width: 300px; } -.emotion-86 { +.emotion-95 { font-family: Helvetica,Arial,sans-serif; font-size: 14px; font-weight: 300; @@ -703,11 +705,11 @@ exports[`MicrosegmentationPage should render 1`] = ` z-index: 1; } -.emotion-86:hover { +.emotion-95:hover { color: #3570f4; } -.emotion-86.active { +.emotion-95.active { background: #fff; border-top-left-radius: 2px; border-top-right-radius: 2px; @@ -715,11 +717,11 @@ exports[`MicrosegmentationPage should render 1`] = ` cursor: initial; } -.emotion-86.active:hover { +.emotion-95.active:hover { color: #303030; } -.emotion-86.vertical { +.emotion-95.vertical { background: #f5f8fe; border-left: solid 4px #f5f8fe; height: 24px; @@ -731,21 +733,21 @@ exports[`MicrosegmentationPage should render 1`] = ` text-align: left; } -.emotion-86.vertical.active { +.emotion-95.vertical.active { background: #fff; border-left: solid 4px #3697f2; color: #303030; } -.emotion-86.vertical.active:hover { +.emotion-95.vertical.active:hover { color: #303030; } -.emotion-95 { +.emotion-104 { margin: 20px; } -.emotion-97 { +.emotion-106 { padding-bottom: 20px; display: flex; -webkit-box-pack: justify; @@ -762,11 +764,11 @@ exports[`MicrosegmentationPage should render 1`] = ` float: right; } -.emotion-99 { +.emotion-108 { margin-right: 10px; } -.emotion-101 { +.emotion-110 { border: none; border-radius: 2px; box-shadow: 0 0 0 1px #3697f2 inset; @@ -791,25 +793,25 @@ exports[`MicrosegmentationPage should render 1`] = ` color: #3697f2; } -.emotion-101:first-of-type { +.emotion-110:first-of-type { margin-left: 0; } -.emotion-101:disabled { +.emotion-110:disabled { background: rgba(48,48,48,0.1); color: rgba(48,48,48,0.2); cursor: not-allowed; } -.emotion-101:disabled { +.emotion-110:disabled { box-shadow: 0 0 0 1px rgba(48,48,48,0.1) inset; } -.emotion-101:hover:not(:disabled) { +.emotion-110:hover:not(:disabled) { background: #d7e2fd; } -.emotion-102 { +.emotion-111 { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -832,13 +834,13 @@ exports[`MicrosegmentationPage should render 1`] = ` width: 20px; } -.emotion-104 { +.emotion-113 { fill: #303030; cursor: inherit; vertical-align: text-bottom; } -.emotion-105 { +.emotion-114 { margin-right: 0; border-left: 1px solid #d5d5d5; -webkit-flex: 0 0 350px; @@ -853,7 +855,7 @@ exports[`MicrosegmentationPage should render 1`] = ` width: 350px; } -.emotion-107 { +.emotion-116 { -webkit-align-items: baseline; -webkit-box-align: baseline; -ms-flex-align: baseline; @@ -869,38 +871,38 @@ exports[`MicrosegmentationPage should render 1`] = ` padding: 20px 30px 20px 15px; } -.emotion-109 { +.emotion-118 { font-size: 16px; font-weight: 600; } -.emotion-111 { +.emotion-120 { color: #3570f4; -webkit-text-decoration: none; text-decoration: none; cursor: pointer; } -.emotion-113 { +.emotion-122 { padding: 0 5px; color: #d5d5d5; } -.emotion-117 { +.emotion-126 { padding: 0 30px 0 15px; } -.emotion-119 { +.emotion-128 { padding: 10px 0; display: flex; } -.emotion-121 { +.emotion-130 { font-size: 1.25em; margin-right: 5px; } -.emotion-123 { +.emotion-132 { fill: #303030; cursor: inherit; vertical-align: baseline; @@ -938,40 +940,102 @@ exports[`MicrosegmentationPage should render 1`] = ` data-testid="navbar-item" >
-
- +
+ +
+ + + arrowhead-down + + + +
+
+
+
+ class="emotion-16 emotion-17" + > +
+ +
+ + + search + + + +
+
+
+
@@ -980,11 +1044,11 @@ exports[`MicrosegmentationPage should render 1`] = ` data-testid="navbar-item" >
dom
POINT OF CONTACT
SECURITY POINT OF CONTACT
2020-02-12 21:44 UTC
MODIFIED DATE
AUDIT ENABLED
N/A
AWS ACCOUNT ID
N/A
GCP PROJECT ID
More Details
Roles
Groups
Services
Policies
Tags
Templates
Settings
Visibility
History @@ -1283,14 +1347,14 @@ exports[`MicrosegmentationPage should render 1`] = `
@@ -1339,11 +1403,11 @@ exports[`MicrosegmentationPage should render 1`] = ` data-testid="user-domains" >
athens.ci diff --git a/ui/src/__tests__/pages/domain/[domain]/__snapshots__/policy.test.js.snap b/ui/src/__tests__/pages/domain/[domain]/__snapshots__/policy.test.js.snap index 3d16253fa0c..98d85efdd79 100644 --- a/ui/src/__tests__/pages/domain/[domain]/__snapshots__/policy.test.js.snap +++ b/ui/src/__tests__/pages/domain/[domain]/__snapshots__/policy.test.js.snap @@ -265,6 +265,25 @@ exports[`PolicyPage should render 1`] = ` } .emotion-9 { + display: flex; + width: 100%; +} + +.emotion-11 { + background: #ffffff; + width: 35%; +} + +.emotion-13 { + position: relative; + width: 100%; +} + +.emotion-13 input { + cursor: pointer; +} + +.emotion-14 { box-sizing: border-box; display: inline-flex; -webkit-box-flex-flow: row nowrap; @@ -278,7 +297,7 @@ exports[`PolicyPage should render 1`] = ` width: 100%; } -.emotion-9 input { +.emotion-14 input { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; @@ -304,42 +323,42 @@ exports[`PolicyPage should render 1`] = ` width: 100%; } -.emotion-9.animated input { +.emotion-14.animated input { -webkit-transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,border 0.2s ease-in-out; transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,border 0.2s ease-in-out; } -.emotion-9 input::-webkit-input-placeholder { +.emotion-14 input::-webkit-input-placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input::-moz-placeholder { +.emotion-14 input::-moz-placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input:-ms-input-placeholder { +.emotion-14 input:-ms-input-placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input::placeholder { +.emotion-14 input::placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input.focused, -.emotion-9 input:active, -.emotion-9 input:focus { +.emotion-14 input.focused, +.emotion-14 input:active, +.emotion-14 input:focus { background: rgba(53,112,244,0.05); border-bottom: 2px solid #3570f4; color: #303030; } -.emotion-9 input:invalid { +.emotion-14 input:invalid { background: rgba(53,112,244,0.05); border-bottom: 2px solid #d01111; color: #303030; } -.emotion-9 .message { +.emotion-14 .message { font-size: 12px; left: 0; line-height: 1.8; @@ -347,51 +366,22 @@ exports[`PolicyPage should render 1`] = ` top: 2.571rem; } -.emotion-9.error input, -.emotion-9.error input.focused, -.emotion-9.error input:active, -.emotion-9.error input:focus { +.emotion-14.error input, +.emotion-14.error input.focused, +.emotion-14.error input:active, +.emotion-14.error input:focus { border-bottom: 2px solid #d01111; } -.emotion-9.error .message { +.emotion-14.error .message { color: #d01111; } -.emotion-9 input { - background: rgba(242,242,242,0.1); - color: #fff; -} - -.emotion-9 input::-webkit-input-placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input::-moz-placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input:-ms-input-placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input::placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input.focused, -.emotion-9 input:active, -.emotion-9 input:focus { - background: rgba(242,242,242,0.1); - border-bottom: 2px solid #3570f4; - color: #fff; -} - -.emotion-9 input { +.emotion-14 input { padding-right: 36px; } -.emotion-9 .input-icon { +.emotion-14 .input-icon { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -402,33 +392,45 @@ exports[`PolicyPage should render 1`] = ` right: 6px; } -.emotion-10 { +.emotion-15 { + fill: #d5d5d5; + cursor: pointer; + vertical-align: text-bottom; +} + +.emotion-16 { + background: #ffffff; + width: 65%; + margin-left: 5px; +} + +.emotion-19 { fill: #3570f4; cursor: inherit; vertical-align: text-bottom; } -.emotion-12 { +.emotion-21 { display: flex; } -.emotion-14 { +.emotion-23 { fill: #fff; cursor: pointer; vertical-align: text-bottom; } -.emotion-15 { +.emotion-24 { position: relative; width: 0; height: 0; } -.emotion-17 { +.emotion-26 { margin-left: 15px; } -.emotion-20 { +.emotion-29 { -webkit-flex: 1 1 calc(100vh - 60px); -ms-flex: 1 1 calc(100vh - 60px); flex: 1 1 calc(100vh - 60px); @@ -436,7 +438,7 @@ exports[`PolicyPage should render 1`] = ` font: 300 14px HelveticaNeue-Reg,Helvetica,Arial,sans-serif; } -.emotion-22 { +.emotion-31 { -webkit-align-items: stretch; -webkit-box-align: stretch; -ms-flex-align: stretch; @@ -453,7 +455,7 @@ exports[`PolicyPage should render 1`] = ` justify-content: flex-start; } -.emotion-24 { +.emotion-33 { -webkit-align-items: stretch; -webkit-box-align: stretch; -ms-flex-align: stretch; @@ -469,33 +471,33 @@ exports[`PolicyPage should render 1`] = ` flex-direction: column; } -.emotion-28 { +.emotion-37 { background: linear-gradient(to top, #f2f2f2, #fff); padding: 20px 30px 0; } -.emotion-30 { +.emotion-39 { font: 600 20px HelveticaNeue-Reg,Helvetica,Arial,sans-serif; margin-bottom: 10px; display: inline-block; } -.emotion-32 { +.emotion-41 { margin-left: 10px; display: inline-block; } -.emotion-34 { +.emotion-43 { fill: #3697f2; cursor: pointer; vertical-align: text-bottom; } -.emotion-35 { +.emotion-44 { margin: 20px 0; } -.emotion-37 { +.emotion-46 { display: flex; -webkit-box-flex-flow: row nowrap; -webkit-flex-flow: row nowrap; @@ -504,14 +506,14 @@ exports[`PolicyPage should render 1`] = ` margin: 20px 0; } -.emotion-39 { +.emotion-48 { padding-right: 50px; -webkit-flex-basis: 15%; -ms-flex-preferred-size: 15%; flex-basis: 15%; } -.emotion-41 { +.emotion-50 { font-weight: 600; word-break: break-all; overflow: hidden; @@ -520,7 +522,7 @@ exports[`PolicyPage should render 1`] = ` max-width: 400px; } -.emotion-43 { +.emotion-52 { color: #3570f4; -webkit-text-decoration: none; text-decoration: none; @@ -528,17 +530,17 @@ exports[`PolicyPage should render 1`] = ` font-weight: ''; } -.emotion-45 { +.emotion-54 { color: #9a9a9a; font-size: 12px; text-transform: uppercase; } -.emotion-57 { +.emotion-66 { font-weight: 600; } -.emotion-65 { +.emotion-74 { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -552,7 +554,7 @@ exports[`PolicyPage should render 1`] = ` position: relative; } -.emotion-65>input[type='checkbox'] { +.emotion-74>input[type='checkbox'] { box-sizing: border-box; cursor: pointer; position: absolute; @@ -560,7 +562,7 @@ exports[`PolicyPage should render 1`] = ` visibility: hidden; } -.emotion-65>input[type='checkbox']+label { +.emotion-74>input[type='checkbox']+label { box-sizing: border-box; cursor: pointer; font-family: Helvetica,Arial,sans-serif; @@ -571,18 +573,18 @@ exports[`PolicyPage should render 1`] = ` white-space: nowrap; } -.emotion-65>input[type='checkbox']+label .label-content { +.emotion-74>input[type='checkbox']+label .label-content { display: inline-flex; margin-left: 6px; } @-moz-document url-prefix() { - .emotion-65>input[type='checkbox']+label .label-content { + .emotion-74>input[type='checkbox']+label .label-content { margin-top: 1px; } } -.emotion-65>input[type='checkbox']+label:before { +.emotion-74>input[type='checkbox']+label:before { background: #d5d5d5; border-radius: 9px; box-sizing: border-box; @@ -598,7 +600,7 @@ exports[`PolicyPage should render 1`] = ` width: 34px; } -.emotion-65>input[type='checkbox']+label::after { +.emotion-74>input[type='checkbox']+label::after { background-color: #fff; border: 2px solid rgba(54,151,242,0.5); border-radius: 50%; @@ -615,46 +617,46 @@ exports[`PolicyPage should render 1`] = ` width: 18px; } -.emotion-65>input[type='checkbox']:checked+label::before { +.emotion-74>input[type='checkbox']:checked+label::before { background-color: rgba(21,192,70,0.45); } -.emotion-65>input[type='checkbox']:checked+label::after { +.emotion-74>input[type='checkbox']:checked+label::after { background-color: #15c046; border-color: #15c046; left: 16px; } -.emotion-65>input[type='checkbox']:disabled+label { +.emotion-74>input[type='checkbox']:disabled+label { color: #9a9a9a; cursor: not-allowed; } -.emotion-65>input[type='checkbox']:disabled+label::before { +.emotion-74>input[type='checkbox']:disabled+label::before { background-color: #e8e8e8; cursor: not-allowed; } -.emotion-65>input[type='checkbox']:disabled+label::after { +.emotion-74>input[type='checkbox']:disabled+label::after { border-color: #d5d5d5; cursor: not-allowed; } -.emotion-65>input[type='checkbox']:checked:disabled+label::after { +.emotion-74>input[type='checkbox']:checked:disabled+label::after { background: #d5d5d5; } -.emotion-82 { +.emotion-91 { margin-left: 5px; } -.emotion-84 { +.emotion-93 { fill: #188fff; cursor: pointer; vertical-align: text-bottom; } -.emotion-87 { +.emotion-96 { border: none; border-radius: 2px; box-shadow: 0 0 0 1px #3697f2 inset; @@ -679,25 +681,25 @@ exports[`PolicyPage should render 1`] = ` color: #3697f2; } -.emotion-87:first-of-type { +.emotion-96:first-of-type { margin-left: 0; } -.emotion-87:disabled { +.emotion-96:disabled { background: rgba(48,48,48,0.1); color: rgba(48,48,48,0.2); cursor: not-allowed; } -.emotion-87:disabled { +.emotion-96:disabled { box-shadow: 0 0 0 1px rgba(48,48,48,0.1) inset; } -.emotion-87:hover:not(:disabled) { +.emotion-96:hover:not(:disabled) { background: #d7e2fd; } -.emotion-88 { +.emotion-97 { -webkit-align-items: stretch; -webkit-box-align: stretch; -ms-flex-align: stretch; @@ -712,7 +714,7 @@ exports[`PolicyPage should render 1`] = ` position: relative; } -.emotion-88.vertical { +.emotion-97.vertical { background: #f5f8fe; display: flex; -webkit-flex-direction: column; @@ -725,7 +727,7 @@ exports[`PolicyPage should render 1`] = ` width: 300px; } -.emotion-89 { +.emotion-98 { font-family: Helvetica,Arial,sans-serif; font-size: 14px; font-weight: 300; @@ -746,11 +748,11 @@ exports[`PolicyPage should render 1`] = ` z-index: 1; } -.emotion-89:hover { +.emotion-98:hover { color: #3570f4; } -.emotion-89.active { +.emotion-98.active { background: #fff; border-top-left-radius: 2px; border-top-right-radius: 2px; @@ -758,11 +760,11 @@ exports[`PolicyPage should render 1`] = ` cursor: initial; } -.emotion-89.active:hover { +.emotion-98.active:hover { color: #303030; } -.emotion-89.vertical { +.emotion-98.vertical { background: #f5f8fe; border-left: solid 4px #f5f8fe; height: 24px; @@ -774,21 +776,21 @@ exports[`PolicyPage should render 1`] = ` text-align: left; } -.emotion-89.vertical.active { +.emotion-98.vertical.active { background: #fff; border-left: solid 4px #3697f2; color: #303030; } -.emotion-89.vertical.active:hover { +.emotion-98.vertical.active:hover { color: #303030; } -.emotion-98 { +.emotion-107 { margin: 20px; } -.emotion-100 { +.emotion-109 { padding-bottom: 20px; display: flex; -webkit-box-pack: justify; @@ -805,7 +807,7 @@ exports[`PolicyPage should render 1`] = ` float: right; } -.emotion-103 { +.emotion-112 { width: 100%; border-spacing: 0 15px; display: table; @@ -813,7 +815,7 @@ exports[`PolicyPage should render 1`] = ` border-color: grey; } -.emotion-105 { +.emotion-114 { text-align: center; border-bottom: 2px solid rgb(213, 213, 213); color: rgb(154, 154, 154); @@ -825,7 +827,7 @@ exports[`PolicyPage should render 1`] = ` word-break: break-all; } -.emotion-107 { +.emotion-116 { text-align: left; border-bottom: 2px solid rgb(213, 213, 213); color: rgb(154, 154, 154); @@ -837,7 +839,7 @@ exports[`PolicyPage should render 1`] = ` word-break: break-all; } -.emotion-121 { +.emotion-130 { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -860,13 +862,13 @@ exports[`PolicyPage should render 1`] = ` width: 20px; } -.emotion-123 { +.emotion-132 { fill: #303030; cursor: inherit; vertical-align: text-bottom; } -.emotion-124 { +.emotion-133 { margin-right: 0; border-left: 1px solid #d5d5d5; -webkit-flex: 0 0 350px; @@ -881,7 +883,7 @@ exports[`PolicyPage should render 1`] = ` width: 350px; } -.emotion-126 { +.emotion-135 { -webkit-align-items: baseline; -webkit-box-align: baseline; -ms-flex-align: baseline; @@ -897,38 +899,38 @@ exports[`PolicyPage should render 1`] = ` padding: 20px 30px 20px 15px; } -.emotion-128 { +.emotion-137 { font-size: 16px; font-weight: 600; } -.emotion-130 { +.emotion-139 { color: #3570f4; -webkit-text-decoration: none; text-decoration: none; cursor: pointer; } -.emotion-132 { +.emotion-141 { padding: 0 5px; color: #d5d5d5; } -.emotion-136 { +.emotion-145 { padding: 0 30px 0 15px; } -.emotion-138 { +.emotion-147 { padding: 10px 0; display: flex; } -.emotion-140 { +.emotion-149 { font-size: 1.25em; margin-right: 5px; } -.emotion-142 { +.emotion-151 { fill: #303030; cursor: inherit; vertical-align: baseline; @@ -966,40 +968,102 @@ exports[`PolicyPage should render 1`] = ` data-testid="navbar-item" >
-
- +
+ +
+ + + arrowhead-down + + + +
+
+
+
+ class="emotion-16 emotion-17" + > +
+ +
+ + + search + + + +
+
+
+
@@ -1008,11 +1072,11 @@ exports[`PolicyPage should render 1`] = ` data-testid="navbar-item" >
home.pgote
POINT OF CONTACT
SECURITY POINT OF CONTACT
2020-01-24 18:14 UTC
MODIFIED DATE
AUDIT ENABLED
1231243134
AWS ACCOUNT ID
N/A
GCP PROJECT ID
More Details
@@ -1260,59 +1324,59 @@ exports[`PolicyPage should render 1`] = `
Roles
Groups
Services
Policies
Tags
Templates
Settings
Visibility
History @@ -1320,62 +1384,62 @@ exports[`PolicyPage should render 1`] = `
@@ -1390,11 +1454,11 @@ exports[`PolicyPage should render 1`] = ` data-testid="user-domains" >
athens.ci diff --git a/ui/src/__tests__/pages/domain/[domain]/__snapshots__/role.test.js.snap b/ui/src/__tests__/pages/domain/[domain]/__snapshots__/role.test.js.snap index 7574eae707f..16555257001 100644 --- a/ui/src/__tests__/pages/domain/[domain]/__snapshots__/role.test.js.snap +++ b/ui/src/__tests__/pages/domain/[domain]/__snapshots__/role.test.js.snap @@ -265,6 +265,25 @@ exports[`RolePage should render 1`] = ` } .emotion-9 { + display: flex; + width: 100%; +} + +.emotion-11 { + background: #ffffff; + width: 35%; +} + +.emotion-13 { + position: relative; + width: 100%; +} + +.emotion-13 input { + cursor: pointer; +} + +.emotion-14 { box-sizing: border-box; display: inline-flex; -webkit-box-flex-flow: row nowrap; @@ -278,7 +297,7 @@ exports[`RolePage should render 1`] = ` width: 100%; } -.emotion-9 input { +.emotion-14 input { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; @@ -304,42 +323,42 @@ exports[`RolePage should render 1`] = ` width: 100%; } -.emotion-9.animated input { +.emotion-14.animated input { -webkit-transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,border 0.2s ease-in-out; transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,border 0.2s ease-in-out; } -.emotion-9 input::-webkit-input-placeholder { +.emotion-14 input::-webkit-input-placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input::-moz-placeholder { +.emotion-14 input::-moz-placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input:-ms-input-placeholder { +.emotion-14 input:-ms-input-placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input::placeholder { +.emotion-14 input::placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input.focused, -.emotion-9 input:active, -.emotion-9 input:focus { +.emotion-14 input.focused, +.emotion-14 input:active, +.emotion-14 input:focus { background: rgba(53,112,244,0.05); border-bottom: 2px solid #3570f4; color: #303030; } -.emotion-9 input:invalid { +.emotion-14 input:invalid { background: rgba(53,112,244,0.05); border-bottom: 2px solid #d01111; color: #303030; } -.emotion-9 .message { +.emotion-14 .message { font-size: 12px; left: 0; line-height: 1.8; @@ -347,51 +366,22 @@ exports[`RolePage should render 1`] = ` top: 2.571rem; } -.emotion-9.error input, -.emotion-9.error input.focused, -.emotion-9.error input:active, -.emotion-9.error input:focus { +.emotion-14.error input, +.emotion-14.error input.focused, +.emotion-14.error input:active, +.emotion-14.error input:focus { border-bottom: 2px solid #d01111; } -.emotion-9.error .message { +.emotion-14.error .message { color: #d01111; } -.emotion-9 input { - background: rgba(242,242,242,0.1); - color: #fff; -} - -.emotion-9 input::-webkit-input-placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input::-moz-placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input:-ms-input-placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input::placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input.focused, -.emotion-9 input:active, -.emotion-9 input:focus { - background: rgba(242,242,242,0.1); - border-bottom: 2px solid #3570f4; - color: #fff; -} - -.emotion-9 input { +.emotion-14 input { padding-right: 36px; } -.emotion-9 .input-icon { +.emotion-14 .input-icon { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -402,33 +392,45 @@ exports[`RolePage should render 1`] = ` right: 6px; } -.emotion-10 { +.emotion-15 { + fill: #d5d5d5; + cursor: pointer; + vertical-align: text-bottom; +} + +.emotion-16 { + background: #ffffff; + width: 65%; + margin-left: 5px; +} + +.emotion-19 { fill: #3570f4; cursor: inherit; vertical-align: text-bottom; } -.emotion-12 { +.emotion-21 { display: flex; } -.emotion-14 { +.emotion-23 { fill: #fff; cursor: pointer; vertical-align: text-bottom; } -.emotion-15 { +.emotion-24 { position: relative; width: 0; height: 0; } -.emotion-17 { +.emotion-26 { margin-left: 15px; } -.emotion-20 { +.emotion-29 { -webkit-flex: 1 1 calc(100vh - 60px); -ms-flex: 1 1 calc(100vh - 60px); flex: 1 1 calc(100vh - 60px); @@ -436,7 +438,7 @@ exports[`RolePage should render 1`] = ` font: 300 14px HelveticaNeue-Reg,Helvetica,Arial,sans-serif; } -.emotion-22 { +.emotion-31 { -webkit-align-items: stretch; -webkit-box-align: stretch; -ms-flex-align: stretch; @@ -453,7 +455,7 @@ exports[`RolePage should render 1`] = ` justify-content: flex-start; } -.emotion-24 { +.emotion-33 { -webkit-align-items: stretch; -webkit-box-align: stretch; -ms-flex-align: stretch; @@ -469,33 +471,33 @@ exports[`RolePage should render 1`] = ` flex-direction: column; } -.emotion-28 { +.emotion-37 { background: linear-gradient(to top, #f2f2f2, #fff); padding: 20px 30px 0; } -.emotion-30 { +.emotion-39 { font: 600 20px HelveticaNeue-Reg,Helvetica,Arial,sans-serif; margin-bottom: 10px; display: inline-block; } -.emotion-32 { +.emotion-41 { margin-left: 10px; display: inline-block; } -.emotion-34 { +.emotion-43 { fill: #3697f2; cursor: pointer; vertical-align: text-bottom; } -.emotion-35 { +.emotion-44 { margin: 20px 0; } -.emotion-37 { +.emotion-46 { display: flex; -webkit-box-flex-flow: row nowrap; -webkit-flex-flow: row nowrap; @@ -504,14 +506,14 @@ exports[`RolePage should render 1`] = ` margin: 20px 0; } -.emotion-39 { +.emotion-48 { padding-right: 50px; -webkit-flex-basis: 15%; -ms-flex-preferred-size: 15%; flex-basis: 15%; } -.emotion-41 { +.emotion-50 { font-weight: 600; word-break: break-all; overflow: hidden; @@ -520,7 +522,7 @@ exports[`RolePage should render 1`] = ` max-width: 400px; } -.emotion-43 { +.emotion-52 { color: #3570f4; -webkit-text-decoration: none; text-decoration: none; @@ -528,17 +530,17 @@ exports[`RolePage should render 1`] = ` font-weight: ''; } -.emotion-45 { +.emotion-54 { color: #9a9a9a; font-size: 12px; text-transform: uppercase; } -.emotion-57 { +.emotion-66 { font-weight: 600; } -.emotion-65 { +.emotion-74 { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -552,7 +554,7 @@ exports[`RolePage should render 1`] = ` position: relative; } -.emotion-65>input[type='checkbox'] { +.emotion-74>input[type='checkbox'] { box-sizing: border-box; cursor: pointer; position: absolute; @@ -560,7 +562,7 @@ exports[`RolePage should render 1`] = ` visibility: hidden; } -.emotion-65>input[type='checkbox']+label { +.emotion-74>input[type='checkbox']+label { box-sizing: border-box; cursor: pointer; font-family: Helvetica,Arial,sans-serif; @@ -571,18 +573,18 @@ exports[`RolePage should render 1`] = ` white-space: nowrap; } -.emotion-65>input[type='checkbox']+label .label-content { +.emotion-74>input[type='checkbox']+label .label-content { display: inline-flex; margin-left: 6px; } @-moz-document url-prefix() { - .emotion-65>input[type='checkbox']+label .label-content { + .emotion-74>input[type='checkbox']+label .label-content { margin-top: 1px; } } -.emotion-65>input[type='checkbox']+label:before { +.emotion-74>input[type='checkbox']+label:before { background: #d5d5d5; border-radius: 9px; box-sizing: border-box; @@ -598,7 +600,7 @@ exports[`RolePage should render 1`] = ` width: 34px; } -.emotion-65>input[type='checkbox']+label::after { +.emotion-74>input[type='checkbox']+label::after { background-color: #fff; border: 2px solid rgba(54,151,242,0.5); border-radius: 50%; @@ -615,46 +617,46 @@ exports[`RolePage should render 1`] = ` width: 18px; } -.emotion-65>input[type='checkbox']:checked+label::before { +.emotion-74>input[type='checkbox']:checked+label::before { background-color: rgba(21,192,70,0.45); } -.emotion-65>input[type='checkbox']:checked+label::after { +.emotion-74>input[type='checkbox']:checked+label::after { background-color: #15c046; border-color: #15c046; left: 16px; } -.emotion-65>input[type='checkbox']:disabled+label { +.emotion-74>input[type='checkbox']:disabled+label { color: #9a9a9a; cursor: not-allowed; } -.emotion-65>input[type='checkbox']:disabled+label::before { +.emotion-74>input[type='checkbox']:disabled+label::before { background-color: #e8e8e8; cursor: not-allowed; } -.emotion-65>input[type='checkbox']:disabled+label::after { +.emotion-74>input[type='checkbox']:disabled+label::after { border-color: #d5d5d5; cursor: not-allowed; } -.emotion-65>input[type='checkbox']:checked:disabled+label::after { +.emotion-74>input[type='checkbox']:checked:disabled+label::after { background: #d5d5d5; } -.emotion-82 { +.emotion-91 { margin-left: 5px; } -.emotion-84 { +.emotion-93 { fill: #188fff; cursor: pointer; vertical-align: text-bottom; } -.emotion-85 { +.emotion-94 { -webkit-align-items: stretch; -webkit-box-align: stretch; -ms-flex-align: stretch; @@ -669,7 +671,7 @@ exports[`RolePage should render 1`] = ` position: relative; } -.emotion-85.vertical { +.emotion-94.vertical { background: #f5f8fe; display: flex; -webkit-flex-direction: column; @@ -682,7 +684,7 @@ exports[`RolePage should render 1`] = ` width: 300px; } -.emotion-86 { +.emotion-95 { font-family: Helvetica,Arial,sans-serif; font-size: 14px; font-weight: 300; @@ -703,11 +705,11 @@ exports[`RolePage should render 1`] = ` z-index: 1; } -.emotion-86:hover { +.emotion-95:hover { color: #3570f4; } -.emotion-86.active { +.emotion-95.active { background: #fff; border-top-left-radius: 2px; border-top-right-radius: 2px; @@ -715,11 +717,11 @@ exports[`RolePage should render 1`] = ` cursor: initial; } -.emotion-86.active:hover { +.emotion-95.active:hover { color: #303030; } -.emotion-86.vertical { +.emotion-95.vertical { background: #f5f8fe; border-left: solid 4px #f5f8fe; height: 24px; @@ -731,21 +733,21 @@ exports[`RolePage should render 1`] = ` text-align: left; } -.emotion-86.vertical.active { +.emotion-95.vertical.active { background: #fff; border-left: solid 4px #3697f2; color: #303030; } -.emotion-86.vertical.active:hover { +.emotion-95.vertical.active:hover { color: #303030; } -.emotion-95 { +.emotion-104 { margin: 20px; } -.emotion-97 { +.emotion-106 { padding-bottom: 20px; display: flex; -webkit-box-pack: justify; @@ -761,11 +763,11 @@ exports[`RolePage should render 1`] = ` flex-flow: row nowrap; } -.emotion-99 { +.emotion-108 { vertical-align: middle; } -.emotion-101 { +.emotion-110 { -webkit-align-items: stretch; -webkit-box-align: stretch; -ms-flex-align: stretch; @@ -779,7 +781,7 @@ exports[`RolePage should render 1`] = ` position: relative; } -.emotion-101::before { +.emotion-110::before { background: #fff; border: 2px solid #0072df; border-radius: 2px; @@ -793,7 +795,7 @@ exports[`RolePage should render 1`] = ` width: calc(50% + 4px); } -.emotion-102 { +.emotion-111 { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -818,11 +820,11 @@ exports[`RolePage should render 1`] = ` z-index: 1; } -.emotion-102:hover { +.emotion-111:hover { color: #303030; } -.emotion-103 { +.emotion-112 { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -847,124 +849,15 @@ exports[`RolePage should render 1`] = ` z-index: 1; } -.emotion-103:hover { +.emotion-112:hover { color: #3570f4; } -.emotion-104 { +.emotion-113 { width: 50%; } -.emotion-106 { - box-sizing: border-box; - display: inline-flex; - -webkit-box-flex-flow: row nowrap; - -webkit-flex-flow: row nowrap; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - font-family: Helvetica,Arial,sans-serif; - font-size: 14px; - font-weight: 300; - position: relative; - width: 100%; -} - -.emotion-106 input { - -webkit-appearance: none; - -moz-appearance: none; - -ms-appearance: none; - appearance: none; - background: rgba(53,112,244,0.05); - border-top: 2px solid transparent; - border-bottom: 2px solid transparent; - border-right: transparent; - border-left: transparent; - border-radius: 2px; - box-shadow: none; - box-sizing: border-box; - color: #303030; - -webkit-flex: 1 0 auto; - -ms-flex: 1 0 auto; - flex: 1 0 auto; - font: inherit; - height: 36px; - margin: 0; - outline: none; - padding: 0 1rem; - text-align: left; - width: 100%; -} - -.emotion-106.animated input { - -webkit-transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,border 0.2s ease-in-out; - transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,border 0.2s ease-in-out; -} - -.emotion-106 input::-webkit-input-placeholder { - color: rgba(48,48,48,0.6); -} - -.emotion-106 input::-moz-placeholder { - color: rgba(48,48,48,0.6); -} - -.emotion-106 input:-ms-input-placeholder { - color: rgba(48,48,48,0.6); -} - -.emotion-106 input::placeholder { - color: rgba(48,48,48,0.6); -} - -.emotion-106 input.focused, -.emotion-106 input:active, -.emotion-106 input:focus { - background: rgba(53,112,244,0.05); - border-bottom: 2px solid #3570f4; - color: #303030; -} - -.emotion-106 input:invalid { - background: rgba(53,112,244,0.05); - border-bottom: 2px solid #d01111; - color: #303030; -} - -.emotion-106 .message { - font-size: 12px; - left: 0; - line-height: 1.8; - position: absolute; - top: 2.571rem; -} - -.emotion-106.error input, -.emotion-106.error input.focused, -.emotion-106.error input:active, -.emotion-106.error input:focus { - border-bottom: 2px solid #d01111; -} - -.emotion-106.error .message { - color: #d01111; -} - -.emotion-106 input { - padding-right: 36px; -} - -.emotion-106 .input-icon { - -webkit-align-items: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: flex; - height: 36px; - position: absolute; - right: 6px; -} - -.emotion-108 { +.emotion-117 { border: none; border-radius: 2px; box-shadow: 0 0 0 1px #3697f2 inset; @@ -989,25 +882,25 @@ exports[`RolePage should render 1`] = ` color: #3697f2; } -.emotion-108:first-of-type { +.emotion-117:first-of-type { margin-left: 0; } -.emotion-108:disabled { +.emotion-117:disabled { background: rgba(48,48,48,0.1); color: rgba(48,48,48,0.2); cursor: not-allowed; } -.emotion-108:disabled { +.emotion-117:disabled { box-shadow: 0 0 0 1px rgba(48,48,48,0.1) inset; } -.emotion-108:hover:not(:disabled) { +.emotion-117:hover:not(:disabled) { background: #d7e2fd; } -.emotion-110 { +.emotion-119 { width: 100%; border-spacing: 0 15px; display: table; @@ -1015,7 +908,7 @@ exports[`RolePage should render 1`] = ` border-color: grey; } -.emotion-112 { +.emotion-121 { border-bottom: 2px solid rgb(213, 213, 213); color: rgb(154, 154, 154); vertical-align: top; @@ -1025,22 +918,22 @@ exports[`RolePage should render 1`] = ` display: flex; } -.emotion-114 { +.emotion-123 { text-align: left; width: 28%; } -.emotion-116 { +.emotion-125 { text-align: left; width: 15%; } -.emotion-120 { +.emotion-129 { text-align: center; width: 7%; } -.emotion-134 { +.emotion-143 { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -1063,13 +956,13 @@ exports[`RolePage should render 1`] = ` width: 20px; } -.emotion-136 { +.emotion-145 { fill: #303030; cursor: inherit; vertical-align: text-bottom; } -.emotion-137 { +.emotion-146 { margin-right: 0; border-left: 1px solid #d5d5d5; -webkit-flex: 0 0 350px; @@ -1084,7 +977,7 @@ exports[`RolePage should render 1`] = ` width: 350px; } -.emotion-139 { +.emotion-148 { -webkit-align-items: baseline; -webkit-box-align: baseline; -ms-flex-align: baseline; @@ -1100,38 +993,38 @@ exports[`RolePage should render 1`] = ` padding: 20px 30px 20px 15px; } -.emotion-141 { +.emotion-150 { font-size: 16px; font-weight: 600; } -.emotion-143 { +.emotion-152 { color: #3570f4; -webkit-text-decoration: none; text-decoration: none; cursor: pointer; } -.emotion-145 { +.emotion-154 { padding: 0 5px; color: #d5d5d5; } -.emotion-149 { +.emotion-158 { padding: 0 30px 0 15px; } -.emotion-151 { +.emotion-160 { padding: 10px 0; display: flex; } -.emotion-153 { +.emotion-162 { font-size: 1.25em; margin-right: 5px; } -.emotion-155 { +.emotion-164 { fill: #303030; cursor: inherit; vertical-align: baseline; @@ -1169,40 +1062,102 @@ exports[`RolePage should render 1`] = ` data-testid="navbar-item" >
-
- +
+ +
+ + + arrowhead-down + + + +
+
+
+
+ class="emotion-16 emotion-17" + > +
+ +
+ + + search + + + +
+
+
+
@@ -1211,11 +1166,11 @@ exports[`RolePage should render 1`] = ` data-testid="navbar-item" >
dom
POINT OF CONTACT
SECURITY POINT OF CONTACT
2020-02-12 21:44 UTC
MODIFIED DATE
AUDIT ENABLED
N/A
AWS ACCOUNT ID
N/A
GCP PROJECT ID
More Details
Roles
Groups
Services
Policies
Tags
Templates
Settings
Visibility
History @@ -1514,28 +1469,28 @@ exports[`RolePage should render 1`] = `
Roles
@@ -1544,10 +1499,10 @@ exports[`RolePage should render 1`] = `
Role
Modified Date
Reviewed Date
Members
Review
Policy Rule
Tags
Settings
History
Delete
@@ -1662,11 +1617,11 @@ exports[`RolePage should render 1`] = ` data-testid="user-domains" >
athens.ci diff --git a/ui/src/__tests__/pages/domain/[domain]/__snapshots__/service.test.js.snap b/ui/src/__tests__/pages/domain/[domain]/__snapshots__/service.test.js.snap index 7988878ea9b..408ecaf65f5 100644 --- a/ui/src/__tests__/pages/domain/[domain]/__snapshots__/service.test.js.snap +++ b/ui/src/__tests__/pages/domain/[domain]/__snapshots__/service.test.js.snap @@ -265,6 +265,25 @@ exports[`ServicePage should render 1`] = ` } .emotion-9 { + display: flex; + width: 100%; +} + +.emotion-11 { + background: #ffffff; + width: 35%; +} + +.emotion-13 { + position: relative; + width: 100%; +} + +.emotion-13 input { + cursor: pointer; +} + +.emotion-14 { box-sizing: border-box; display: inline-flex; -webkit-box-flex-flow: row nowrap; @@ -278,7 +297,7 @@ exports[`ServicePage should render 1`] = ` width: 100%; } -.emotion-9 input { +.emotion-14 input { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; @@ -304,42 +323,42 @@ exports[`ServicePage should render 1`] = ` width: 100%; } -.emotion-9.animated input { +.emotion-14.animated input { -webkit-transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,border 0.2s ease-in-out; transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,border 0.2s ease-in-out; } -.emotion-9 input::-webkit-input-placeholder { +.emotion-14 input::-webkit-input-placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input::-moz-placeholder { +.emotion-14 input::-moz-placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input:-ms-input-placeholder { +.emotion-14 input:-ms-input-placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input::placeholder { +.emotion-14 input::placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input.focused, -.emotion-9 input:active, -.emotion-9 input:focus { +.emotion-14 input.focused, +.emotion-14 input:active, +.emotion-14 input:focus { background: rgba(53,112,244,0.05); border-bottom: 2px solid #3570f4; color: #303030; } -.emotion-9 input:invalid { +.emotion-14 input:invalid { background: rgba(53,112,244,0.05); border-bottom: 2px solid #d01111; color: #303030; } -.emotion-9 .message { +.emotion-14 .message { font-size: 12px; left: 0; line-height: 1.8; @@ -347,51 +366,22 @@ exports[`ServicePage should render 1`] = ` top: 2.571rem; } -.emotion-9.error input, -.emotion-9.error input.focused, -.emotion-9.error input:active, -.emotion-9.error input:focus { +.emotion-14.error input, +.emotion-14.error input.focused, +.emotion-14.error input:active, +.emotion-14.error input:focus { border-bottom: 2px solid #d01111; } -.emotion-9.error .message { +.emotion-14.error .message { color: #d01111; } -.emotion-9 input { - background: rgba(242,242,242,0.1); - color: #fff; -} - -.emotion-9 input::-webkit-input-placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input::-moz-placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input:-ms-input-placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input::placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input.focused, -.emotion-9 input:active, -.emotion-9 input:focus { - background: rgba(242,242,242,0.1); - border-bottom: 2px solid #3570f4; - color: #fff; -} - -.emotion-9 input { +.emotion-14 input { padding-right: 36px; } -.emotion-9 .input-icon { +.emotion-14 .input-icon { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -402,33 +392,45 @@ exports[`ServicePage should render 1`] = ` right: 6px; } -.emotion-10 { +.emotion-15 { + fill: #d5d5d5; + cursor: pointer; + vertical-align: text-bottom; +} + +.emotion-16 { + background: #ffffff; + width: 65%; + margin-left: 5px; +} + +.emotion-19 { fill: #3570f4; cursor: inherit; vertical-align: text-bottom; } -.emotion-12 { +.emotion-21 { display: flex; } -.emotion-14 { +.emotion-23 { fill: #fff; cursor: pointer; vertical-align: text-bottom; } -.emotion-15 { +.emotion-24 { position: relative; width: 0; height: 0; } -.emotion-17 { +.emotion-26 { margin-left: 15px; } -.emotion-20 { +.emotion-29 { -webkit-flex: 1 1 calc(100vh - 60px); -ms-flex: 1 1 calc(100vh - 60px); flex: 1 1 calc(100vh - 60px); @@ -436,7 +438,7 @@ exports[`ServicePage should render 1`] = ` font: 300 14px HelveticaNeue-Reg,Helvetica,Arial,sans-serif; } -.emotion-22 { +.emotion-31 { -webkit-align-items: stretch; -webkit-box-align: stretch; -ms-flex-align: stretch; @@ -453,7 +455,7 @@ exports[`ServicePage should render 1`] = ` justify-content: flex-start; } -.emotion-24 { +.emotion-33 { -webkit-align-items: stretch; -webkit-box-align: stretch; -ms-flex-align: stretch; @@ -469,33 +471,33 @@ exports[`ServicePage should render 1`] = ` flex-direction: column; } -.emotion-28 { +.emotion-37 { background: linear-gradient(to top, #f2f2f2, #fff); padding: 20px 30px 0; } -.emotion-30 { +.emotion-39 { font: 600 20px HelveticaNeue-Reg,Helvetica,Arial,sans-serif; margin-bottom: 10px; display: inline-block; } -.emotion-32 { +.emotion-41 { margin-left: 10px; display: inline-block; } -.emotion-34 { +.emotion-43 { fill: #3697f2; cursor: pointer; vertical-align: text-bottom; } -.emotion-35 { +.emotion-44 { margin: 20px 0; } -.emotion-37 { +.emotion-46 { display: flex; -webkit-box-flex-flow: row nowrap; -webkit-flex-flow: row nowrap; @@ -504,14 +506,14 @@ exports[`ServicePage should render 1`] = ` margin: 20px 0; } -.emotion-39 { +.emotion-48 { padding-right: 50px; -webkit-flex-basis: 15%; -ms-flex-preferred-size: 15%; flex-basis: 15%; } -.emotion-41 { +.emotion-50 { font-weight: 600; word-break: break-all; overflow: hidden; @@ -520,7 +522,7 @@ exports[`ServicePage should render 1`] = ` max-width: 400px; } -.emotion-43 { +.emotion-52 { color: #3570f4; -webkit-text-decoration: none; text-decoration: none; @@ -528,17 +530,17 @@ exports[`ServicePage should render 1`] = ` font-weight: ''; } -.emotion-45 { +.emotion-54 { color: #9a9a9a; font-size: 12px; text-transform: uppercase; } -.emotion-57 { +.emotion-66 { font-weight: 600; } -.emotion-65 { +.emotion-74 { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -552,7 +554,7 @@ exports[`ServicePage should render 1`] = ` position: relative; } -.emotion-65>input[type='checkbox'] { +.emotion-74>input[type='checkbox'] { box-sizing: border-box; cursor: pointer; position: absolute; @@ -560,7 +562,7 @@ exports[`ServicePage should render 1`] = ` visibility: hidden; } -.emotion-65>input[type='checkbox']+label { +.emotion-74>input[type='checkbox']+label { box-sizing: border-box; cursor: pointer; font-family: Helvetica,Arial,sans-serif; @@ -571,18 +573,18 @@ exports[`ServicePage should render 1`] = ` white-space: nowrap; } -.emotion-65>input[type='checkbox']+label .label-content { +.emotion-74>input[type='checkbox']+label .label-content { display: inline-flex; margin-left: 6px; } @-moz-document url-prefix() { - .emotion-65>input[type='checkbox']+label .label-content { + .emotion-74>input[type='checkbox']+label .label-content { margin-top: 1px; } } -.emotion-65>input[type='checkbox']+label:before { +.emotion-74>input[type='checkbox']+label:before { background: #d5d5d5; border-radius: 9px; box-sizing: border-box; @@ -598,7 +600,7 @@ exports[`ServicePage should render 1`] = ` width: 34px; } -.emotion-65>input[type='checkbox']+label::after { +.emotion-74>input[type='checkbox']+label::after { background-color: #fff; border: 2px solid rgba(54,151,242,0.5); border-radius: 50%; @@ -615,46 +617,46 @@ exports[`ServicePage should render 1`] = ` width: 18px; } -.emotion-65>input[type='checkbox']:checked+label::before { +.emotion-74>input[type='checkbox']:checked+label::before { background-color: rgba(21,192,70,0.45); } -.emotion-65>input[type='checkbox']:checked+label::after { +.emotion-74>input[type='checkbox']:checked+label::after { background-color: #15c046; border-color: #15c046; left: 16px; } -.emotion-65>input[type='checkbox']:disabled+label { +.emotion-74>input[type='checkbox']:disabled+label { color: #9a9a9a; cursor: not-allowed; } -.emotion-65>input[type='checkbox']:disabled+label::before { +.emotion-74>input[type='checkbox']:disabled+label::before { background-color: #e8e8e8; cursor: not-allowed; } -.emotion-65>input[type='checkbox']:disabled+label::after { +.emotion-74>input[type='checkbox']:disabled+label::after { border-color: #d5d5d5; cursor: not-allowed; } -.emotion-65>input[type='checkbox']:checked:disabled+label::after { +.emotion-74>input[type='checkbox']:checked:disabled+label::after { background: #d5d5d5; } -.emotion-82 { +.emotion-91 { margin-left: 5px; } -.emotion-84 { +.emotion-93 { fill: #188fff; cursor: pointer; vertical-align: text-bottom; } -.emotion-87 { +.emotion-96 { border: none; border-radius: 2px; box-shadow: 0 0 0 1px #3697f2 inset; @@ -679,25 +681,25 @@ exports[`ServicePage should render 1`] = ` color: #3697f2; } -.emotion-87:first-of-type { +.emotion-96:first-of-type { margin-left: 0; } -.emotion-87:disabled { +.emotion-96:disabled { background: rgba(48,48,48,0.1); color: rgba(48,48,48,0.2); cursor: not-allowed; } -.emotion-87:disabled { +.emotion-96:disabled { box-shadow: 0 0 0 1px rgba(48,48,48,0.1) inset; } -.emotion-87:hover:not(:disabled) { +.emotion-96:hover:not(:disabled) { background: #d7e2fd; } -.emotion-88 { +.emotion-97 { -webkit-align-items: stretch; -webkit-box-align: stretch; -ms-flex-align: stretch; @@ -712,7 +714,7 @@ exports[`ServicePage should render 1`] = ` position: relative; } -.emotion-88.vertical { +.emotion-97.vertical { background: #f5f8fe; display: flex; -webkit-flex-direction: column; @@ -725,7 +727,7 @@ exports[`ServicePage should render 1`] = ` width: 300px; } -.emotion-89 { +.emotion-98 { font-family: Helvetica,Arial,sans-serif; font-size: 14px; font-weight: 300; @@ -746,11 +748,11 @@ exports[`ServicePage should render 1`] = ` z-index: 1; } -.emotion-89:hover { +.emotion-98:hover { color: #3570f4; } -.emotion-89.active { +.emotion-98.active { background: #fff; border-top-left-radius: 2px; border-top-right-radius: 2px; @@ -758,11 +760,11 @@ exports[`ServicePage should render 1`] = ` cursor: initial; } -.emotion-89.active:hover { +.emotion-98.active:hover { color: #303030; } -.emotion-89.vertical { +.emotion-98.vertical { background: #f5f8fe; border-left: solid 4px #f5f8fe; height: 24px; @@ -774,21 +776,21 @@ exports[`ServicePage should render 1`] = ` text-align: left; } -.emotion-89.vertical.active { +.emotion-98.vertical.active { background: #fff; border-left: solid 4px #3697f2; color: #303030; } -.emotion-89.vertical.active:hover { +.emotion-98.vertical.active:hover { color: #303030; } -.emotion-98 { +.emotion-107 { margin: 20px; } -.emotion-100 { +.emotion-109 { padding-bottom: 20px; display: flex; -webkit-box-pack: justify; @@ -805,7 +807,7 @@ exports[`ServicePage should render 1`] = ` float: right; } -.emotion-103 { +.emotion-112 { width: 100%; border-spacing: 0; display: table; @@ -813,7 +815,7 @@ exports[`ServicePage should render 1`] = ` border-color: #9a9a9a; } -.emotion-105 { +.emotion-114 { text-align: left; border-bottom: 2px solid #d5d5d5; color: #9a9a9a; @@ -825,7 +827,7 @@ exports[`ServicePage should render 1`] = ` word-break: break-all; } -.emotion-109 { +.emotion-118 { text-align: center; border-bottom: 2px solid #d5d5d5; color: #9a9a9a; @@ -837,7 +839,7 @@ exports[`ServicePage should render 1`] = ` word-break: break-all; } -.emotion-121 { +.emotion-130 { background-color: #3570f40D; text-align: left; padding: 5px 0 5px 15px; @@ -845,7 +847,7 @@ exports[`ServicePage should render 1`] = ` word-break: break-all; } -.emotion-125 { +.emotion-134 { background-color: #3570f40D; text-align: center; padding: 5px 0 5px 15px; @@ -853,21 +855,21 @@ exports[`ServicePage should render 1`] = ` word-break: break-all; } -.emotion-142 { +.emotion-151 { text-align: left; padding: 5px 0 5px 15px; vertical-align: middle; word-break: break-all; } -.emotion-146 { +.emotion-155 { text-align: center; padding: 5px 0 5px 15px; vertical-align: middle; word-break: break-all; } -.emotion-161 { +.emotion-170 { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -890,13 +892,13 @@ exports[`ServicePage should render 1`] = ` width: 20px; } -.emotion-163 { +.emotion-172 { fill: #303030; cursor: inherit; vertical-align: text-bottom; } -.emotion-164 { +.emotion-173 { margin-right: 0; border-left: 1px solid #d5d5d5; -webkit-flex: 0 0 350px; @@ -911,7 +913,7 @@ exports[`ServicePage should render 1`] = ` width: 350px; } -.emotion-166 { +.emotion-175 { -webkit-align-items: baseline; -webkit-box-align: baseline; -ms-flex-align: baseline; @@ -927,38 +929,38 @@ exports[`ServicePage should render 1`] = ` padding: 20px 30px 20px 15px; } -.emotion-168 { +.emotion-177 { font-size: 16px; font-weight: 600; } -.emotion-170 { +.emotion-179 { color: #3570f4; -webkit-text-decoration: none; text-decoration: none; cursor: pointer; } -.emotion-172 { +.emotion-181 { padding: 0 5px; color: #d5d5d5; } -.emotion-176 { +.emotion-185 { padding: 0 30px 0 15px; } -.emotion-178 { +.emotion-187 { padding: 10px 0; display: flex; } -.emotion-180 { +.emotion-189 { font-size: 1.25em; margin-right: 5px; } -.emotion-182 { +.emotion-191 { fill: #303030; cursor: inherit; vertical-align: baseline; @@ -996,40 +998,102 @@ exports[`ServicePage should render 1`] = ` data-testid="navbar-item" >
-
- +
+ +
+ + + arrowhead-down + + + +
+
+
+
+ class="emotion-16 emotion-17" + > +
+ +
+ + + search + + + +
+
+
+
@@ -1038,11 +1102,11 @@ exports[`ServicePage should render 1`] = ` data-testid="navbar-item" >
home.pgote
POINT OF CONTACT
SECURITY POINT OF CONTACT
2020-01-24 18:14 UTC
MODIFIED DATE
AUDIT ENABLED
1231243134
AWS ACCOUNT ID
N/A
GCP PROJECT ID
More Details
@@ -1290,59 +1354,59 @@ exports[`ServicePage should render 1`] = `
Roles
Groups
Services
Policies
Tags
Templates
Settings
Visibility
History @@ -1350,58 +1414,58 @@ exports[`ServicePage should render 1`] = `
Active Policy Versions Modified Date Rules Tags Duplicate Delete
@@ -1409,27 +1473,27 @@ exports[`ServicePage should render 1`] = `
Service Modified Date Public Keys Tags MSD Policies Providers Delete
bastion 2017-12-21 18:59 UTC
openhouse 2017-12-19 20:24 UTC
athens.ci diff --git a/ui/src/__tests__/pages/domain/[domain]/__snapshots__/tags.test.js.snap b/ui/src/__tests__/pages/domain/[domain]/__snapshots__/tags.test.js.snap index d33d809f728..b31c1baa4e8 100644 --- a/ui/src/__tests__/pages/domain/[domain]/__snapshots__/tags.test.js.snap +++ b/ui/src/__tests__/pages/domain/[domain]/__snapshots__/tags.test.js.snap @@ -265,6 +265,25 @@ exports[`Tag Page should render 1`] = ` } .emotion-9 { + display: flex; + width: 100%; +} + +.emotion-11 { + background: #ffffff; + width: 35%; +} + +.emotion-13 { + position: relative; + width: 100%; +} + +.emotion-13 input { + cursor: pointer; +} + +.emotion-14 { box-sizing: border-box; display: inline-flex; -webkit-box-flex-flow: row nowrap; @@ -278,7 +297,7 @@ exports[`Tag Page should render 1`] = ` width: 100%; } -.emotion-9 input { +.emotion-14 input { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; @@ -304,42 +323,42 @@ exports[`Tag Page should render 1`] = ` width: 100%; } -.emotion-9.animated input { +.emotion-14.animated input { -webkit-transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,border 0.2s ease-in-out; transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,border 0.2s ease-in-out; } -.emotion-9 input::-webkit-input-placeholder { +.emotion-14 input::-webkit-input-placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input::-moz-placeholder { +.emotion-14 input::-moz-placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input:-ms-input-placeholder { +.emotion-14 input:-ms-input-placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input::placeholder { +.emotion-14 input::placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input.focused, -.emotion-9 input:active, -.emotion-9 input:focus { +.emotion-14 input.focused, +.emotion-14 input:active, +.emotion-14 input:focus { background: rgba(53,112,244,0.05); border-bottom: 2px solid #3570f4; color: #303030; } -.emotion-9 input:invalid { +.emotion-14 input:invalid { background: rgba(53,112,244,0.05); border-bottom: 2px solid #d01111; color: #303030; } -.emotion-9 .message { +.emotion-14 .message { font-size: 12px; left: 0; line-height: 1.8; @@ -347,51 +366,22 @@ exports[`Tag Page should render 1`] = ` top: 2.571rem; } -.emotion-9.error input, -.emotion-9.error input.focused, -.emotion-9.error input:active, -.emotion-9.error input:focus { +.emotion-14.error input, +.emotion-14.error input.focused, +.emotion-14.error input:active, +.emotion-14.error input:focus { border-bottom: 2px solid #d01111; } -.emotion-9.error .message { +.emotion-14.error .message { color: #d01111; } -.emotion-9 input { - background: rgba(242,242,242,0.1); - color: #fff; -} - -.emotion-9 input::-webkit-input-placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input::-moz-placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input:-ms-input-placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input::placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input.focused, -.emotion-9 input:active, -.emotion-9 input:focus { - background: rgba(242,242,242,0.1); - border-bottom: 2px solid #3570f4; - color: #fff; -} - -.emotion-9 input { +.emotion-14 input { padding-right: 36px; } -.emotion-9 .input-icon { +.emotion-14 .input-icon { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -402,33 +392,45 @@ exports[`Tag Page should render 1`] = ` right: 6px; } -.emotion-10 { +.emotion-15 { + fill: #d5d5d5; + cursor: pointer; + vertical-align: text-bottom; +} + +.emotion-16 { + background: #ffffff; + width: 65%; + margin-left: 5px; +} + +.emotion-19 { fill: #3570f4; cursor: inherit; vertical-align: text-bottom; } -.emotion-12 { +.emotion-21 { display: flex; } -.emotion-14 { +.emotion-23 { fill: #fff; cursor: pointer; vertical-align: text-bottom; } -.emotion-15 { +.emotion-24 { position: relative; width: 0; height: 0; } -.emotion-17 { +.emotion-26 { margin-left: 15px; } -.emotion-20 { +.emotion-29 { -webkit-flex: 1 1 calc(100vh - 60px); -ms-flex: 1 1 calc(100vh - 60px); flex: 1 1 calc(100vh - 60px); @@ -436,7 +438,7 @@ exports[`Tag Page should render 1`] = ` font: 300 14px HelveticaNeue-Reg,Helvetica,Arial,sans-serif; } -.emotion-22 { +.emotion-31 { -webkit-align-items: stretch; -webkit-box-align: stretch; -ms-flex-align: stretch; @@ -453,7 +455,7 @@ exports[`Tag Page should render 1`] = ` justify-content: flex-start; } -.emotion-24 { +.emotion-33 { -webkit-align-items: stretch; -webkit-box-align: stretch; -ms-flex-align: stretch; @@ -469,33 +471,33 @@ exports[`Tag Page should render 1`] = ` flex-direction: column; } -.emotion-28 { +.emotion-37 { background: linear-gradient(to top, #f2f2f2, #fff); padding: 20px 30px 0; } -.emotion-30 { +.emotion-39 { font: 600 20px HelveticaNeue-Reg,Helvetica,Arial,sans-serif; margin-bottom: 10px; display: inline-block; } -.emotion-32 { +.emotion-41 { margin-left: 10px; display: inline-block; } -.emotion-34 { +.emotion-43 { fill: #3697f2; cursor: pointer; vertical-align: text-bottom; } -.emotion-35 { +.emotion-44 { margin: 20px 0; } -.emotion-37 { +.emotion-46 { display: flex; -webkit-box-flex-flow: row nowrap; -webkit-flex-flow: row nowrap; @@ -504,14 +506,14 @@ exports[`Tag Page should render 1`] = ` margin: 20px 0; } -.emotion-39 { +.emotion-48 { padding-right: 50px; -webkit-flex-basis: 15%; -ms-flex-preferred-size: 15%; flex-basis: 15%; } -.emotion-41 { +.emotion-50 { font-weight: 600; word-break: break-all; overflow: hidden; @@ -520,7 +522,7 @@ exports[`Tag Page should render 1`] = ` max-width: 400px; } -.emotion-43 { +.emotion-52 { color: #3570f4; -webkit-text-decoration: none; text-decoration: none; @@ -528,17 +530,17 @@ exports[`Tag Page should render 1`] = ` font-weight: ''; } -.emotion-45 { +.emotion-54 { color: #9a9a9a; font-size: 12px; text-transform: uppercase; } -.emotion-57 { +.emotion-66 { font-weight: 600; } -.emotion-65 { +.emotion-74 { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -552,7 +554,7 @@ exports[`Tag Page should render 1`] = ` position: relative; } -.emotion-65>input[type='checkbox'] { +.emotion-74>input[type='checkbox'] { box-sizing: border-box; cursor: pointer; position: absolute; @@ -560,7 +562,7 @@ exports[`Tag Page should render 1`] = ` visibility: hidden; } -.emotion-65>input[type='checkbox']+label { +.emotion-74>input[type='checkbox']+label { box-sizing: border-box; cursor: pointer; font-family: Helvetica,Arial,sans-serif; @@ -571,18 +573,18 @@ exports[`Tag Page should render 1`] = ` white-space: nowrap; } -.emotion-65>input[type='checkbox']+label .label-content { +.emotion-74>input[type='checkbox']+label .label-content { display: inline-flex; margin-left: 6px; } @-moz-document url-prefix() { - .emotion-65>input[type='checkbox']+label .label-content { + .emotion-74>input[type='checkbox']+label .label-content { margin-top: 1px; } } -.emotion-65>input[type='checkbox']+label:before { +.emotion-74>input[type='checkbox']+label:before { background: #d5d5d5; border-radius: 9px; box-sizing: border-box; @@ -598,7 +600,7 @@ exports[`Tag Page should render 1`] = ` width: 34px; } -.emotion-65>input[type='checkbox']+label::after { +.emotion-74>input[type='checkbox']+label::after { background-color: #fff; border: 2px solid rgba(54,151,242,0.5); border-radius: 50%; @@ -615,46 +617,46 @@ exports[`Tag Page should render 1`] = ` width: 18px; } -.emotion-65>input[type='checkbox']:checked+label::before { +.emotion-74>input[type='checkbox']:checked+label::before { background-color: rgba(21,192,70,0.45); } -.emotion-65>input[type='checkbox']:checked+label::after { +.emotion-74>input[type='checkbox']:checked+label::after { background-color: #15c046; border-color: #15c046; left: 16px; } -.emotion-65>input[type='checkbox']:disabled+label { +.emotion-74>input[type='checkbox']:disabled+label { color: #9a9a9a; cursor: not-allowed; } -.emotion-65>input[type='checkbox']:disabled+label::before { +.emotion-74>input[type='checkbox']:disabled+label::before { background-color: #e8e8e8; cursor: not-allowed; } -.emotion-65>input[type='checkbox']:disabled+label::after { +.emotion-74>input[type='checkbox']:disabled+label::after { border-color: #d5d5d5; cursor: not-allowed; } -.emotion-65>input[type='checkbox']:checked:disabled+label::after { +.emotion-74>input[type='checkbox']:checked:disabled+label::after { background: #d5d5d5; } -.emotion-82 { +.emotion-91 { margin-left: 5px; } -.emotion-84 { +.emotion-93 { fill: #188fff; cursor: pointer; vertical-align: text-bottom; } -.emotion-87 { +.emotion-96 { border: none; border-radius: 2px; box-shadow: 0 0 0 1px #3697f2 inset; @@ -679,25 +681,25 @@ exports[`Tag Page should render 1`] = ` color: #3697f2; } -.emotion-87:first-of-type { +.emotion-96:first-of-type { margin-left: 0; } -.emotion-87:disabled { +.emotion-96:disabled { background: rgba(48,48,48,0.1); color: rgba(48,48,48,0.2); cursor: not-allowed; } -.emotion-87:disabled { +.emotion-96:disabled { box-shadow: 0 0 0 1px rgba(48,48,48,0.1) inset; } -.emotion-87:hover:not(:disabled) { +.emotion-96:hover:not(:disabled) { background: #d7e2fd; } -.emotion-88 { +.emotion-97 { -webkit-align-items: stretch; -webkit-box-align: stretch; -ms-flex-align: stretch; @@ -712,7 +714,7 @@ exports[`Tag Page should render 1`] = ` position: relative; } -.emotion-88.vertical { +.emotion-97.vertical { background: #f5f8fe; display: flex; -webkit-flex-direction: column; @@ -725,7 +727,7 @@ exports[`Tag Page should render 1`] = ` width: 300px; } -.emotion-89 { +.emotion-98 { font-family: Helvetica,Arial,sans-serif; font-size: 14px; font-weight: 300; @@ -746,11 +748,11 @@ exports[`Tag Page should render 1`] = ` z-index: 1; } -.emotion-89:hover { +.emotion-98:hover { color: #3570f4; } -.emotion-89.active { +.emotion-98.active { background: #fff; border-top-left-radius: 2px; border-top-right-radius: 2px; @@ -758,11 +760,11 @@ exports[`Tag Page should render 1`] = ` cursor: initial; } -.emotion-89.active:hover { +.emotion-98.active:hover { color: #303030; } -.emotion-89.vertical { +.emotion-98.vertical { background: #f5f8fe; border-left: solid 4px #f5f8fe; height: 24px; @@ -774,21 +776,21 @@ exports[`Tag Page should render 1`] = ` text-align: left; } -.emotion-89.vertical.active { +.emotion-98.vertical.active { background: #fff; border-left: solid 4px #3697f2; color: #303030; } -.emotion-89.vertical.active:hover { +.emotion-98.vertical.active:hover { color: #303030; } -.emotion-98 { +.emotion-107 { margin: 20px; } -.emotion-100 { +.emotion-109 { padding-bottom: 20px; display: flex; -webkit-box-pack: justify; @@ -805,7 +807,7 @@ exports[`Tag Page should render 1`] = ` float: right; } -.emotion-103 { +.emotion-112 { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -828,13 +830,13 @@ exports[`Tag Page should render 1`] = ` width: 20px; } -.emotion-105 { +.emotion-114 { fill: #303030; cursor: inherit; vertical-align: text-bottom; } -.emotion-106 { +.emotion-115 { margin-right: 0; border-left: 1px solid #d5d5d5; -webkit-flex: 0 0 350px; @@ -849,7 +851,7 @@ exports[`Tag Page should render 1`] = ` width: 350px; } -.emotion-108 { +.emotion-117 { -webkit-align-items: baseline; -webkit-box-align: baseline; -ms-flex-align: baseline; @@ -865,38 +867,38 @@ exports[`Tag Page should render 1`] = ` padding: 20px 30px 20px 15px; } -.emotion-110 { +.emotion-119 { font-size: 16px; font-weight: 600; } -.emotion-112 { +.emotion-121 { color: #3570f4; -webkit-text-decoration: none; text-decoration: none; cursor: pointer; } -.emotion-114 { +.emotion-123 { padding: 0 5px; color: #d5d5d5; } -.emotion-118 { +.emotion-127 { padding: 0 30px 0 15px; } -.emotion-120 { +.emotion-129 { padding: 10px 0; display: flex; } -.emotion-122 { +.emotion-131 { font-size: 1.25em; margin-right: 5px; } -.emotion-124 { +.emotion-133 { fill: #303030; cursor: inherit; vertical-align: baseline; @@ -934,40 +936,102 @@ exports[`Tag Page should render 1`] = ` data-testid="navbar-item" >
-
- +
+ +
+ + + arrowhead-down + + + +
+
+
+
+ class="emotion-16 emotion-17" + > +
+ +
+ + + search + + + +
+
+
+
@@ -976,11 +1040,11 @@ exports[`Tag Page should render 1`] = ` data-testid="navbar-item" >
home.test
POINT OF CONTACT
SECURITY POINT OF CONTACT
2020-01-24 18:14 UTC
MODIFIED DATE
AUDIT ENABLED
1231243134
AWS ACCOUNT ID
N/A
GCP PROJECT ID
More Details
@@ -1228,59 +1292,59 @@ exports[`Tag Page should render 1`] = `
Roles
Groups
Services
Policies
Tags
Templates
Settings
Visibility
History @@ -1288,15 +1352,15 @@ exports[`Tag Page should render 1`] = `
@@ -1310,11 +1374,11 @@ exports[`Tag Page should render 1`] = ` data-testid="user-domains" >
athens.ci diff --git a/ui/src/__tests__/pages/domain/[domain]/__snapshots__/template.test.js.snap b/ui/src/__tests__/pages/domain/[domain]/__snapshots__/template.test.js.snap index 3e8e44fbe3d..366888ba2d3 100644 --- a/ui/src/__tests__/pages/domain/[domain]/__snapshots__/template.test.js.snap +++ b/ui/src/__tests__/pages/domain/[domain]/__snapshots__/template.test.js.snap @@ -265,6 +265,25 @@ exports[`Template Page should render 1`] = ` } .emotion-9 { + display: flex; + width: 100%; +} + +.emotion-11 { + background: #ffffff; + width: 35%; +} + +.emotion-13 { + position: relative; + width: 100%; +} + +.emotion-13 input { + cursor: pointer; +} + +.emotion-14 { box-sizing: border-box; display: inline-flex; -webkit-box-flex-flow: row nowrap; @@ -278,7 +297,7 @@ exports[`Template Page should render 1`] = ` width: 100%; } -.emotion-9 input { +.emotion-14 input { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; @@ -304,42 +323,42 @@ exports[`Template Page should render 1`] = ` width: 100%; } -.emotion-9.animated input { +.emotion-14.animated input { -webkit-transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,border 0.2s ease-in-out; transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,border 0.2s ease-in-out; } -.emotion-9 input::-webkit-input-placeholder { +.emotion-14 input::-webkit-input-placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input::-moz-placeholder { +.emotion-14 input::-moz-placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input:-ms-input-placeholder { +.emotion-14 input:-ms-input-placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input::placeholder { +.emotion-14 input::placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input.focused, -.emotion-9 input:active, -.emotion-9 input:focus { +.emotion-14 input.focused, +.emotion-14 input:active, +.emotion-14 input:focus { background: rgba(53,112,244,0.05); border-bottom: 2px solid #3570f4; color: #303030; } -.emotion-9 input:invalid { +.emotion-14 input:invalid { background: rgba(53,112,244,0.05); border-bottom: 2px solid #d01111; color: #303030; } -.emotion-9 .message { +.emotion-14 .message { font-size: 12px; left: 0; line-height: 1.8; @@ -347,51 +366,22 @@ exports[`Template Page should render 1`] = ` top: 2.571rem; } -.emotion-9.error input, -.emotion-9.error input.focused, -.emotion-9.error input:active, -.emotion-9.error input:focus { +.emotion-14.error input, +.emotion-14.error input.focused, +.emotion-14.error input:active, +.emotion-14.error input:focus { border-bottom: 2px solid #d01111; } -.emotion-9.error .message { +.emotion-14.error .message { color: #d01111; } -.emotion-9 input { - background: rgba(242,242,242,0.1); - color: #fff; -} - -.emotion-9 input::-webkit-input-placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input::-moz-placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input:-ms-input-placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input::placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input.focused, -.emotion-9 input:active, -.emotion-9 input:focus { - background: rgba(242,242,242,0.1); - border-bottom: 2px solid #3570f4; - color: #fff; -} - -.emotion-9 input { +.emotion-14 input { padding-right: 36px; } -.emotion-9 .input-icon { +.emotion-14 .input-icon { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -402,33 +392,45 @@ exports[`Template Page should render 1`] = ` right: 6px; } -.emotion-10 { +.emotion-15 { + fill: #d5d5d5; + cursor: pointer; + vertical-align: text-bottom; +} + +.emotion-16 { + background: #ffffff; + width: 65%; + margin-left: 5px; +} + +.emotion-19 { fill: #3570f4; cursor: inherit; vertical-align: text-bottom; } -.emotion-12 { +.emotion-21 { display: flex; } -.emotion-14 { +.emotion-23 { fill: #fff; cursor: pointer; vertical-align: text-bottom; } -.emotion-15 { +.emotion-24 { position: relative; width: 0; height: 0; } -.emotion-17 { +.emotion-26 { margin-left: 15px; } -.emotion-20 { +.emotion-29 { -webkit-flex: 1 1 calc(100vh - 60px); -ms-flex: 1 1 calc(100vh - 60px); flex: 1 1 calc(100vh - 60px); @@ -436,7 +438,7 @@ exports[`Template Page should render 1`] = ` font: 300 14px HelveticaNeue-Reg,Helvetica,Arial,sans-serif; } -.emotion-22 { +.emotion-31 { -webkit-align-items: stretch; -webkit-box-align: stretch; -ms-flex-align: stretch; @@ -453,7 +455,7 @@ exports[`Template Page should render 1`] = ` justify-content: flex-start; } -.emotion-24 { +.emotion-33 { -webkit-align-items: stretch; -webkit-box-align: stretch; -ms-flex-align: stretch; @@ -469,33 +471,33 @@ exports[`Template Page should render 1`] = ` flex-direction: column; } -.emotion-28 { +.emotion-37 { background: linear-gradient(to top, #f2f2f2, #fff); padding: 20px 30px 0; } -.emotion-30 { +.emotion-39 { font: 600 20px HelveticaNeue-Reg,Helvetica,Arial,sans-serif; margin-bottom: 10px; display: inline-block; } -.emotion-32 { +.emotion-41 { margin-left: 10px; display: inline-block; } -.emotion-34 { +.emotion-43 { fill: #3697f2; cursor: pointer; vertical-align: text-bottom; } -.emotion-35 { +.emotion-44 { margin: 20px 0; } -.emotion-37 { +.emotion-46 { display: flex; -webkit-box-flex-flow: row nowrap; -webkit-flex-flow: row nowrap; @@ -504,14 +506,14 @@ exports[`Template Page should render 1`] = ` margin: 20px 0; } -.emotion-39 { +.emotion-48 { padding-right: 50px; -webkit-flex-basis: 15%; -ms-flex-preferred-size: 15%; flex-basis: 15%; } -.emotion-41 { +.emotion-50 { font-weight: 600; word-break: break-all; overflow: hidden; @@ -520,7 +522,7 @@ exports[`Template Page should render 1`] = ` max-width: 400px; } -.emotion-43 { +.emotion-52 { color: #3570f4; -webkit-text-decoration: none; text-decoration: none; @@ -528,17 +530,17 @@ exports[`Template Page should render 1`] = ` font-weight: ''; } -.emotion-45 { +.emotion-54 { color: #9a9a9a; font-size: 12px; text-transform: uppercase; } -.emotion-57 { +.emotion-66 { font-weight: 600; } -.emotion-65 { +.emotion-74 { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -552,7 +554,7 @@ exports[`Template Page should render 1`] = ` position: relative; } -.emotion-65>input[type='checkbox'] { +.emotion-74>input[type='checkbox'] { box-sizing: border-box; cursor: pointer; position: absolute; @@ -560,7 +562,7 @@ exports[`Template Page should render 1`] = ` visibility: hidden; } -.emotion-65>input[type='checkbox']+label { +.emotion-74>input[type='checkbox']+label { box-sizing: border-box; cursor: pointer; font-family: Helvetica,Arial,sans-serif; @@ -571,18 +573,18 @@ exports[`Template Page should render 1`] = ` white-space: nowrap; } -.emotion-65>input[type='checkbox']+label .label-content { +.emotion-74>input[type='checkbox']+label .label-content { display: inline-flex; margin-left: 6px; } @-moz-document url-prefix() { - .emotion-65>input[type='checkbox']+label .label-content { + .emotion-74>input[type='checkbox']+label .label-content { margin-top: 1px; } } -.emotion-65>input[type='checkbox']+label:before { +.emotion-74>input[type='checkbox']+label:before { background: #d5d5d5; border-radius: 9px; box-sizing: border-box; @@ -598,7 +600,7 @@ exports[`Template Page should render 1`] = ` width: 34px; } -.emotion-65>input[type='checkbox']+label::after { +.emotion-74>input[type='checkbox']+label::after { background-color: #fff; border: 2px solid rgba(54,151,242,0.5); border-radius: 50%; @@ -615,46 +617,46 @@ exports[`Template Page should render 1`] = ` width: 18px; } -.emotion-65>input[type='checkbox']:checked+label::before { +.emotion-74>input[type='checkbox']:checked+label::before { background-color: rgba(21,192,70,0.45); } -.emotion-65>input[type='checkbox']:checked+label::after { +.emotion-74>input[type='checkbox']:checked+label::after { background-color: #15c046; border-color: #15c046; left: 16px; } -.emotion-65>input[type='checkbox']:disabled+label { +.emotion-74>input[type='checkbox']:disabled+label { color: #9a9a9a; cursor: not-allowed; } -.emotion-65>input[type='checkbox']:disabled+label::before { +.emotion-74>input[type='checkbox']:disabled+label::before { background-color: #e8e8e8; cursor: not-allowed; } -.emotion-65>input[type='checkbox']:disabled+label::after { +.emotion-74>input[type='checkbox']:disabled+label::after { border-color: #d5d5d5; cursor: not-allowed; } -.emotion-65>input[type='checkbox']:checked:disabled+label::after { +.emotion-74>input[type='checkbox']:checked:disabled+label::after { background: #d5d5d5; } -.emotion-82 { +.emotion-91 { margin-left: 5px; } -.emotion-84 { +.emotion-93 { fill: #188fff; cursor: pointer; vertical-align: text-bottom; } -.emotion-87 { +.emotion-96 { border: none; border-radius: 2px; box-shadow: 0 0 0 1px #3697f2 inset; @@ -679,25 +681,25 @@ exports[`Template Page should render 1`] = ` color: #3697f2; } -.emotion-87:first-of-type { +.emotion-96:first-of-type { margin-left: 0; } -.emotion-87:disabled { +.emotion-96:disabled { background: rgba(48,48,48,0.1); color: rgba(48,48,48,0.2); cursor: not-allowed; } -.emotion-87:disabled { +.emotion-96:disabled { box-shadow: 0 0 0 1px rgba(48,48,48,0.1) inset; } -.emotion-87:hover:not(:disabled) { +.emotion-96:hover:not(:disabled) { background: #d7e2fd; } -.emotion-88 { +.emotion-97 { -webkit-align-items: stretch; -webkit-box-align: stretch; -ms-flex-align: stretch; @@ -712,7 +714,7 @@ exports[`Template Page should render 1`] = ` position: relative; } -.emotion-88.vertical { +.emotion-97.vertical { background: #f5f8fe; display: flex; -webkit-flex-direction: column; @@ -725,7 +727,7 @@ exports[`Template Page should render 1`] = ` width: 300px; } -.emotion-89 { +.emotion-98 { font-family: Helvetica,Arial,sans-serif; font-size: 14px; font-weight: 300; @@ -746,11 +748,11 @@ exports[`Template Page should render 1`] = ` z-index: 1; } -.emotion-89:hover { +.emotion-98:hover { color: #3570f4; } -.emotion-89.active { +.emotion-98.active { background: #fff; border-top-left-radius: 2px; border-top-right-radius: 2px; @@ -758,11 +760,11 @@ exports[`Template Page should render 1`] = ` cursor: initial; } -.emotion-89.active:hover { +.emotion-98.active:hover { color: #303030; } -.emotion-89.vertical { +.emotion-98.vertical { background: #f5f8fe; border-left: solid 4px #f5f8fe; height: 24px; @@ -774,27 +776,27 @@ exports[`Template Page should render 1`] = ` text-align: left; } -.emotion-89.vertical.active { +.emotion-98.vertical.active { background: #fff; border-left: solid 4px #3697f2; color: #303030; } -.emotion-89.vertical.active:hover { +.emotion-98.vertical.active:hover { color: #303030; } -.emotion-98 { +.emotion-107 { margin: 20px; } -.emotion-100 { +.emotion-109 { font: 600 15px HelveticaNeue-Reg,Helvetica,Arial,sans-serif; margin-bottom: 20px; margin-top: 40px; } -.emotion-102 { +.emotion-111 { width: 100%; border-spacing: 0; display: table; @@ -802,7 +804,7 @@ exports[`Template Page should render 1`] = ` border-color: #9a9a9a; } -.emotion-104 { +.emotion-113 { text-align: left; border-bottom: 2px solid #d5d5d5; color: #9a9a9a; @@ -814,7 +816,7 @@ exports[`Template Page should render 1`] = ` word-break: break-all; } -.emotion-108 { +.emotion-117 { text-align: center; border-bottom: 2px solid #d5d5d5; color: #9a9a9a; @@ -826,7 +828,7 @@ exports[`Template Page should render 1`] = ` word-break: break-all; } -.emotion-132 { +.emotion-141 { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -849,13 +851,13 @@ exports[`Template Page should render 1`] = ` width: 20px; } -.emotion-134 { +.emotion-143 { fill: #303030; cursor: inherit; vertical-align: text-bottom; } -.emotion-135 { +.emotion-144 { margin-right: 0; border-left: 1px solid #d5d5d5; -webkit-flex: 0 0 350px; @@ -870,7 +872,7 @@ exports[`Template Page should render 1`] = ` width: 350px; } -.emotion-137 { +.emotion-146 { -webkit-align-items: baseline; -webkit-box-align: baseline; -ms-flex-align: baseline; @@ -886,38 +888,38 @@ exports[`Template Page should render 1`] = ` padding: 20px 30px 20px 15px; } -.emotion-139 { +.emotion-148 { font-size: 16px; font-weight: 600; } -.emotion-141 { +.emotion-150 { color: #3570f4; -webkit-text-decoration: none; text-decoration: none; cursor: pointer; } -.emotion-143 { +.emotion-152 { padding: 0 5px; color: #d5d5d5; } -.emotion-147 { +.emotion-156 { padding: 0 30px 0 15px; } -.emotion-149 { +.emotion-158 { padding: 10px 0; display: flex; } -.emotion-151 { +.emotion-160 { font-size: 1.25em; margin-right: 5px; } -.emotion-153 { +.emotion-162 { fill: #303030; cursor: inherit; vertical-align: baseline; @@ -955,40 +957,102 @@ exports[`Template Page should render 1`] = ` data-testid="navbar-item" >
-
- +
+ +
+ + + arrowhead-down + + + +
+
+
+
+ class="emotion-16 emotion-17" + > +
+ +
+ + + search + + + +
+
+
+
@@ -997,11 +1061,11 @@ exports[`Template Page should render 1`] = ` data-testid="navbar-item" >
home.test
POINT OF CONTACT
SECURITY POINT OF CONTACT
2020-01-24 18:14 UTC
MODIFIED DATE
AUDIT ENABLED
1231243134
AWS ACCOUNT ID
N/A
GCP PROJECT ID
More Details
@@ -1249,59 +1313,59 @@ exports[`Template Page should render 1`] = `
Roles
Groups
Services
Policies
Tags
Templates
Settings
Visibility
History @@ -1309,46 +1373,46 @@ exports[`Template Page should render 1`] = `
Domain Templates
@@ -1357,42 +1421,42 @@ exports[`Template Page should render 1`] = `
TEMPLATE INFO CURRENT VERSION LATEST VERSION UPDATED DATE UPDATE VERSION
Server Templates
@@ -1407,11 +1471,11 @@ exports[`Template Page should render 1`] = ` data-testid="user-domains" >
athens.ci diff --git a/ui/src/__tests__/pages/domain/[domain]/__snapshots__/visibility.test.js.snap b/ui/src/__tests__/pages/domain/[domain]/__snapshots__/visibility.test.js.snap index 85ca25e910e..6919f11990b 100644 --- a/ui/src/__tests__/pages/domain/[domain]/__snapshots__/visibility.test.js.snap +++ b/ui/src/__tests__/pages/domain/[domain]/__snapshots__/visibility.test.js.snap @@ -265,6 +265,25 @@ exports[`VisibilityPage should render 1`] = ` } .emotion-9 { + display: flex; + width: 100%; +} + +.emotion-11 { + background: #ffffff; + width: 35%; +} + +.emotion-13 { + position: relative; + width: 100%; +} + +.emotion-13 input { + cursor: pointer; +} + +.emotion-14 { box-sizing: border-box; display: inline-flex; -webkit-box-flex-flow: row nowrap; @@ -278,7 +297,7 @@ exports[`VisibilityPage should render 1`] = ` width: 100%; } -.emotion-9 input { +.emotion-14 input { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; @@ -304,42 +323,42 @@ exports[`VisibilityPage should render 1`] = ` width: 100%; } -.emotion-9.animated input { +.emotion-14.animated input { -webkit-transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,border 0.2s ease-in-out; transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,border 0.2s ease-in-out; } -.emotion-9 input::-webkit-input-placeholder { +.emotion-14 input::-webkit-input-placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input::-moz-placeholder { +.emotion-14 input::-moz-placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input:-ms-input-placeholder { +.emotion-14 input:-ms-input-placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input::placeholder { +.emotion-14 input::placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input.focused, -.emotion-9 input:active, -.emotion-9 input:focus { +.emotion-14 input.focused, +.emotion-14 input:active, +.emotion-14 input:focus { background: rgba(53,112,244,0.05); border-bottom: 2px solid #3570f4; color: #303030; } -.emotion-9 input:invalid { +.emotion-14 input:invalid { background: rgba(53,112,244,0.05); border-bottom: 2px solid #d01111; color: #303030; } -.emotion-9 .message { +.emotion-14 .message { font-size: 12px; left: 0; line-height: 1.8; @@ -347,51 +366,22 @@ exports[`VisibilityPage should render 1`] = ` top: 2.571rem; } -.emotion-9.error input, -.emotion-9.error input.focused, -.emotion-9.error input:active, -.emotion-9.error input:focus { +.emotion-14.error input, +.emotion-14.error input.focused, +.emotion-14.error input:active, +.emotion-14.error input:focus { border-bottom: 2px solid #d01111; } -.emotion-9.error .message { +.emotion-14.error .message { color: #d01111; } -.emotion-9 input { - background: rgba(242,242,242,0.1); - color: #fff; -} - -.emotion-9 input::-webkit-input-placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input::-moz-placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input:-ms-input-placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input::placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input.focused, -.emotion-9 input:active, -.emotion-9 input:focus { - background: rgba(242,242,242,0.1); - border-bottom: 2px solid #3570f4; - color: #fff; -} - -.emotion-9 input { +.emotion-14 input { padding-right: 36px; } -.emotion-9 .input-icon { +.emotion-14 .input-icon { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -402,33 +392,45 @@ exports[`VisibilityPage should render 1`] = ` right: 6px; } -.emotion-10 { +.emotion-15 { + fill: #d5d5d5; + cursor: pointer; + vertical-align: text-bottom; +} + +.emotion-16 { + background: #ffffff; + width: 65%; + margin-left: 5px; +} + +.emotion-19 { fill: #3570f4; cursor: inherit; vertical-align: text-bottom; } -.emotion-12 { +.emotion-21 { display: flex; } -.emotion-14 { +.emotion-23 { fill: #fff; cursor: pointer; vertical-align: text-bottom; } -.emotion-15 { +.emotion-24 { position: relative; width: 0; height: 0; } -.emotion-17 { +.emotion-26 { margin-left: 15px; } -.emotion-20 { +.emotion-29 { -webkit-flex: 1 1 calc(100vh - 60px); -ms-flex: 1 1 calc(100vh - 60px); flex: 1 1 calc(100vh - 60px); @@ -436,7 +438,7 @@ exports[`VisibilityPage should render 1`] = ` font: 300 14px HelveticaNeue-Reg,Helvetica,Arial,sans-serif; } -.emotion-22 { +.emotion-31 { -webkit-align-items: stretch; -webkit-box-align: stretch; -ms-flex-align: stretch; @@ -453,7 +455,7 @@ exports[`VisibilityPage should render 1`] = ` justify-content: flex-start; } -.emotion-24 { +.emotion-33 { -webkit-align-items: stretch; -webkit-box-align: stretch; -ms-flex-align: stretch; @@ -469,33 +471,33 @@ exports[`VisibilityPage should render 1`] = ` flex-direction: column; } -.emotion-28 { +.emotion-37 { background: linear-gradient(to top, #f2f2f2, #fff); padding: 20px 30px 0; } -.emotion-30 { +.emotion-39 { font: 600 20px HelveticaNeue-Reg,Helvetica,Arial,sans-serif; margin-bottom: 10px; display: inline-block; } -.emotion-32 { +.emotion-41 { margin-left: 10px; display: inline-block; } -.emotion-34 { +.emotion-43 { fill: #3697f2; cursor: pointer; vertical-align: text-bottom; } -.emotion-35 { +.emotion-44 { margin: 20px 0; } -.emotion-37 { +.emotion-46 { display: flex; -webkit-box-flex-flow: row nowrap; -webkit-flex-flow: row nowrap; @@ -504,14 +506,14 @@ exports[`VisibilityPage should render 1`] = ` margin: 20px 0; } -.emotion-39 { +.emotion-48 { padding-right: 50px; -webkit-flex-basis: 15%; -ms-flex-preferred-size: 15%; flex-basis: 15%; } -.emotion-41 { +.emotion-50 { font-weight: 600; word-break: break-all; overflow: hidden; @@ -520,7 +522,7 @@ exports[`VisibilityPage should render 1`] = ` max-width: 400px; } -.emotion-43 { +.emotion-52 { color: #3570f4; -webkit-text-decoration: none; text-decoration: none; @@ -528,17 +530,17 @@ exports[`VisibilityPage should render 1`] = ` font-weight: ''; } -.emotion-45 { +.emotion-54 { color: #9a9a9a; font-size: 12px; text-transform: uppercase; } -.emotion-57 { +.emotion-66 { font-weight: 600; } -.emotion-65 { +.emotion-74 { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -552,7 +554,7 @@ exports[`VisibilityPage should render 1`] = ` position: relative; } -.emotion-65>input[type='checkbox'] { +.emotion-74>input[type='checkbox'] { box-sizing: border-box; cursor: pointer; position: absolute; @@ -560,7 +562,7 @@ exports[`VisibilityPage should render 1`] = ` visibility: hidden; } -.emotion-65>input[type='checkbox']+label { +.emotion-74>input[type='checkbox']+label { box-sizing: border-box; cursor: pointer; font-family: Helvetica,Arial,sans-serif; @@ -571,18 +573,18 @@ exports[`VisibilityPage should render 1`] = ` white-space: nowrap; } -.emotion-65>input[type='checkbox']+label .label-content { +.emotion-74>input[type='checkbox']+label .label-content { display: inline-flex; margin-left: 6px; } @-moz-document url-prefix() { - .emotion-65>input[type='checkbox']+label .label-content { + .emotion-74>input[type='checkbox']+label .label-content { margin-top: 1px; } } -.emotion-65>input[type='checkbox']+label:before { +.emotion-74>input[type='checkbox']+label:before { background: #d5d5d5; border-radius: 9px; box-sizing: border-box; @@ -598,7 +600,7 @@ exports[`VisibilityPage should render 1`] = ` width: 34px; } -.emotion-65>input[type='checkbox']+label::after { +.emotion-74>input[type='checkbox']+label::after { background-color: #fff; border: 2px solid rgba(54,151,242,0.5); border-radius: 50%; @@ -615,46 +617,46 @@ exports[`VisibilityPage should render 1`] = ` width: 18px; } -.emotion-65>input[type='checkbox']:checked+label::before { +.emotion-74>input[type='checkbox']:checked+label::before { background-color: rgba(21,192,70,0.45); } -.emotion-65>input[type='checkbox']:checked+label::after { +.emotion-74>input[type='checkbox']:checked+label::after { background-color: #15c046; border-color: #15c046; left: 16px; } -.emotion-65>input[type='checkbox']:disabled+label { +.emotion-74>input[type='checkbox']:disabled+label { color: #9a9a9a; cursor: not-allowed; } -.emotion-65>input[type='checkbox']:disabled+label::before { +.emotion-74>input[type='checkbox']:disabled+label::before { background-color: #e8e8e8; cursor: not-allowed; } -.emotion-65>input[type='checkbox']:disabled+label::after { +.emotion-74>input[type='checkbox']:disabled+label::after { border-color: #d5d5d5; cursor: not-allowed; } -.emotion-65>input[type='checkbox']:checked:disabled+label::after { +.emotion-74>input[type='checkbox']:checked:disabled+label::after { background: #d5d5d5; } -.emotion-82 { +.emotion-91 { margin-left: 5px; } -.emotion-84 { +.emotion-93 { fill: #188fff; cursor: pointer; vertical-align: text-bottom; } -.emotion-85 { +.emotion-94 { -webkit-align-items: stretch; -webkit-box-align: stretch; -ms-flex-align: stretch; @@ -669,7 +671,7 @@ exports[`VisibilityPage should render 1`] = ` position: relative; } -.emotion-85.vertical { +.emotion-94.vertical { background: #f5f8fe; display: flex; -webkit-flex-direction: column; @@ -682,7 +684,7 @@ exports[`VisibilityPage should render 1`] = ` width: 300px; } -.emotion-86 { +.emotion-95 { font-family: Helvetica,Arial,sans-serif; font-size: 14px; font-weight: 300; @@ -703,11 +705,11 @@ exports[`VisibilityPage should render 1`] = ` z-index: 1; } -.emotion-86:hover { +.emotion-95:hover { color: #3570f4; } -.emotion-86.active { +.emotion-95.active { background: #fff; border-top-left-radius: 2px; border-top-right-radius: 2px; @@ -715,11 +717,11 @@ exports[`VisibilityPage should render 1`] = ` cursor: initial; } -.emotion-86.active:hover { +.emotion-95.active:hover { color: #303030; } -.emotion-86.vertical { +.emotion-95.vertical { background: #f5f8fe; border-left: solid 4px #f5f8fe; height: 24px; @@ -731,25 +733,25 @@ exports[`VisibilityPage should render 1`] = ` text-align: left; } -.emotion-86.vertical.active { +.emotion-95.vertical.active { background: #fff; border-left: solid 4px #3697f2; color: #303030; } -.emotion-86.vertical.active:hover { +.emotion-95.vertical.active:hover { color: #303030; } -.emotion-95 { +.emotion-104 { margin: 20px; } -.emotion-97 { +.emotion-106 { vertical-align: middle; } -.emotion-99 { +.emotion-108 { -webkit-align-items: stretch; -webkit-box-align: stretch; -ms-flex-align: stretch; @@ -763,7 +765,7 @@ exports[`VisibilityPage should render 1`] = ` position: relative; } -.emotion-99::before { +.emotion-108::before { background: #fff; border: 2px solid #0072df; border-radius: 2px; @@ -777,7 +779,7 @@ exports[`VisibilityPage should render 1`] = ` width: calc(50% + 4px); } -.emotion-100 { +.emotion-109 { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -802,11 +804,11 @@ exports[`VisibilityPage should render 1`] = ` z-index: 1; } -.emotion-100:hover { +.emotion-109:hover { color: #303030; } -.emotion-101 { +.emotion-110 { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -831,11 +833,11 @@ exports[`VisibilityPage should render 1`] = ` z-index: 1; } -.emotion-101:hover { +.emotion-110:hover { color: #3570f4; } -.emotion-102 { +.emotion-111 { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -858,13 +860,13 @@ exports[`VisibilityPage should render 1`] = ` width: 20px; } -.emotion-104 { +.emotion-113 { fill: #303030; cursor: inherit; vertical-align: text-bottom; } -.emotion-105 { +.emotion-114 { margin-right: 0; border-left: 1px solid #d5d5d5; -webkit-flex: 0 0 350px; @@ -879,7 +881,7 @@ exports[`VisibilityPage should render 1`] = ` width: 350px; } -.emotion-107 { +.emotion-116 { -webkit-align-items: baseline; -webkit-box-align: baseline; -ms-flex-align: baseline; @@ -895,38 +897,38 @@ exports[`VisibilityPage should render 1`] = ` padding: 20px 30px 20px 15px; } -.emotion-109 { +.emotion-118 { font-size: 16px; font-weight: 600; } -.emotion-111 { +.emotion-120 { color: #3570f4; -webkit-text-decoration: none; text-decoration: none; cursor: pointer; } -.emotion-113 { +.emotion-122 { padding: 0 5px; color: #d5d5d5; } -.emotion-117 { +.emotion-126 { padding: 0 30px 0 15px; } -.emotion-119 { +.emotion-128 { padding: 10px 0; display: flex; } -.emotion-121 { +.emotion-130 { font-size: 1.25em; margin-right: 5px; } -.emotion-123 { +.emotion-132 { fill: #303030; cursor: inherit; vertical-align: baseline; @@ -964,40 +966,102 @@ exports[`VisibilityPage should render 1`] = ` data-testid="navbar-item" >
-
- +
+ +
+ + + arrowhead-down + + + +
+
+
+
+ class="emotion-16 emotion-17" + > +
+ +
+ + + search + + + +
+
+
+
@@ -1006,11 +1070,11 @@ exports[`VisibilityPage should render 1`] = ` data-testid="navbar-item" >
dom
POINT OF CONTACT
SECURITY POINT OF CONTACT
2020-02-12 21:44 UTC
MODIFIED DATE
AUDIT ENABLED
N/A
AWS ACCOUNT ID
N/A
GCP PROJECT ID
More Details
Roles
Groups
Services
Policies
Tags
Templates
Settings
Visibility
History @@ -1309,25 +1373,25 @@ exports[`VisibilityPage should render 1`] = `
Dependencies
@@ -1342,11 +1406,11 @@ exports[`VisibilityPage should render 1`] = ` data-testid="user-domains" >
athens.ci diff --git a/ui/src/__tests__/pages/domain/[domain]/group/[group]/__snapshots__/members.test.js.snap b/ui/src/__tests__/pages/domain/[domain]/group/[group]/__snapshots__/members.test.js.snap index ba4ce8384c2..1b1096141ba 100644 --- a/ui/src/__tests__/pages/domain/[domain]/group/[group]/__snapshots__/members.test.js.snap +++ b/ui/src/__tests__/pages/domain/[domain]/group/[group]/__snapshots__/members.test.js.snap @@ -265,6 +265,25 @@ exports[`GroupMemberPage should render 1`] = ` } .emotion-9 { + display: flex; + width: 100%; +} + +.emotion-11 { + background: #ffffff; + width: 35%; +} + +.emotion-13 { + position: relative; + width: 100%; +} + +.emotion-13 input { + cursor: pointer; +} + +.emotion-14 { box-sizing: border-box; display: inline-flex; -webkit-box-flex-flow: row nowrap; @@ -278,7 +297,7 @@ exports[`GroupMemberPage should render 1`] = ` width: 100%; } -.emotion-9 input { +.emotion-14 input { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; @@ -304,42 +323,42 @@ exports[`GroupMemberPage should render 1`] = ` width: 100%; } -.emotion-9.animated input { +.emotion-14.animated input { -webkit-transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,border 0.2s ease-in-out; transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,border 0.2s ease-in-out; } -.emotion-9 input::-webkit-input-placeholder { +.emotion-14 input::-webkit-input-placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input::-moz-placeholder { +.emotion-14 input::-moz-placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input:-ms-input-placeholder { +.emotion-14 input:-ms-input-placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input::placeholder { +.emotion-14 input::placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input.focused, -.emotion-9 input:active, -.emotion-9 input:focus { +.emotion-14 input.focused, +.emotion-14 input:active, +.emotion-14 input:focus { background: rgba(53,112,244,0.05); border-bottom: 2px solid #3570f4; color: #303030; } -.emotion-9 input:invalid { +.emotion-14 input:invalid { background: rgba(53,112,244,0.05); border-bottom: 2px solid #d01111; color: #303030; } -.emotion-9 .message { +.emotion-14 .message { font-size: 12px; left: 0; line-height: 1.8; @@ -347,51 +366,22 @@ exports[`GroupMemberPage should render 1`] = ` top: 2.571rem; } -.emotion-9.error input, -.emotion-9.error input.focused, -.emotion-9.error input:active, -.emotion-9.error input:focus { +.emotion-14.error input, +.emotion-14.error input.focused, +.emotion-14.error input:active, +.emotion-14.error input:focus { border-bottom: 2px solid #d01111; } -.emotion-9.error .message { +.emotion-14.error .message { color: #d01111; } -.emotion-9 input { - background: rgba(242,242,242,0.1); - color: #fff; -} - -.emotion-9 input::-webkit-input-placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input::-moz-placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input:-ms-input-placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input::placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input.focused, -.emotion-9 input:active, -.emotion-9 input:focus { - background: rgba(242,242,242,0.1); - border-bottom: 2px solid #3570f4; - color: #fff; -} - -.emotion-9 input { +.emotion-14 input { padding-right: 36px; } -.emotion-9 .input-icon { +.emotion-14 .input-icon { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -402,33 +392,45 @@ exports[`GroupMemberPage should render 1`] = ` right: 6px; } -.emotion-10 { +.emotion-15 { + fill: #d5d5d5; + cursor: pointer; + vertical-align: text-bottom; +} + +.emotion-16 { + background: #ffffff; + width: 65%; + margin-left: 5px; +} + +.emotion-19 { fill: #3570f4; cursor: inherit; vertical-align: text-bottom; } -.emotion-12 { +.emotion-21 { display: flex; } -.emotion-14 { +.emotion-23 { fill: #fff; cursor: pointer; vertical-align: text-bottom; } -.emotion-15 { +.emotion-24 { position: relative; width: 0; height: 0; } -.emotion-17 { +.emotion-26 { margin-left: 15px; } -.emotion-20 { +.emotion-29 { -webkit-flex: 1 1 calc(100vh - 60px); -ms-flex: 1 1 calc(100vh - 60px); flex: 1 1 calc(100vh - 60px); @@ -436,7 +438,7 @@ exports[`GroupMemberPage should render 1`] = ` font: 300 14px HelveticaNeue-Reg,Helvetica,Arial,sans-serif; } -.emotion-22 { +.emotion-31 { -webkit-align-items: stretch; -webkit-box-align: stretch; -ms-flex-align: stretch; @@ -453,7 +455,7 @@ exports[`GroupMemberPage should render 1`] = ` justify-content: flex-start; } -.emotion-24 { +.emotion-33 { -webkit-align-items: stretch; -webkit-box-align: stretch; -ms-flex-align: stretch; @@ -469,28 +471,28 @@ exports[`GroupMemberPage should render 1`] = ` flex-direction: column; } -.emotion-28 { +.emotion-37 { background: linear-gradient(to top, #f2f2f2, #fff); padding: 20px 30px 0; } -.emotion-30 { +.emotion-39 { font: 600 20px HelveticaNeue-Reg,Helvetica,Arial,sans-serif; margin-bottom: 10px; } -.emotion-32 { +.emotion-41 { color: #3570f4; -webkit-text-decoration: none; text-decoration: none; cursor: pointer; } -.emotion-34 { +.emotion-43 { margin: 20px 0; } -.emotion-36 { +.emotion-45 { display: flex; -webkit-box-flex-flow: row nowrap; -webkit-flex-flow: row nowrap; @@ -498,21 +500,21 @@ exports[`GroupMemberPage should render 1`] = ` flex-flow: row nowrap; } -.emotion-38 { +.emotion-47 { padding-right: 50px; } -.emotion-40 { +.emotion-49 { font-weight: 600; } -.emotion-42 { +.emotion-51 { color: #9a9a9a; font-size: 12px; text-transform: uppercase; } -.emotion-50 { +.emotion-59 { -webkit-align-items: stretch; -webkit-box-align: stretch; -ms-flex-align: stretch; @@ -527,7 +529,7 @@ exports[`GroupMemberPage should render 1`] = ` position: relative; } -.emotion-50.vertical { +.emotion-59.vertical { background: #f5f8fe; display: flex; -webkit-flex-direction: column; @@ -540,7 +542,7 @@ exports[`GroupMemberPage should render 1`] = ` width: 300px; } -.emotion-51 { +.emotion-60 { font-family: Helvetica,Arial,sans-serif; font-size: 14px; font-weight: 300; @@ -561,11 +563,11 @@ exports[`GroupMemberPage should render 1`] = ` z-index: 1; } -.emotion-51:hover { +.emotion-60:hover { color: #3570f4; } -.emotion-51.active { +.emotion-60.active { background: #fff; border-top-left-radius: 2px; border-top-right-radius: 2px; @@ -573,11 +575,11 @@ exports[`GroupMemberPage should render 1`] = ` cursor: initial; } -.emotion-51.active:hover { +.emotion-60.active:hover { color: #303030; } -.emotion-51.vertical { +.emotion-60.vertical { background: #f5f8fe; border-left: solid 4px #f5f8fe; height: 24px; @@ -589,21 +591,21 @@ exports[`GroupMemberPage should render 1`] = ` text-align: left; } -.emotion-51.vertical.active { +.emotion-60.vertical.active { background: #fff; border-left: solid 4px #3697f2; color: #303030; } -.emotion-51.vertical.active:hover { +.emotion-60.vertical.active:hover { color: #303030; } -.emotion-57 { +.emotion-66 { margin: 20px; } -.emotion-59 { +.emotion-68 { padding-bottom: 20px; display: flex; -webkit-box-pack: justify; @@ -620,7 +622,7 @@ exports[`GroupMemberPage should render 1`] = ` float: right; } -.emotion-61 { +.emotion-70 { border: none; border-radius: 2px; box-shadow: 0 0 0 1px #3697f2 inset; @@ -645,25 +647,25 @@ exports[`GroupMemberPage should render 1`] = ` color: #3697f2; } -.emotion-61:first-of-type { +.emotion-70:first-of-type { margin-left: 0; } -.emotion-61:disabled { +.emotion-70:disabled { background: rgba(48,48,48,0.1); color: rgba(48,48,48,0.2); cursor: not-allowed; } -.emotion-61:disabled { +.emotion-70:disabled { box-shadow: 0 0 0 1px rgba(48,48,48,0.1) inset; } -.emotion-61:hover:not(:disabled) { +.emotion-70:hover:not(:disabled) { background: #d7e2fd; } -.emotion-62 { +.emotion-71 { width: 100%; border-spacing: 0; display: table; @@ -678,7 +680,7 @@ exports[`GroupMemberPage should render 1`] = ` height: 50px; } -.emotion-64 { +.emotion-73 { height: 25px; margin-left: 10px; margin-top: 10px; @@ -690,18 +692,18 @@ exports[`GroupMemberPage should render 1`] = ` display: table-cell; } -.emotion-66 { +.emotion-75 { margin-right: 10px; verticalalign: bottom; } -.emotion-68 { +.emotion-77 { fill: #188fff; cursor: pointer; vertical-align: text-bottom; } -.emotion-69 { +.emotion-78 { text-align: center; width: 1%; border-bottom: 2px solid #d5d5d5; @@ -714,7 +716,7 @@ exports[`GroupMemberPage should render 1`] = ` word-break: break-all; } -.emotion-71 { +.emotion-80 { text-align: left; width: 25%; border-bottom: 2px solid #d5d5d5; @@ -727,7 +729,7 @@ exports[`GroupMemberPage should render 1`] = ` word-break: break-all; } -.emotion-73 { +.emotion-82 { text-align: left; width: 25%; border-bottom: 2px solid #d5d5d5; @@ -740,7 +742,7 @@ exports[`GroupMemberPage should render 1`] = ` word-break: break-all; } -.emotion-75 { +.emotion-84 { text-align: left; width: 39%; border-bottom: 2px solid #d5d5d5; @@ -753,7 +755,7 @@ exports[`GroupMemberPage should render 1`] = ` word-break: break-all; } -.emotion-77 { +.emotion-86 { text-align: center; width: 8%; border-bottom: 2px solid #d5d5d5; @@ -766,7 +768,7 @@ exports[`GroupMemberPage should render 1`] = ` word-break: break-all; } -.emotion-79 { +.emotion-88 { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -789,13 +791,13 @@ exports[`GroupMemberPage should render 1`] = ` width: 20px; } -.emotion-81 { +.emotion-90 { fill: #303030; cursor: inherit; vertical-align: text-bottom; } -.emotion-82 { +.emotion-91 { margin-right: 0; border-left: 1px solid #d5d5d5; -webkit-flex: 0 0 350px; @@ -810,7 +812,7 @@ exports[`GroupMemberPage should render 1`] = ` width: 350px; } -.emotion-84 { +.emotion-93 { -webkit-align-items: baseline; -webkit-box-align: baseline; -ms-flex-align: baseline; @@ -826,38 +828,38 @@ exports[`GroupMemberPage should render 1`] = ` padding: 20px 30px 20px 15px; } -.emotion-86 { +.emotion-95 { font-size: 16px; font-weight: 600; } -.emotion-88 { +.emotion-97 { color: #3570f4; -webkit-text-decoration: none; text-decoration: none; cursor: pointer; } -.emotion-90 { +.emotion-99 { padding: 0 5px; color: #d5d5d5; } -.emotion-94 { +.emotion-103 { padding: 0 30px 0 15px; } -.emotion-96 { +.emotion-105 { padding: 10px 0; display: flex; } -.emotion-98 { +.emotion-107 { font-size: 1.25em; margin-right: 5px; } -.emotion-100 { +.emotion-109 { fill: #303030; cursor: inherit; vertical-align: baseline; @@ -895,40 +897,102 @@ exports[`GroupMemberPage should render 1`] = ` data-testid="navbar-item" >
-
- +
+ +
+ + + arrowhead-down + + + +
+
+
+
+ class="emotion-16 emotion-17" + > +
+ +
+ + + search + + + +
+
+
+
@@ -937,11 +1001,11 @@ exports[`GroupMemberPage should render 1`] = ` data-testid="navbar-item" >
TEMPLATE INFO CURRENT VERSION LATEST VERSION UPDATED DATE UPDATE VERSION
User Name Name of User Expiration Date Delete @@ -1187,11 +1251,11 @@ exports[`GroupMemberPage should render 1`] = ` data-testid="user-domains" >
athens.ci diff --git a/ui/src/__tests__/pages/domain/[domain]/group/[group]/__snapshots__/review.test.js.snap b/ui/src/__tests__/pages/domain/[domain]/group/[group]/__snapshots__/review.test.js.snap index 5871d4e41f0..5bb017a1072 100644 --- a/ui/src/__tests__/pages/domain/[domain]/group/[group]/__snapshots__/review.test.js.snap +++ b/ui/src/__tests__/pages/domain/[domain]/group/[group]/__snapshots__/review.test.js.snap @@ -265,6 +265,25 @@ exports[`GroupReviewPage should render 1`] = ` } .emotion-9 { + display: flex; + width: 100%; +} + +.emotion-11 { + background: #ffffff; + width: 35%; +} + +.emotion-13 { + position: relative; + width: 100%; +} + +.emotion-13 input { + cursor: pointer; +} + +.emotion-14 { box-sizing: border-box; display: inline-flex; -webkit-box-flex-flow: row nowrap; @@ -278,7 +297,7 @@ exports[`GroupReviewPage should render 1`] = ` width: 100%; } -.emotion-9 input { +.emotion-14 input { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; @@ -304,42 +323,42 @@ exports[`GroupReviewPage should render 1`] = ` width: 100%; } -.emotion-9.animated input { +.emotion-14.animated input { -webkit-transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,border 0.2s ease-in-out; transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,border 0.2s ease-in-out; } -.emotion-9 input::-webkit-input-placeholder { +.emotion-14 input::-webkit-input-placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input::-moz-placeholder { +.emotion-14 input::-moz-placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input:-ms-input-placeholder { +.emotion-14 input:-ms-input-placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input::placeholder { +.emotion-14 input::placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input.focused, -.emotion-9 input:active, -.emotion-9 input:focus { +.emotion-14 input.focused, +.emotion-14 input:active, +.emotion-14 input:focus { background: rgba(53,112,244,0.05); border-bottom: 2px solid #3570f4; color: #303030; } -.emotion-9 input:invalid { +.emotion-14 input:invalid { background: rgba(53,112,244,0.05); border-bottom: 2px solid #d01111; color: #303030; } -.emotion-9 .message { +.emotion-14 .message { font-size: 12px; left: 0; line-height: 1.8; @@ -347,51 +366,22 @@ exports[`GroupReviewPage should render 1`] = ` top: 2.571rem; } -.emotion-9.error input, -.emotion-9.error input.focused, -.emotion-9.error input:active, -.emotion-9.error input:focus { +.emotion-14.error input, +.emotion-14.error input.focused, +.emotion-14.error input:active, +.emotion-14.error input:focus { border-bottom: 2px solid #d01111; } -.emotion-9.error .message { +.emotion-14.error .message { color: #d01111; } -.emotion-9 input { - background: rgba(242,242,242,0.1); - color: #fff; -} - -.emotion-9 input::-webkit-input-placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input::-moz-placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input:-ms-input-placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input::placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input.focused, -.emotion-9 input:active, -.emotion-9 input:focus { - background: rgba(242,242,242,0.1); - border-bottom: 2px solid #3570f4; - color: #fff; -} - -.emotion-9 input { +.emotion-14 input { padding-right: 36px; } -.emotion-9 .input-icon { +.emotion-14 .input-icon { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -402,33 +392,45 @@ exports[`GroupReviewPage should render 1`] = ` right: 6px; } -.emotion-10 { +.emotion-15 { + fill: #d5d5d5; + cursor: pointer; + vertical-align: text-bottom; +} + +.emotion-16 { + background: #ffffff; + width: 65%; + margin-left: 5px; +} + +.emotion-19 { fill: #3570f4; cursor: inherit; vertical-align: text-bottom; } -.emotion-12 { +.emotion-21 { display: flex; } -.emotion-14 { +.emotion-23 { fill: #fff; cursor: pointer; vertical-align: text-bottom; } -.emotion-15 { +.emotion-24 { position: relative; width: 0; height: 0; } -.emotion-17 { +.emotion-26 { margin-left: 15px; } -.emotion-20 { +.emotion-29 { -webkit-flex: 1 1 calc(100vh - 60px); -ms-flex: 1 1 calc(100vh - 60px); flex: 1 1 calc(100vh - 60px); @@ -436,7 +438,7 @@ exports[`GroupReviewPage should render 1`] = ` font: 300 14px HelveticaNeue-Reg,Helvetica,Arial,sans-serif; } -.emotion-22 { +.emotion-31 { -webkit-align-items: stretch; -webkit-box-align: stretch; -ms-flex-align: stretch; @@ -453,7 +455,7 @@ exports[`GroupReviewPage should render 1`] = ` justify-content: flex-start; } -.emotion-24 { +.emotion-33 { -webkit-align-items: stretch; -webkit-box-align: stretch; -ms-flex-align: stretch; @@ -469,28 +471,28 @@ exports[`GroupReviewPage should render 1`] = ` flex-direction: column; } -.emotion-28 { +.emotion-37 { background: linear-gradient(to top, #f2f2f2, #fff); padding: 20px 30px 0; } -.emotion-30 { +.emotion-39 { font: 600 20px HelveticaNeue-Reg,Helvetica,Arial,sans-serif; margin-bottom: 10px; } -.emotion-32 { +.emotion-41 { color: #3570f4; -webkit-text-decoration: none; text-decoration: none; cursor: pointer; } -.emotion-34 { +.emotion-43 { margin: 20px 0; } -.emotion-36 { +.emotion-45 { display: flex; -webkit-box-flex-flow: row nowrap; -webkit-flex-flow: row nowrap; @@ -498,21 +500,21 @@ exports[`GroupReviewPage should render 1`] = ` flex-flow: row nowrap; } -.emotion-38 { +.emotion-47 { padding-right: 50px; } -.emotion-40 { +.emotion-49 { font-weight: 600; } -.emotion-42 { +.emotion-51 { color: #9a9a9a; font-size: 12px; text-transform: uppercase; } -.emotion-50 { +.emotion-59 { -webkit-align-items: stretch; -webkit-box-align: stretch; -ms-flex-align: stretch; @@ -527,7 +529,7 @@ exports[`GroupReviewPage should render 1`] = ` position: relative; } -.emotion-50.vertical { +.emotion-59.vertical { background: #f5f8fe; display: flex; -webkit-flex-direction: column; @@ -540,7 +542,7 @@ exports[`GroupReviewPage should render 1`] = ` width: 300px; } -.emotion-51 { +.emotion-60 { font-family: Helvetica,Arial,sans-serif; font-size: 14px; font-weight: 300; @@ -561,11 +563,11 @@ exports[`GroupReviewPage should render 1`] = ` z-index: 1; } -.emotion-51:hover { +.emotion-60:hover { color: #3570f4; } -.emotion-51.active { +.emotion-60.active { background: #fff; border-top-left-radius: 2px; border-top-right-radius: 2px; @@ -573,11 +575,11 @@ exports[`GroupReviewPage should render 1`] = ` cursor: initial; } -.emotion-51.active:hover { +.emotion-60.active:hover { color: #303030; } -.emotion-51.vertical { +.emotion-60.vertical { background: #f5f8fe; border-left: solid 4px #f5f8fe; height: 24px; @@ -589,35 +591,35 @@ exports[`GroupReviewPage should render 1`] = ` text-align: left; } -.emotion-51.vertical.active { +.emotion-60.vertical.active { background: #fff; border-left: solid 4px #3697f2; color: #303030; } -.emotion-51.vertical.active:hover { +.emotion-60.vertical.active:hover { color: #303030; } -.emotion-57 { +.emotion-66 { margin: 20px; margin-bottom: 0px; } -.emotion-59 { +.emotion-68 { margin: 0; } -.emotion-61 { +.emotion-70 { font-size: 16px; font-weight: 600; } -.emotion-63 { +.emotion-72 { margin: 20px; } -.emotion-65 { +.emotion-74 { width: 100%; border-spacing: 0 15px; display: table; @@ -626,7 +628,7 @@ exports[`GroupReviewPage should render 1`] = ` table-layout: fixed; } -.emotion-67 { +.emotion-76 { text-align: left; border-bottom: 2px solid #d5d5d5; color: #9a9a9a; @@ -638,7 +640,7 @@ exports[`GroupReviewPage should render 1`] = ` word-break: break-all; } -.emotion-73 { +.emotion-82 { text-align: center; border-bottom: 2px solid #d5d5d5; color: #9a9a9a; @@ -650,11 +652,11 @@ exports[`GroupReviewPage should render 1`] = ` word-break: break-all; } -.emotion-79 { +.emotion-88 { width: 500px; } -.emotion-81 { +.emotion-90 { box-sizing: border-box; display: inline-flex; -webkit-box-flex-flow: row nowrap; @@ -668,7 +670,7 @@ exports[`GroupReviewPage should render 1`] = ` width: 250px; } -.emotion-81 input { +.emotion-90 input { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; @@ -694,42 +696,42 @@ exports[`GroupReviewPage should render 1`] = ` width: 100%; } -.emotion-81.animated input { +.emotion-90.animated input { -webkit-transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,border 0.2s ease-in-out; transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,border 0.2s ease-in-out; } -.emotion-81 input::-webkit-input-placeholder { +.emotion-90 input::-webkit-input-placeholder { color: rgba(48,48,48,0.6); } -.emotion-81 input::-moz-placeholder { +.emotion-90 input::-moz-placeholder { color: rgba(48,48,48,0.6); } -.emotion-81 input:-ms-input-placeholder { +.emotion-90 input:-ms-input-placeholder { color: rgba(48,48,48,0.6); } -.emotion-81 input::placeholder { +.emotion-90 input::placeholder { color: rgba(48,48,48,0.6); } -.emotion-81 input.focused, -.emotion-81 input:active, -.emotion-81 input:focus { +.emotion-90 input.focused, +.emotion-90 input:active, +.emotion-90 input:focus { background: rgba(53,112,244,0.05); border-bottom: 2px solid #3570f4; color: #303030; } -.emotion-81 input:invalid { +.emotion-90 input:invalid { background: rgba(53,112,244,0.05); border-bottom: 2px solid #d01111; color: #303030; } -.emotion-81 .message { +.emotion-90 .message { font-size: 12px; left: 0; line-height: 1.8; @@ -737,27 +739,27 @@ exports[`GroupReviewPage should render 1`] = ` top: 2.571rem; } -.emotion-81.error input, -.emotion-81.error input.focused, -.emotion-81.error input:active, -.emotion-81.error input:focus { +.emotion-90.error input, +.emotion-90.error input.focused, +.emotion-90.error input:active, +.emotion-90.error input:focus { border-bottom: 2px solid #d01111; } -.emotion-81.error .message { +.emotion-90.error .message { color: #d01111; } -.emotion-82 { +.emotion-91 { width: 300px; margin-top: 5px; } -.emotion-84 { +.emotion-93 { margin-top: 10px; } -.emotion-86 { +.emotion-95 { border: none; border-radius: 2px; box-shadow: 0 0 0 1px #3697f2 inset; @@ -782,25 +784,25 @@ exports[`GroupReviewPage should render 1`] = ` color: #3697f2; } -.emotion-86:first-of-type { +.emotion-95:first-of-type { margin-left: 0; } -.emotion-86:disabled { +.emotion-95:disabled { background: rgba(48,48,48,0.1); color: rgba(48,48,48,0.2); cursor: not-allowed; } -.emotion-86:disabled { +.emotion-95:disabled { box-shadow: 0 0 0 1px rgba(48,48,48,0.1) inset; } -.emotion-86:hover:not(:disabled) { +.emotion-95:hover:not(:disabled) { background: #d7e2fd; } -.emotion-87 { +.emotion-96 { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -823,13 +825,13 @@ exports[`GroupReviewPage should render 1`] = ` width: 20px; } -.emotion-89 { +.emotion-98 { fill: #303030; cursor: inherit; vertical-align: text-bottom; } -.emotion-90 { +.emotion-99 { margin-right: 0; border-left: 1px solid #d5d5d5; -webkit-flex: 0 0 350px; @@ -844,7 +846,7 @@ exports[`GroupReviewPage should render 1`] = ` width: 350px; } -.emotion-92 { +.emotion-101 { -webkit-align-items: baseline; -webkit-box-align: baseline; -ms-flex-align: baseline; @@ -860,38 +862,38 @@ exports[`GroupReviewPage should render 1`] = ` padding: 20px 30px 20px 15px; } -.emotion-94 { +.emotion-103 { font-size: 16px; font-weight: 600; } -.emotion-96 { +.emotion-105 { color: #3570f4; -webkit-text-decoration: none; text-decoration: none; cursor: pointer; } -.emotion-98 { +.emotion-107 { padding: 0 5px; color: #d5d5d5; } -.emotion-102 { +.emotion-111 { padding: 0 30px 0 15px; } -.emotion-104 { +.emotion-113 { padding: 10px 0; display: flex; } -.emotion-106 { +.emotion-115 { font-size: 1.25em; margin-right: 5px; } -.emotion-108 { +.emotion-117 { fill: #303030; cursor: inherit; vertical-align: baseline; @@ -929,40 +931,102 @@ exports[`GroupReviewPage should render 1`] = ` data-testid="navbar-item" >
-
- +
+ +
+ + + arrowhead-down + + + +
+
+
+
+ class="emotion-16 emotion-17" + > +
+ +
+ + + search + + + +
+
+
+
@@ -971,11 +1035,11 @@ exports[`GroupReviewPage should render 1`] = ` data-testid="navbar-item" >
2020-02-12 21:44 UTC
MODIFIED DATE
N/A
REVIEWED DATE
@@ -1091,41 +1155,41 @@ exports[`GroupReviewPage should render 1`] = `
Members
Review
Roles
Tags
Settings
History @@ -1133,54 +1197,54 @@ exports[`GroupReviewPage should render 1`] = `
REVIEW GROUP MEMBERS
@@ -1188,7 +1252,7 @@ exports[`GroupReviewPage should render 1`] = `

There are no members to review for group: @@ -1200,7 +1264,7 @@ exports[`GroupReviewPage should render 1`] = ` colspan="2" >

@@ -1251,11 +1315,11 @@ exports[`GroupReviewPage should render 1`] = ` data-testid="user-domains" >
athens.ci diff --git a/ui/src/__tests__/pages/domain/[domain]/group/[group]/__snapshots__/roles.test.js.snap b/ui/src/__tests__/pages/domain/[domain]/group/[group]/__snapshots__/roles.test.js.snap index 9bda89c0489..49f67563218 100644 --- a/ui/src/__tests__/pages/domain/[domain]/group/[group]/__snapshots__/roles.test.js.snap +++ b/ui/src/__tests__/pages/domain/[domain]/group/[group]/__snapshots__/roles.test.js.snap @@ -265,6 +265,25 @@ exports[`GroupRolesPage should render 1`] = ` } .emotion-9 { + display: flex; + width: 100%; +} + +.emotion-11 { + background: #ffffff; + width: 35%; +} + +.emotion-13 { + position: relative; + width: 100%; +} + +.emotion-13 input { + cursor: pointer; +} + +.emotion-14 { box-sizing: border-box; display: inline-flex; -webkit-box-flex-flow: row nowrap; @@ -278,7 +297,7 @@ exports[`GroupRolesPage should render 1`] = ` width: 100%; } -.emotion-9 input { +.emotion-14 input { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; @@ -304,42 +323,42 @@ exports[`GroupRolesPage should render 1`] = ` width: 100%; } -.emotion-9.animated input { +.emotion-14.animated input { -webkit-transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,border 0.2s ease-in-out; transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,border 0.2s ease-in-out; } -.emotion-9 input::-webkit-input-placeholder { +.emotion-14 input::-webkit-input-placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input::-moz-placeholder { +.emotion-14 input::-moz-placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input:-ms-input-placeholder { +.emotion-14 input:-ms-input-placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input::placeholder { +.emotion-14 input::placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input.focused, -.emotion-9 input:active, -.emotion-9 input:focus { +.emotion-14 input.focused, +.emotion-14 input:active, +.emotion-14 input:focus { background: rgba(53,112,244,0.05); border-bottom: 2px solid #3570f4; color: #303030; } -.emotion-9 input:invalid { +.emotion-14 input:invalid { background: rgba(53,112,244,0.05); border-bottom: 2px solid #d01111; color: #303030; } -.emotion-9 .message { +.emotion-14 .message { font-size: 12px; left: 0; line-height: 1.8; @@ -347,51 +366,22 @@ exports[`GroupRolesPage should render 1`] = ` top: 2.571rem; } -.emotion-9.error input, -.emotion-9.error input.focused, -.emotion-9.error input:active, -.emotion-9.error input:focus { +.emotion-14.error input, +.emotion-14.error input.focused, +.emotion-14.error input:active, +.emotion-14.error input:focus { border-bottom: 2px solid #d01111; } -.emotion-9.error .message { +.emotion-14.error .message { color: #d01111; } -.emotion-9 input { - background: rgba(242,242,242,0.1); - color: #fff; -} - -.emotion-9 input::-webkit-input-placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input::-moz-placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input:-ms-input-placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input::placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input.focused, -.emotion-9 input:active, -.emotion-9 input:focus { - background: rgba(242,242,242,0.1); - border-bottom: 2px solid #3570f4; - color: #fff; -} - -.emotion-9 input { +.emotion-14 input { padding-right: 36px; } -.emotion-9 .input-icon { +.emotion-14 .input-icon { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -402,33 +392,45 @@ exports[`GroupRolesPage should render 1`] = ` right: 6px; } -.emotion-10 { +.emotion-15 { + fill: #d5d5d5; + cursor: pointer; + vertical-align: text-bottom; +} + +.emotion-16 { + background: #ffffff; + width: 65%; + margin-left: 5px; +} + +.emotion-19 { fill: #3570f4; cursor: inherit; vertical-align: text-bottom; } -.emotion-12 { +.emotion-21 { display: flex; } -.emotion-14 { +.emotion-23 { fill: #fff; cursor: pointer; vertical-align: text-bottom; } -.emotion-15 { +.emotion-24 { position: relative; width: 0; height: 0; } -.emotion-17 { +.emotion-26 { margin-left: 15px; } -.emotion-20 { +.emotion-29 { -webkit-flex: 1 1 calc(100vh - 60px); -ms-flex: 1 1 calc(100vh - 60px); flex: 1 1 calc(100vh - 60px); @@ -436,7 +438,7 @@ exports[`GroupRolesPage should render 1`] = ` font: 300 14px HelveticaNeue-Reg,Helvetica,Arial,sans-serif; } -.emotion-22 { +.emotion-31 { -webkit-align-items: stretch; -webkit-box-align: stretch; -ms-flex-align: stretch; @@ -453,7 +455,7 @@ exports[`GroupRolesPage should render 1`] = ` justify-content: flex-start; } -.emotion-24 { +.emotion-33 { -webkit-align-items: stretch; -webkit-box-align: stretch; -ms-flex-align: stretch; @@ -469,28 +471,28 @@ exports[`GroupRolesPage should render 1`] = ` flex-direction: column; } -.emotion-28 { +.emotion-37 { background: linear-gradient(to top, #f2f2f2, #fff); padding: 20px 30px 0; } -.emotion-30 { +.emotion-39 { font: 600 20px HelveticaNeue-Reg,Helvetica,Arial,sans-serif; margin-bottom: 10px; } -.emotion-32 { +.emotion-41 { color: #3570f4; -webkit-text-decoration: none; text-decoration: none; cursor: pointer; } -.emotion-34 { +.emotion-43 { margin: 20px 0; } -.emotion-36 { +.emotion-45 { display: flex; -webkit-box-flex-flow: row nowrap; -webkit-flex-flow: row nowrap; @@ -498,21 +500,21 @@ exports[`GroupRolesPage should render 1`] = ` flex-flow: row nowrap; } -.emotion-38 { +.emotion-47 { padding-right: 50px; } -.emotion-40 { +.emotion-49 { font-weight: 600; } -.emotion-42 { +.emotion-51 { color: #9a9a9a; font-size: 12px; text-transform: uppercase; } -.emotion-50 { +.emotion-59 { -webkit-align-items: stretch; -webkit-box-align: stretch; -ms-flex-align: stretch; @@ -527,7 +529,7 @@ exports[`GroupRolesPage should render 1`] = ` position: relative; } -.emotion-50.vertical { +.emotion-59.vertical { background: #f5f8fe; display: flex; -webkit-flex-direction: column; @@ -540,7 +542,7 @@ exports[`GroupRolesPage should render 1`] = ` width: 300px; } -.emotion-51 { +.emotion-60 { font-family: Helvetica,Arial,sans-serif; font-size: 14px; font-weight: 300; @@ -561,11 +563,11 @@ exports[`GroupRolesPage should render 1`] = ` z-index: 1; } -.emotion-51:hover { +.emotion-60:hover { color: #3570f4; } -.emotion-51.active { +.emotion-60.active { background: #fff; border-top-left-radius: 2px; border-top-right-radius: 2px; @@ -573,11 +575,11 @@ exports[`GroupRolesPage should render 1`] = ` cursor: initial; } -.emotion-51.active:hover { +.emotion-60.active:hover { color: #303030; } -.emotion-51.vertical { +.emotion-60.vertical { background: #f5f8fe; border-left: solid 4px #f5f8fe; height: 24px; @@ -589,17 +591,17 @@ exports[`GroupRolesPage should render 1`] = ` text-align: left; } -.emotion-51.vertical.active { +.emotion-60.vertical.active { background: #fff; border-left: solid 4px #3697f2; color: #303030; } -.emotion-51.vertical.active:hover { +.emotion-60.vertical.active:hover { color: #303030; } -.emotion-57 { +.emotion-66 { padding-bottom: 20px; display: flex; -webkit-box-pack: justify; @@ -615,122 +617,13 @@ exports[`GroupRolesPage should render 1`] = ` flex-flow: row nowrap; } -.emotion-59 { +.emotion-68 { width: 50%; margin-top: 20px; margin-left: 30px; } -.emotion-61 { - box-sizing: border-box; - display: inline-flex; - -webkit-box-flex-flow: row nowrap; - -webkit-flex-flow: row nowrap; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - font-family: Helvetica,Arial,sans-serif; - font-size: 14px; - font-weight: 300; - position: relative; - width: 100%; -} - -.emotion-61 input { - -webkit-appearance: none; - -moz-appearance: none; - -ms-appearance: none; - appearance: none; - background: rgba(53,112,244,0.05); - border-top: 2px solid transparent; - border-bottom: 2px solid transparent; - border-right: transparent; - border-left: transparent; - border-radius: 2px; - box-shadow: none; - box-sizing: border-box; - color: #303030; - -webkit-flex: 1 0 auto; - -ms-flex: 1 0 auto; - flex: 1 0 auto; - font: inherit; - height: 36px; - margin: 0; - outline: none; - padding: 0 1rem; - text-align: left; - width: 100%; -} - -.emotion-61.animated input { - -webkit-transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,border 0.2s ease-in-out; - transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,border 0.2s ease-in-out; -} - -.emotion-61 input::-webkit-input-placeholder { - color: rgba(48,48,48,0.6); -} - -.emotion-61 input::-moz-placeholder { - color: rgba(48,48,48,0.6); -} - -.emotion-61 input:-ms-input-placeholder { - color: rgba(48,48,48,0.6); -} - -.emotion-61 input::placeholder { - color: rgba(48,48,48,0.6); -} - -.emotion-61 input.focused, -.emotion-61 input:active, -.emotion-61 input:focus { - background: rgba(53,112,244,0.05); - border-bottom: 2px solid #3570f4; - color: #303030; -} - -.emotion-61 input:invalid { - background: rgba(53,112,244,0.05); - border-bottom: 2px solid #d01111; - color: #303030; -} - -.emotion-61 .message { - font-size: 12px; - left: 0; - line-height: 1.8; - position: absolute; - top: 2.571rem; -} - -.emotion-61.error input, -.emotion-61.error input.focused, -.emotion-61.error input:active, -.emotion-61.error input:focus { - border-bottom: 2px solid #d01111; -} - -.emotion-61.error .message { - color: #d01111; -} - -.emotion-61 input { - padding-right: 36px; -} - -.emotion-61 .input-icon { - -webkit-align-items: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: flex; - height: 36px; - position: absolute; - right: 6px; -} - -.emotion-63 { +.emotion-72 { width: 95%; -webkit-box-pack: justify; -webkit-justify-content: space-between; @@ -738,11 +631,11 @@ exports[`GroupRolesPage should render 1`] = ` padding-left: 2%; } -.emotion-65 { +.emotion-74 { padding-top: 20px; } -.emotion-67 { +.emotion-76 { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -765,13 +658,13 @@ exports[`GroupRolesPage should render 1`] = ` width: 20px; } -.emotion-69 { +.emotion-78 { fill: #303030; cursor: inherit; vertical-align: text-bottom; } -.emotion-70 { +.emotion-79 { margin-right: 0; border-left: 1px solid #d5d5d5; -webkit-flex: 0 0 350px; @@ -786,7 +679,7 @@ exports[`GroupRolesPage should render 1`] = ` width: 350px; } -.emotion-72 { +.emotion-81 { -webkit-align-items: baseline; -webkit-box-align: baseline; -ms-flex-align: baseline; @@ -802,38 +695,38 @@ exports[`GroupRolesPage should render 1`] = ` padding: 20px 30px 20px 15px; } -.emotion-74 { +.emotion-83 { font-size: 16px; font-weight: 600; } -.emotion-76 { +.emotion-85 { color: #3570f4; -webkit-text-decoration: none; text-decoration: none; cursor: pointer; } -.emotion-78 { +.emotion-87 { padding: 0 5px; color: #d5d5d5; } -.emotion-82 { +.emotion-91 { padding: 0 30px 0 15px; } -.emotion-84 { +.emotion-93 { padding: 10px 0; display: flex; } -.emotion-86 { +.emotion-95 { font-size: 1.25em; margin-right: 5px; } -.emotion-88 { +.emotion-97 { fill: #303030; cursor: inherit; vertical-align: baseline; @@ -871,40 +764,102 @@ exports[`GroupRolesPage should render 1`] = ` data-testid="navbar-item" >
-
- +
+ +
+ + + arrowhead-down + + + +
+
+
+
+ class="emotion-16 emotion-17" + > +
+ +
+ + + search + + + +
+
+
+
@@ -913,11 +868,11 @@ exports[`GroupRolesPage should render 1`] = ` data-testid="navbar-item" >
2020-02-12 21:44 UTC
MODIFIED DATE
N/A
REVIEWED DATE
@@ -1033,41 +988,41 @@ exports[`GroupRolesPage should render 1`] = `
Members
Review
Roles
Tags
Settings
History @@ -1075,13 +1030,13 @@ exports[`GroupRolesPage should render 1`] = `
The group isn't a member of any role.
@@ -1133,11 +1088,11 @@ exports[`GroupRolesPage should render 1`] = ` data-testid="user-domains" >
athens.ci diff --git a/ui/src/__tests__/pages/domain/[domain]/group/[group]/__snapshots__/settings.test.js.snap b/ui/src/__tests__/pages/domain/[domain]/group/[group]/__snapshots__/settings.test.js.snap index f8e34e5a79c..b28bb5e83b1 100644 --- a/ui/src/__tests__/pages/domain/[domain]/group/[group]/__snapshots__/settings.test.js.snap +++ b/ui/src/__tests__/pages/domain/[domain]/group/[group]/__snapshots__/settings.test.js.snap @@ -265,6 +265,25 @@ exports[`GroupSettingPage should render 1`] = ` } .emotion-9 { + display: flex; + width: 100%; +} + +.emotion-11 { + background: #ffffff; + width: 35%; +} + +.emotion-13 { + position: relative; + width: 100%; +} + +.emotion-13 input { + cursor: pointer; +} + +.emotion-14 { box-sizing: border-box; display: inline-flex; -webkit-box-flex-flow: row nowrap; @@ -278,7 +297,7 @@ exports[`GroupSettingPage should render 1`] = ` width: 100%; } -.emotion-9 input { +.emotion-14 input { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; @@ -304,42 +323,42 @@ exports[`GroupSettingPage should render 1`] = ` width: 100%; } -.emotion-9.animated input { +.emotion-14.animated input { -webkit-transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,border 0.2s ease-in-out; transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,border 0.2s ease-in-out; } -.emotion-9 input::-webkit-input-placeholder { +.emotion-14 input::-webkit-input-placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input::-moz-placeholder { +.emotion-14 input::-moz-placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input:-ms-input-placeholder { +.emotion-14 input:-ms-input-placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input::placeholder { +.emotion-14 input::placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input.focused, -.emotion-9 input:active, -.emotion-9 input:focus { +.emotion-14 input.focused, +.emotion-14 input:active, +.emotion-14 input:focus { background: rgba(53,112,244,0.05); border-bottom: 2px solid #3570f4; color: #303030; } -.emotion-9 input:invalid { +.emotion-14 input:invalid { background: rgba(53,112,244,0.05); border-bottom: 2px solid #d01111; color: #303030; } -.emotion-9 .message { +.emotion-14 .message { font-size: 12px; left: 0; line-height: 1.8; @@ -347,51 +366,22 @@ exports[`GroupSettingPage should render 1`] = ` top: 2.571rem; } -.emotion-9.error input, -.emotion-9.error input.focused, -.emotion-9.error input:active, -.emotion-9.error input:focus { +.emotion-14.error input, +.emotion-14.error input.focused, +.emotion-14.error input:active, +.emotion-14.error input:focus { border-bottom: 2px solid #d01111; } -.emotion-9.error .message { +.emotion-14.error .message { color: #d01111; } -.emotion-9 input { - background: rgba(242,242,242,0.1); - color: #fff; -} - -.emotion-9 input::-webkit-input-placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input::-moz-placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input:-ms-input-placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input::placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input.focused, -.emotion-9 input:active, -.emotion-9 input:focus { - background: rgba(242,242,242,0.1); - border-bottom: 2px solid #3570f4; - color: #fff; -} - -.emotion-9 input { +.emotion-14 input { padding-right: 36px; } -.emotion-9 .input-icon { +.emotion-14 .input-icon { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -402,33 +392,45 @@ exports[`GroupSettingPage should render 1`] = ` right: 6px; } -.emotion-10 { +.emotion-15 { + fill: #d5d5d5; + cursor: pointer; + vertical-align: text-bottom; +} + +.emotion-16 { + background: #ffffff; + width: 65%; + margin-left: 5px; +} + +.emotion-19 { fill: #3570f4; cursor: inherit; vertical-align: text-bottom; } -.emotion-12 { +.emotion-21 { display: flex; } -.emotion-14 { +.emotion-23 { fill: #fff; cursor: pointer; vertical-align: text-bottom; } -.emotion-15 { +.emotion-24 { position: relative; width: 0; height: 0; } -.emotion-17 { +.emotion-26 { margin-left: 15px; } -.emotion-20 { +.emotion-29 { -webkit-flex: 1 1 calc(100vh - 60px); -ms-flex: 1 1 calc(100vh - 60px); flex: 1 1 calc(100vh - 60px); @@ -436,7 +438,7 @@ exports[`GroupSettingPage should render 1`] = ` font: 300 14px HelveticaNeue-Reg,Helvetica,Arial,sans-serif; } -.emotion-22 { +.emotion-31 { -webkit-align-items: stretch; -webkit-box-align: stretch; -ms-flex-align: stretch; @@ -453,7 +455,7 @@ exports[`GroupSettingPage should render 1`] = ` justify-content: flex-start; } -.emotion-24 { +.emotion-33 { -webkit-align-items: stretch; -webkit-box-align: stretch; -ms-flex-align: stretch; @@ -469,28 +471,28 @@ exports[`GroupSettingPage should render 1`] = ` flex-direction: column; } -.emotion-28 { +.emotion-37 { background: linear-gradient(to top, #f2f2f2, #fff); padding: 20px 30px 0; } -.emotion-30 { +.emotion-39 { font: 600 20px HelveticaNeue-Reg,Helvetica,Arial,sans-serif; margin-bottom: 10px; } -.emotion-32 { +.emotion-41 { color: #3570f4; -webkit-text-decoration: none; text-decoration: none; cursor: pointer; } -.emotion-34 { +.emotion-43 { margin: 20px 0; } -.emotion-36 { +.emotion-45 { display: flex; -webkit-box-flex-flow: row nowrap; -webkit-flex-flow: row nowrap; @@ -498,21 +500,21 @@ exports[`GroupSettingPage should render 1`] = ` flex-flow: row nowrap; } -.emotion-38 { +.emotion-47 { padding-right: 50px; } -.emotion-40 { +.emotion-49 { font-weight: 600; } -.emotion-42 { +.emotion-51 { color: #9a9a9a; font-size: 12px; text-transform: uppercase; } -.emotion-50 { +.emotion-59 { -webkit-align-items: stretch; -webkit-box-align: stretch; -ms-flex-align: stretch; @@ -527,7 +529,7 @@ exports[`GroupSettingPage should render 1`] = ` position: relative; } -.emotion-50.vertical { +.emotion-59.vertical { background: #f5f8fe; display: flex; -webkit-flex-direction: column; @@ -540,7 +542,7 @@ exports[`GroupSettingPage should render 1`] = ` width: 300px; } -.emotion-51 { +.emotion-60 { font-family: Helvetica,Arial,sans-serif; font-size: 14px; font-weight: 300; @@ -561,11 +563,11 @@ exports[`GroupSettingPage should render 1`] = ` z-index: 1; } -.emotion-51:hover { +.emotion-60:hover { color: #3570f4; } -.emotion-51.active { +.emotion-60.active { background: #fff; border-top-left-radius: 2px; border-top-right-radius: 2px; @@ -573,11 +575,11 @@ exports[`GroupSettingPage should render 1`] = ` cursor: initial; } -.emotion-51.active:hover { +.emotion-60.active:hover { color: #303030; } -.emotion-51.vertical { +.emotion-60.vertical { background: #f5f8fe; border-left: solid 4px #f5f8fe; height: 24px; @@ -589,21 +591,21 @@ exports[`GroupSettingPage should render 1`] = ` text-align: left; } -.emotion-51.vertical.active { +.emotion-60.vertical.active { background: #fff; border-left: solid 4px #3697f2; color: #303030; } -.emotion-51.vertical.active:hover { +.emotion-60.vertical.active:hover { color: #303030; } -.emotion-57 { +.emotion-66 { margin: 20px; } -.emotion-59 { +.emotion-68 { width: 100%; border-spacing: 0 20px; display: table; @@ -611,7 +613,7 @@ exports[`GroupSettingPage should render 1`] = ` border-color: grey; } -.emotion-61 { +.emotion-70 { box-sizing: border-box; margin-top: 10px; box-shadow: 0 1px 4px #d9d9d9; @@ -621,7 +623,7 @@ exports[`GroupSettingPage should render 1`] = ` height: 50px; } -.emotion-63 { +.emotion-72 { text-align: left; width: auto; padding: 5px 0 5px 15px; @@ -629,7 +631,7 @@ exports[`GroupSettingPage should render 1`] = ` word-break: break-all; } -.emotion-67 { +.emotion-76 { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -643,7 +645,7 @@ exports[`GroupSettingPage should render 1`] = ` position: relative; } -.emotion-67>input[type='checkbox'] { +.emotion-76>input[type='checkbox'] { box-sizing: border-box; cursor: pointer; position: absolute; @@ -651,7 +653,7 @@ exports[`GroupSettingPage should render 1`] = ` visibility: hidden; } -.emotion-67>input[type='checkbox']+label { +.emotion-76>input[type='checkbox']+label { box-sizing: border-box; cursor: pointer; font-family: Helvetica,Arial,sans-serif; @@ -662,18 +664,18 @@ exports[`GroupSettingPage should render 1`] = ` white-space: nowrap; } -.emotion-67>input[type='checkbox']+label .label-content { +.emotion-76>input[type='checkbox']+label .label-content { display: inline-flex; margin-left: 6px; } @-moz-document url-prefix() { - .emotion-67>input[type='checkbox']+label .label-content { + .emotion-76>input[type='checkbox']+label .label-content { margin-top: 1px; } } -.emotion-67>input[type='checkbox']+label:before { +.emotion-76>input[type='checkbox']+label:before { background: #d5d5d5; border-radius: 9px; box-sizing: border-box; @@ -689,7 +691,7 @@ exports[`GroupSettingPage should render 1`] = ` width: 34px; } -.emotion-67>input[type='checkbox']+label::after { +.emotion-76>input[type='checkbox']+label::after { background-color: #fff; border: 2px solid rgba(54,151,242,0.5); border-radius: 50%; @@ -706,40 +708,40 @@ exports[`GroupSettingPage should render 1`] = ` width: 18px; } -.emotion-67>input[type='checkbox']:checked+label::before { +.emotion-76>input[type='checkbox']:checked+label::before { background-color: rgba(21,192,70,0.45); } -.emotion-67>input[type='checkbox']:checked+label::after { +.emotion-76>input[type='checkbox']:checked+label::after { background-color: #15c046; border-color: #15c046; left: 16px; } -.emotion-67>input[type='checkbox']:disabled+label { +.emotion-76>input[type='checkbox']:disabled+label { color: #9a9a9a; cursor: not-allowed; } -.emotion-67>input[type='checkbox']:disabled+label::before { +.emotion-76>input[type='checkbox']:disabled+label::before { background-color: #e8e8e8; cursor: not-allowed; } -.emotion-67>input[type='checkbox']:disabled+label::after { +.emotion-76>input[type='checkbox']:disabled+label::after { border-color: #d5d5d5; cursor: not-allowed; } -.emotion-67>input[type='checkbox']:checked:disabled+label::after { +.emotion-76>input[type='checkbox']:checked:disabled+label::after { background: #d5d5d5; } -.emotion-103 { +.emotion-112 { display: flex; } -.emotion-105 { +.emotion-114 { box-sizing: border-box; display: inline-flex; -webkit-box-flex-flow: row nowrap; @@ -753,7 +755,7 @@ exports[`GroupSettingPage should render 1`] = ` width: 100%; } -.emotion-105 input { +.emotion-114 input { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; @@ -779,42 +781,42 @@ exports[`GroupSettingPage should render 1`] = ` width: 100%; } -.emotion-105.animated input { +.emotion-114.animated input { -webkit-transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,border 0.2s ease-in-out; transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,border 0.2s ease-in-out; } -.emotion-105 input::-webkit-input-placeholder { +.emotion-114 input::-webkit-input-placeholder { color: rgba(48,48,48,0.6); } -.emotion-105 input::-moz-placeholder { +.emotion-114 input::-moz-placeholder { color: rgba(48,48,48,0.6); } -.emotion-105 input:-ms-input-placeholder { +.emotion-114 input:-ms-input-placeholder { color: rgba(48,48,48,0.6); } -.emotion-105 input::placeholder { +.emotion-114 input::placeholder { color: rgba(48,48,48,0.6); } -.emotion-105 input.focused, -.emotion-105 input:active, -.emotion-105 input:focus { +.emotion-114 input.focused, +.emotion-114 input:active, +.emotion-114 input:focus { background: rgba(53,112,244,0.05); border-bottom: 2px solid #3570f4; color: #303030; } -.emotion-105 input:invalid { +.emotion-114 input:invalid { background: rgba(53,112,244,0.05); border-bottom: 2px solid #d01111; color: #303030; } -.emotion-105 .message { +.emotion-114 .message { font-size: 12px; left: 0; line-height: 1.8; @@ -822,29 +824,29 @@ exports[`GroupSettingPage should render 1`] = ` top: 2.571rem; } -.emotion-105.error input, -.emotion-105.error input.focused, -.emotion-105.error input:active, -.emotion-105.error input:focus { +.emotion-114.error input, +.emotion-114.error input.focused, +.emotion-114.error input:active, +.emotion-114.error input:focus { border-bottom: 2px solid #d01111; } -.emotion-105.error .message { +.emotion-114.error .message { color: #d01111; } -.emotion-105 input[disabled] { +.emotion-114 input[disabled] { background: rgba(48,48,48,0.05); border-bottom: 2px solid rgba(48,48,48,0.05); color: rgba(48,48,48,0.25); cursor: not-allowed; } -.emotion-106 { +.emotion-115 { margin-top: 5px; } -.emotion-118 { +.emotion-127 { box-sizing: border-box; display: inline-flex; -webkit-box-flex-flow: row nowrap; @@ -858,7 +860,7 @@ exports[`GroupSettingPage should render 1`] = ` width: 100%; } -.emotion-118 input { +.emotion-127 input { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; @@ -884,42 +886,42 @@ exports[`GroupSettingPage should render 1`] = ` width: 100%; } -.emotion-118.animated input { +.emotion-127.animated input { -webkit-transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,border 0.2s ease-in-out; transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,border 0.2s ease-in-out; } -.emotion-118 input::-webkit-input-placeholder { +.emotion-127 input::-webkit-input-placeholder { color: rgba(48,48,48,0.6); } -.emotion-118 input::-moz-placeholder { +.emotion-127 input::-moz-placeholder { color: rgba(48,48,48,0.6); } -.emotion-118 input:-ms-input-placeholder { +.emotion-127 input:-ms-input-placeholder { color: rgba(48,48,48,0.6); } -.emotion-118 input::placeholder { +.emotion-127 input::placeholder { color: rgba(48,48,48,0.6); } -.emotion-118 input.focused, -.emotion-118 input:active, -.emotion-118 input:focus { +.emotion-127 input.focused, +.emotion-127 input:active, +.emotion-127 input:focus { background: rgba(53,112,244,0.05); border-bottom: 2px solid #3570f4; color: #303030; } -.emotion-118 input:invalid { +.emotion-127 input:invalid { background: rgba(53,112,244,0.05); border-bottom: 2px solid #d01111; color: #303030; } -.emotion-118 .message { +.emotion-127 .message { font-size: 12px; left: 0; line-height: 1.8; @@ -927,147 +929,32 @@ exports[`GroupSettingPage should render 1`] = ` top: 2.571rem; } -.emotion-118.error input, -.emotion-118.error input.focused, -.emotion-118.error input:active, -.emotion-118.error input:focus { +.emotion-127.error input, +.emotion-127.error input.focused, +.emotion-127.error input:active, +.emotion-127.error input:focus { border-bottom: 2px solid #d01111; } -.emotion-118.error .message { +.emotion-127.error .message { color: #d01111; } -.emotion-144 { +.emotion-153 { position: relative; width: 100%; } -.emotion-144 input { +.emotion-153 input { cursor: inherit; } -.emotion-145 { +.emotion-154 { margin-top: 5px; display: block; } -.emotion-147 { - box-sizing: border-box; - display: inline-flex; - -webkit-box-flex-flow: row nowrap; - -webkit-flex-flow: row nowrap; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - font-family: Helvetica,Arial,sans-serif; - font-size: 14px; - font-weight: 300; - position: relative; - width: 100%; -} - -.emotion-147 input { - -webkit-appearance: none; - -moz-appearance: none; - -ms-appearance: none; - appearance: none; - background: rgba(53,112,244,0.05); - border-top: 2px solid transparent; - border-bottom: 2px solid transparent; - border-right: transparent; - border-left: transparent; - border-radius: 2px; - box-shadow: none; - box-sizing: border-box; - color: #303030; - -webkit-flex: 1 0 auto; - -ms-flex: 1 0 auto; - flex: 1 0 auto; - font: inherit; - height: 36px; - margin: 0; - outline: none; - padding: 0 1rem; - text-align: left; - width: 100%; -} - -.emotion-147.animated input { - -webkit-transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,border 0.2s ease-in-out; - transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,border 0.2s ease-in-out; -} - -.emotion-147 input::-webkit-input-placeholder { - color: rgba(48,48,48,0.6); -} - -.emotion-147 input::-moz-placeholder { - color: rgba(48,48,48,0.6); -} - -.emotion-147 input:-ms-input-placeholder { - color: rgba(48,48,48,0.6); -} - -.emotion-147 input::placeholder { - color: rgba(48,48,48,0.6); -} - -.emotion-147 input.focused, -.emotion-147 input:active, -.emotion-147 input:focus { - background: rgba(53,112,244,0.05); - border-bottom: 2px solid #3570f4; - color: #303030; -} - -.emotion-147 input:invalid { - background: rgba(53,112,244,0.05); - border-bottom: 2px solid #d01111; - color: #303030; -} - -.emotion-147 .message { - font-size: 12px; - left: 0; - line-height: 1.8; - position: absolute; - top: 2.571rem; -} - -.emotion-147.error input, -.emotion-147.error input.focused, -.emotion-147.error input:active, -.emotion-147.error input:focus { - border-bottom: 2px solid #d01111; -} - -.emotion-147.error .message { - color: #d01111; -} - -.emotion-147 input { - padding-right: 36px; -} - -.emotion-147 .input-icon { - -webkit-align-items: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: flex; - height: 36px; - position: absolute; - right: 6px; -} - -.emotion-148 { - fill: #d5d5d5; - cursor: pointer; - vertical-align: text-bottom; -} - -.emotion-192 { +.emotion-201 { padding-bottom: 20px; display: flex; -webkit-box-pack: justify; @@ -1083,7 +970,7 @@ exports[`GroupSettingPage should render 1`] = ` flex-flow: row nowrap; } -.emotion-194 { +.emotion-203 { border: none; border-radius: 2px; box-shadow: 0 0 0 1px #3697f2 inset; @@ -1108,25 +995,25 @@ exports[`GroupSettingPage should render 1`] = ` color: #3697f2; } -.emotion-194:first-of-type { +.emotion-203:first-of-type { margin-left: 0; } -.emotion-194:disabled { +.emotion-203:disabled { background: rgba(48,48,48,0.1); color: rgba(48,48,48,0.2); cursor: not-allowed; } -.emotion-194:disabled { +.emotion-203:disabled { box-shadow: 0 0 0 1px rgba(48,48,48,0.1) inset; } -.emotion-194:hover:not(:disabled) { +.emotion-203:hover:not(:disabled) { background: #d7e2fd; } -.emotion-196 { +.emotion-205 { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -1149,13 +1036,13 @@ exports[`GroupSettingPage should render 1`] = ` width: 20px; } -.emotion-198 { +.emotion-207 { fill: #303030; cursor: inherit; vertical-align: text-bottom; } -.emotion-199 { +.emotion-208 { margin-right: 0; border-left: 1px solid #d5d5d5; -webkit-flex: 0 0 350px; @@ -1170,7 +1057,7 @@ exports[`GroupSettingPage should render 1`] = ` width: 350px; } -.emotion-201 { +.emotion-210 { -webkit-align-items: baseline; -webkit-box-align: baseline; -ms-flex-align: baseline; @@ -1186,38 +1073,38 @@ exports[`GroupSettingPage should render 1`] = ` padding: 20px 30px 20px 15px; } -.emotion-203 { +.emotion-212 { font-size: 16px; font-weight: 600; } -.emotion-205 { +.emotion-214 { color: #3570f4; -webkit-text-decoration: none; text-decoration: none; cursor: pointer; } -.emotion-207 { +.emotion-216 { padding: 0 5px; color: #d5d5d5; } -.emotion-211 { +.emotion-220 { padding: 0 30px 0 15px; } -.emotion-213 { +.emotion-222 { padding: 10px 0; display: flex; } -.emotion-215 { +.emotion-224 { font-size: 1.25em; margin-right: 5px; } -.emotion-217 { +.emotion-226 { fill: #303030; cursor: inherit; vertical-align: baseline; @@ -1255,40 +1142,102 @@ exports[`GroupSettingPage should render 1`] = ` data-testid="navbar-item" >
-
- +
+ +
+ + + arrowhead-down + + + +
+
+
+
+ class="emotion-16 emotion-17" + > +
+ +
+ + + search + + + +
+
+
+
@@ -1297,11 +1246,11 @@ exports[`GroupSettingPage should render 1`] = ` data-testid="navbar-item" >
MEMBER MEMBER NAME EXPIRATION DATE EXTEND NO ACTION DELETE
Review
Flag indicates whether or not group updates require another review and approval
Delete Protection
Flag indicates whether or not the group will be protected from accidental deletions
Self-Service
Flag indicates whether or not group allows self service
Self-Renew
Flag indicates whether or not group allows self renew
Self Renew (Mins)
Number of minutes members can renew their membership if self review option is enabled
User Expiry (Days)
All user members in the group will have specified max expiry days
Service Expiry (Days)
All services in the group will have specified max expiry days
User Authority Filter
membership filtered based on user authority configured attributes
User Authority Expiration
expiration enforced by a user authority configured attribute
Max Members (Number)
Maximum number of members allowed in the group
Domain Filter
Membership filtered based on configured principal domains @@ -1983,17 +1932,17 @@ exports[`GroupSettingPage should render 1`] = `
@@ -2006,11 +1955,11 @@ exports[`GroupSettingPage should render 1`] = ` data-testid="user-domains" >
athens.ci diff --git a/ui/src/__tests__/pages/domain/[domain]/group/[group]/__snapshots__/tags.test.js.snap b/ui/src/__tests__/pages/domain/[domain]/group/[group]/__snapshots__/tags.test.js.snap index e3166a139d6..8a17b921fe6 100644 --- a/ui/src/__tests__/pages/domain/[domain]/group/[group]/__snapshots__/tags.test.js.snap +++ b/ui/src/__tests__/pages/domain/[domain]/group/[group]/__snapshots__/tags.test.js.snap @@ -265,6 +265,25 @@ exports[`Groups Tag Page should render 1`] = ` } .emotion-9 { + display: flex; + width: 100%; +} + +.emotion-11 { + background: #ffffff; + width: 35%; +} + +.emotion-13 { + position: relative; + width: 100%; +} + +.emotion-13 input { + cursor: pointer; +} + +.emotion-14 { box-sizing: border-box; display: inline-flex; -webkit-box-flex-flow: row nowrap; @@ -278,7 +297,7 @@ exports[`Groups Tag Page should render 1`] = ` width: 100%; } -.emotion-9 input { +.emotion-14 input { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; @@ -304,42 +323,42 @@ exports[`Groups Tag Page should render 1`] = ` width: 100%; } -.emotion-9.animated input { +.emotion-14.animated input { -webkit-transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,border 0.2s ease-in-out; transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,border 0.2s ease-in-out; } -.emotion-9 input::-webkit-input-placeholder { +.emotion-14 input::-webkit-input-placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input::-moz-placeholder { +.emotion-14 input::-moz-placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input:-ms-input-placeholder { +.emotion-14 input:-ms-input-placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input::placeholder { +.emotion-14 input::placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input.focused, -.emotion-9 input:active, -.emotion-9 input:focus { +.emotion-14 input.focused, +.emotion-14 input:active, +.emotion-14 input:focus { background: rgba(53,112,244,0.05); border-bottom: 2px solid #3570f4; color: #303030; } -.emotion-9 input:invalid { +.emotion-14 input:invalid { background: rgba(53,112,244,0.05); border-bottom: 2px solid #d01111; color: #303030; } -.emotion-9 .message { +.emotion-14 .message { font-size: 12px; left: 0; line-height: 1.8; @@ -347,51 +366,22 @@ exports[`Groups Tag Page should render 1`] = ` top: 2.571rem; } -.emotion-9.error input, -.emotion-9.error input.focused, -.emotion-9.error input:active, -.emotion-9.error input:focus { +.emotion-14.error input, +.emotion-14.error input.focused, +.emotion-14.error input:active, +.emotion-14.error input:focus { border-bottom: 2px solid #d01111; } -.emotion-9.error .message { +.emotion-14.error .message { color: #d01111; } -.emotion-9 input { - background: rgba(242,242,242,0.1); - color: #fff; -} - -.emotion-9 input::-webkit-input-placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input::-moz-placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input:-ms-input-placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input::placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input.focused, -.emotion-9 input:active, -.emotion-9 input:focus { - background: rgba(242,242,242,0.1); - border-bottom: 2px solid #3570f4; - color: #fff; -} - -.emotion-9 input { +.emotion-14 input { padding-right: 36px; } -.emotion-9 .input-icon { +.emotion-14 .input-icon { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -402,33 +392,45 @@ exports[`Groups Tag Page should render 1`] = ` right: 6px; } -.emotion-10 { +.emotion-15 { + fill: #d5d5d5; + cursor: pointer; + vertical-align: text-bottom; +} + +.emotion-16 { + background: #ffffff; + width: 65%; + margin-left: 5px; +} + +.emotion-19 { fill: #3570f4; cursor: inherit; vertical-align: text-bottom; } -.emotion-12 { +.emotion-21 { display: flex; } -.emotion-14 { +.emotion-23 { fill: #fff; cursor: pointer; vertical-align: text-bottom; } -.emotion-15 { +.emotion-24 { position: relative; width: 0; height: 0; } -.emotion-17 { +.emotion-26 { margin-left: 15px; } -.emotion-20 { +.emotion-29 { -webkit-flex: 1 1 calc(100vh - 60px); -ms-flex: 1 1 calc(100vh - 60px); flex: 1 1 calc(100vh - 60px); @@ -436,7 +438,7 @@ exports[`Groups Tag Page should render 1`] = ` font: 300 14px HelveticaNeue-Reg,Helvetica,Arial,sans-serif; } -.emotion-22 { +.emotion-31 { -webkit-align-items: stretch; -webkit-box-align: stretch; -ms-flex-align: stretch; @@ -453,7 +455,7 @@ exports[`Groups Tag Page should render 1`] = ` justify-content: flex-start; } -.emotion-24 { +.emotion-33 { -webkit-align-items: stretch; -webkit-box-align: stretch; -ms-flex-align: stretch; @@ -469,28 +471,28 @@ exports[`Groups Tag Page should render 1`] = ` flex-direction: column; } -.emotion-28 { +.emotion-37 { background: linear-gradient(to top, #f2f2f2, #fff); padding: 20px 30px 0; } -.emotion-30 { +.emotion-39 { font: 600 20px HelveticaNeue-Reg,Helvetica,Arial,sans-serif; margin-bottom: 10px; } -.emotion-32 { +.emotion-41 { color: #3570f4; -webkit-text-decoration: none; text-decoration: none; cursor: pointer; } -.emotion-34 { +.emotion-43 { margin: 20px 0; } -.emotion-36 { +.emotion-45 { display: flex; -webkit-box-flex-flow: row nowrap; -webkit-flex-flow: row nowrap; @@ -498,21 +500,21 @@ exports[`Groups Tag Page should render 1`] = ` flex-flow: row nowrap; } -.emotion-38 { +.emotion-47 { padding-right: 50px; } -.emotion-40 { +.emotion-49 { font-weight: 600; } -.emotion-42 { +.emotion-51 { color: #9a9a9a; font-size: 12px; text-transform: uppercase; } -.emotion-50 { +.emotion-59 { -webkit-align-items: stretch; -webkit-box-align: stretch; -ms-flex-align: stretch; @@ -527,7 +529,7 @@ exports[`Groups Tag Page should render 1`] = ` position: relative; } -.emotion-50.vertical { +.emotion-59.vertical { background: #f5f8fe; display: flex; -webkit-flex-direction: column; @@ -540,7 +542,7 @@ exports[`Groups Tag Page should render 1`] = ` width: 300px; } -.emotion-51 { +.emotion-60 { font-family: Helvetica,Arial,sans-serif; font-size: 14px; font-weight: 300; @@ -561,11 +563,11 @@ exports[`Groups Tag Page should render 1`] = ` z-index: 1; } -.emotion-51:hover { +.emotion-60:hover { color: #3570f4; } -.emotion-51.active { +.emotion-60.active { background: #fff; border-top-left-radius: 2px; border-top-right-radius: 2px; @@ -573,11 +575,11 @@ exports[`Groups Tag Page should render 1`] = ` cursor: initial; } -.emotion-51.active:hover { +.emotion-60.active:hover { color: #303030; } -.emotion-51.vertical { +.emotion-60.vertical { background: #f5f8fe; border-left: solid 4px #f5f8fe; height: 24px; @@ -589,21 +591,21 @@ exports[`Groups Tag Page should render 1`] = ` text-align: left; } -.emotion-51.vertical.active { +.emotion-60.vertical.active { background: #fff; border-left: solid 4px #3697f2; color: #303030; } -.emotion-51.vertical.active:hover { +.emotion-60.vertical.active:hover { color: #303030; } -.emotion-57 { +.emotion-66 { margin: 20px; } -.emotion-59 { +.emotion-68 { padding-bottom: 20px; display: flex; -webkit-box-pack: justify; @@ -620,7 +622,7 @@ exports[`Groups Tag Page should render 1`] = ` float: right; } -.emotion-61 { +.emotion-70 { border: none; border-radius: 2px; box-shadow: 0 0 0 1px #3697f2 inset; @@ -645,25 +647,25 @@ exports[`Groups Tag Page should render 1`] = ` color: #3697f2; } -.emotion-61:first-of-type { +.emotion-70:first-of-type { margin-left: 0; } -.emotion-61:disabled { +.emotion-70:disabled { background: rgba(48,48,48,0.1); color: rgba(48,48,48,0.2); cursor: not-allowed; } -.emotion-61:disabled { +.emotion-70:disabled { box-shadow: 0 0 0 1px rgba(48,48,48,0.1) inset; } -.emotion-61:hover:not(:disabled) { +.emotion-70:hover:not(:disabled) { background: #d7e2fd; } -.emotion-62 { +.emotion-71 { width: 100%; border-spacing: 0; display: table; @@ -671,7 +673,7 @@ exports[`Groups Tag Page should render 1`] = ` border-color: #9a9a9a; } -.emotion-64 { +.emotion-73 { text-align: left; border-bottom: 2px solid #d5d5d5; color: #9a9a9a; @@ -683,7 +685,7 @@ exports[`Groups Tag Page should render 1`] = ` word-break: break-all; } -.emotion-68 { +.emotion-77 { text-align: center; border-bottom: 2px solid #d5d5d5; color: #9a9a9a; @@ -695,7 +697,7 @@ exports[`Groups Tag Page should render 1`] = ` word-break: break-all; } -.emotion-74 { +.emotion-83 { background-color: #3570f40D; text-align: left; padding: 5px 0 5px 15px; @@ -703,7 +705,7 @@ exports[`Groups Tag Page should render 1`] = ` word-break: break-all; } -.emotion-78 { +.emotion-87 { font-family: Helvetica,Arial,sans-serif; background: rgba(53, 112, 244, 0.08); border-radius: 14px; @@ -726,11 +728,11 @@ exports[`Groups Tag Page should render 1`] = ` white-space: nowrap; } -.emotion-78:hover { +.emotion-87:hover { background: #cbd9f9; } -.emotion-78 .tag-remove { +.emotion-87 .tag-remove { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -755,13 +757,13 @@ exports[`Groups Tag Page should render 1`] = ` width: 28px; } -.emotion-78:hover .tag-remove { +.emotion-87:hover .tag-remove { box-shadow: -4px 0 5px -1px rgba(48,48,48,0.2); opacity: 1; right: 0; } -.emotion-79 { +.emotion-88 { color: #d5d5d5; font-size: 14px; height: 28px; @@ -771,22 +773,22 @@ exports[`Groups Tag Page should render 1`] = ` background: rgba(53, 112, 244, 0.08); } -.emotion-79:hover { +.emotion-88:hover { background: #ffffff; } -.emotion-81 { +.emotion-90 { -webkit-text-decoration: none; text-decoration: none; } -.emotion-83 { +.emotion-92 { fill: rgba(48,48,48,0.6); cursor: pointer; vertical-align: text-bottom; } -.emotion-90 { +.emotion-99 { background-color: #3570f40D; text-align: center; padding: 5px 0 5px 15px; @@ -794,13 +796,13 @@ exports[`Groups Tag Page should render 1`] = ` word-break: break-all; } -.emotion-92 { +.emotion-101 { fill: #188fff; cursor: pointer; vertical-align: text-bottom; } -.emotion-96 { +.emotion-105 { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -823,13 +825,13 @@ exports[`Groups Tag Page should render 1`] = ` width: 20px; } -.emotion-98 { +.emotion-107 { fill: #303030; cursor: inherit; vertical-align: text-bottom; } -.emotion-99 { +.emotion-108 { margin-right: 0; border-left: 1px solid #d5d5d5; -webkit-flex: 0 0 350px; @@ -844,7 +846,7 @@ exports[`Groups Tag Page should render 1`] = ` width: 350px; } -.emotion-101 { +.emotion-110 { -webkit-align-items: baseline; -webkit-box-align: baseline; -ms-flex-align: baseline; @@ -860,38 +862,38 @@ exports[`Groups Tag Page should render 1`] = ` padding: 20px 30px 20px 15px; } -.emotion-103 { +.emotion-112 { font-size: 16px; font-weight: 600; } -.emotion-105 { +.emotion-114 { color: #3570f4; -webkit-text-decoration: none; text-decoration: none; cursor: pointer; } -.emotion-107 { +.emotion-116 { padding: 0 5px; color: #d5d5d5; } -.emotion-111 { +.emotion-120 { padding: 0 30px 0 15px; } -.emotion-113 { +.emotion-122 { padding: 10px 0; display: flex; } -.emotion-115 { +.emotion-124 { font-size: 1.25em; margin-right: 5px; } -.emotion-117 { +.emotion-126 { fill: #303030; cursor: inherit; vertical-align: baseline; @@ -929,40 +931,102 @@ exports[`Groups Tag Page should render 1`] = ` data-testid="navbar-item" >
-
- +
+ +
+ + + arrowhead-down + + + +
+
+
+
+ class="emotion-16 emotion-17" + > +
+ +
+ + + search + + + +
+
+
+
@@ -971,11 +1035,11 @@ exports[`Groups Tag Page should render 1`] = ` data-testid="navbar-item" >
2022-10-02 14:37 UTC
MODIFIED DATE
N/A
REVIEWED DATE
@@ -1091,41 +1155,41 @@ exports[`Groups Tag Page should render 1`] = `
Members
Review
Roles
Tags
Settings
History @@ -1133,42 +1197,42 @@ exports[`Groups Tag Page should render 1`] = `
@@ -1176,25 +1240,25 @@ exports[`Groups Tag Page should render 1`] = `
TAG NAME TAG VALUES EDIT DELETE
tag
athens.ci diff --git a/ui/src/__tests__/pages/domain/[domain]/policy/[policy]/__snapshots__/tags.test.js.snap b/ui/src/__tests__/pages/domain/[domain]/policy/[policy]/__snapshots__/tags.test.js.snap index ec6f66ff094..f23960a66ee 100644 --- a/ui/src/__tests__/pages/domain/[domain]/policy/[policy]/__snapshots__/tags.test.js.snap +++ b/ui/src/__tests__/pages/domain/[domain]/policy/[policy]/__snapshots__/tags.test.js.snap @@ -265,6 +265,25 @@ exports[`Policies Tag Page should render 1`] = ` } .emotion-9 { + display: flex; + width: 100%; +} + +.emotion-11 { + background: #ffffff; + width: 35%; +} + +.emotion-13 { + position: relative; + width: 100%; +} + +.emotion-13 input { + cursor: pointer; +} + +.emotion-14 { box-sizing: border-box; display: inline-flex; -webkit-box-flex-flow: row nowrap; @@ -278,7 +297,7 @@ exports[`Policies Tag Page should render 1`] = ` width: 100%; } -.emotion-9 input { +.emotion-14 input { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; @@ -304,42 +323,42 @@ exports[`Policies Tag Page should render 1`] = ` width: 100%; } -.emotion-9.animated input { +.emotion-14.animated input { -webkit-transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,border 0.2s ease-in-out; transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,border 0.2s ease-in-out; } -.emotion-9 input::-webkit-input-placeholder { +.emotion-14 input::-webkit-input-placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input::-moz-placeholder { +.emotion-14 input::-moz-placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input:-ms-input-placeholder { +.emotion-14 input:-ms-input-placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input::placeholder { +.emotion-14 input::placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input.focused, -.emotion-9 input:active, -.emotion-9 input:focus { +.emotion-14 input.focused, +.emotion-14 input:active, +.emotion-14 input:focus { background: rgba(53,112,244,0.05); border-bottom: 2px solid #3570f4; color: #303030; } -.emotion-9 input:invalid { +.emotion-14 input:invalid { background: rgba(53,112,244,0.05); border-bottom: 2px solid #d01111; color: #303030; } -.emotion-9 .message { +.emotion-14 .message { font-size: 12px; left: 0; line-height: 1.8; @@ -347,51 +366,22 @@ exports[`Policies Tag Page should render 1`] = ` top: 2.571rem; } -.emotion-9.error input, -.emotion-9.error input.focused, -.emotion-9.error input:active, -.emotion-9.error input:focus { +.emotion-14.error input, +.emotion-14.error input.focused, +.emotion-14.error input:active, +.emotion-14.error input:focus { border-bottom: 2px solid #d01111; } -.emotion-9.error .message { +.emotion-14.error .message { color: #d01111; } -.emotion-9 input { - background: rgba(242,242,242,0.1); - color: #fff; -} - -.emotion-9 input::-webkit-input-placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input::-moz-placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input:-ms-input-placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input::placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input.focused, -.emotion-9 input:active, -.emotion-9 input:focus { - background: rgba(242,242,242,0.1); - border-bottom: 2px solid #3570f4; - color: #fff; -} - -.emotion-9 input { +.emotion-14 input { padding-right: 36px; } -.emotion-9 .input-icon { +.emotion-14 .input-icon { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -402,33 +392,45 @@ exports[`Policies Tag Page should render 1`] = ` right: 6px; } -.emotion-10 { +.emotion-15 { + fill: #d5d5d5; + cursor: pointer; + vertical-align: text-bottom; +} + +.emotion-16 { + background: #ffffff; + width: 65%; + margin-left: 5px; +} + +.emotion-19 { fill: #3570f4; cursor: inherit; vertical-align: text-bottom; } -.emotion-12 { +.emotion-21 { display: flex; } -.emotion-14 { +.emotion-23 { fill: #fff; cursor: pointer; vertical-align: text-bottom; } -.emotion-15 { +.emotion-24 { position: relative; width: 0; height: 0; } -.emotion-17 { +.emotion-26 { margin-left: 15px; } -.emotion-20 { +.emotion-29 { -webkit-flex: 1 1 calc(100vh - 60px); -ms-flex: 1 1 calc(100vh - 60px); flex: 1 1 calc(100vh - 60px); @@ -436,7 +438,7 @@ exports[`Policies Tag Page should render 1`] = ` font: 300 14px HelveticaNeue-Reg,Helvetica,Arial,sans-serif; } -.emotion-22 { +.emotion-31 { -webkit-align-items: stretch; -webkit-box-align: stretch; -ms-flex-align: stretch; @@ -453,7 +455,7 @@ exports[`Policies Tag Page should render 1`] = ` justify-content: flex-start; } -.emotion-24 { +.emotion-33 { -webkit-align-items: stretch; -webkit-box-align: stretch; -ms-flex-align: stretch; @@ -469,28 +471,28 @@ exports[`Policies Tag Page should render 1`] = ` flex-direction: column; } -.emotion-28 { +.emotion-37 { background: linear-gradient(to top, #f2f2f2, #fff); padding: 20px 30px 0; } -.emotion-30 { +.emotion-39 { font: 600 20px HelveticaNeue-Reg,Helvetica,Arial,sans-serif; margin-bottom: 10px; } -.emotion-32 { +.emotion-41 { color: #3570f4; -webkit-text-decoration: none; text-decoration: none; cursor: pointer; } -.emotion-34 { +.emotion-43 { margin: 20px 0; } -.emotion-36 { +.emotion-45 { display: flex; -webkit-box-flex-flow: row nowrap; -webkit-flex-flow: row nowrap; @@ -498,21 +500,21 @@ exports[`Policies Tag Page should render 1`] = ` flex-flow: row nowrap; } -.emotion-38 { +.emotion-47 { padding-right: 50px; } -.emotion-40 { +.emotion-49 { font-weight: 600; } -.emotion-42 { +.emotion-51 { color: #9a9a9a; font-size: 12px; text-transform: uppercase; } -.emotion-56 { +.emotion-65 { -webkit-align-items: stretch; -webkit-box-align: stretch; -ms-flex-align: stretch; @@ -527,7 +529,7 @@ exports[`Policies Tag Page should render 1`] = ` position: relative; } -.emotion-56.vertical { +.emotion-65.vertical { background: #f5f8fe; display: flex; -webkit-flex-direction: column; @@ -540,7 +542,7 @@ exports[`Policies Tag Page should render 1`] = ` width: 300px; } -.emotion-57 { +.emotion-66 { font-family: Helvetica,Arial,sans-serif; font-size: 14px; font-weight: 300; @@ -561,11 +563,11 @@ exports[`Policies Tag Page should render 1`] = ` z-index: 1; } -.emotion-57:hover { +.emotion-66:hover { color: #3570f4; } -.emotion-57.active { +.emotion-66.active { background: #fff; border-top-left-radius: 2px; border-top-right-radius: 2px; @@ -573,11 +575,11 @@ exports[`Policies Tag Page should render 1`] = ` cursor: initial; } -.emotion-57.active:hover { +.emotion-66.active:hover { color: #303030; } -.emotion-57.vertical { +.emotion-66.vertical { background: #f5f8fe; border-left: solid 4px #f5f8fe; height: 24px; @@ -589,21 +591,21 @@ exports[`Policies Tag Page should render 1`] = ` text-align: left; } -.emotion-57.vertical.active { +.emotion-66.vertical.active { background: #fff; border-left: solid 4px #3697f2; color: #303030; } -.emotion-57.vertical.active:hover { +.emotion-66.vertical.active:hover { color: #303030; } -.emotion-58 { +.emotion-67 { margin: 20px; } -.emotion-60 { +.emotion-69 { padding-bottom: 20px; display: flex; -webkit-box-pack: justify; @@ -620,7 +622,7 @@ exports[`Policies Tag Page should render 1`] = ` float: right; } -.emotion-62 { +.emotion-71 { border: none; border-radius: 2px; box-shadow: 0 0 0 1px #3697f2 inset; @@ -645,25 +647,25 @@ exports[`Policies Tag Page should render 1`] = ` color: #3697f2; } -.emotion-62:first-of-type { +.emotion-71:first-of-type { margin-left: 0; } -.emotion-62:disabled { +.emotion-71:disabled { background: rgba(48,48,48,0.1); color: rgba(48,48,48,0.2); cursor: not-allowed; } -.emotion-62:disabled { +.emotion-71:disabled { box-shadow: 0 0 0 1px rgba(48,48,48,0.1) inset; } -.emotion-62:hover:not(:disabled) { +.emotion-71:hover:not(:disabled) { background: #d7e2fd; } -.emotion-63 { +.emotion-72 { width: 100%; border-spacing: 0; display: table; @@ -671,7 +673,7 @@ exports[`Policies Tag Page should render 1`] = ` border-color: #9a9a9a; } -.emotion-65 { +.emotion-74 { text-align: left; border-bottom: 2px solid #d5d5d5; color: #9a9a9a; @@ -683,7 +685,7 @@ exports[`Policies Tag Page should render 1`] = ` word-break: break-all; } -.emotion-69 { +.emotion-78 { text-align: center; border-bottom: 2px solid #d5d5d5; color: #9a9a9a; @@ -695,7 +697,7 @@ exports[`Policies Tag Page should render 1`] = ` word-break: break-all; } -.emotion-75 { +.emotion-84 { background-color: #3570f40D; text-align: left; padding: 5px 0 5px 15px; @@ -703,7 +705,7 @@ exports[`Policies Tag Page should render 1`] = ` word-break: break-all; } -.emotion-79 { +.emotion-88 { font-family: Helvetica,Arial,sans-serif; background: rgba(53, 112, 244, 0.08); border-radius: 14px; @@ -726,11 +728,11 @@ exports[`Policies Tag Page should render 1`] = ` white-space: nowrap; } -.emotion-79:hover { +.emotion-88:hover { background: #cbd9f9; } -.emotion-79 .tag-remove { +.emotion-88 .tag-remove { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -755,13 +757,13 @@ exports[`Policies Tag Page should render 1`] = ` width: 28px; } -.emotion-79:hover .tag-remove { +.emotion-88:hover .tag-remove { box-shadow: -4px 0 5px -1px rgba(48,48,48,0.2); opacity: 1; right: 0; } -.emotion-80 { +.emotion-89 { color: #d5d5d5; font-size: 14px; height: 28px; @@ -771,22 +773,22 @@ exports[`Policies Tag Page should render 1`] = ` background: rgba(53, 112, 244, 0.08); } -.emotion-80:hover { +.emotion-89:hover { background: #ffffff; } -.emotion-82 { +.emotion-91 { -webkit-text-decoration: none; text-decoration: none; } -.emotion-84 { +.emotion-93 { fill: rgba(48,48,48,0.6); cursor: pointer; vertical-align: text-bottom; } -.emotion-91 { +.emotion-100 { background-color: #3570f40D; text-align: center; padding: 5px 0 5px 15px; @@ -794,27 +796,27 @@ exports[`Policies Tag Page should render 1`] = ` word-break: break-all; } -.emotion-93 { +.emotion-102 { fill: #188fff; cursor: pointer; vertical-align: text-bottom; } -.emotion-99 { +.emotion-108 { text-align: left; padding: 5px 0 5px 15px; vertical-align: middle; word-break: break-all; } -.emotion-109 { +.emotion-118 { text-align: center; padding: 5px 0 5px 15px; vertical-align: middle; word-break: break-all; } -.emotion-115 { +.emotion-124 { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -837,13 +839,13 @@ exports[`Policies Tag Page should render 1`] = ` width: 20px; } -.emotion-117 { +.emotion-126 { fill: #303030; cursor: inherit; vertical-align: text-bottom; } -.emotion-118 { +.emotion-127 { margin-right: 0; border-left: 1px solid #d5d5d5; -webkit-flex: 0 0 350px; @@ -858,7 +860,7 @@ exports[`Policies Tag Page should render 1`] = ` width: 350px; } -.emotion-120 { +.emotion-129 { -webkit-align-items: baseline; -webkit-box-align: baseline; -ms-flex-align: baseline; @@ -874,38 +876,38 @@ exports[`Policies Tag Page should render 1`] = ` padding: 20px 30px 20px 15px; } -.emotion-122 { +.emotion-131 { font-size: 16px; font-weight: 600; } -.emotion-124 { +.emotion-133 { color: #3570f4; -webkit-text-decoration: none; text-decoration: none; cursor: pointer; } -.emotion-126 { +.emotion-135 { padding: 0 5px; color: #d5d5d5; } -.emotion-130 { +.emotion-139 { padding: 0 30px 0 15px; } -.emotion-132 { +.emotion-141 { padding: 10px 0; display: flex; } -.emotion-134 { +.emotion-143 { font-size: 1.25em; margin-right: 5px; } -.emotion-136 { +.emotion-145 { fill: #303030; cursor: inherit; vertical-align: baseline; @@ -943,40 +945,102 @@ exports[`Policies Tag Page should render 1`] = ` data-testid="navbar-item" >
-
- +
+ +
+ + + arrowhead-down + + + +
+
+
+
+ class="emotion-16 emotion-17" + > +
+ +
+ + + search + + + +
+
+
+
@@ -985,11 +1049,11 @@ exports[`Policies Tag Page should render 1`] = ` data-testid="navbar-item" >
2022-10-02 14:37 UTC
MODIFIED DATE
N/A
REVIEWED DATE
2
POLICY VERSION
Tags @@ -1131,42 +1195,42 @@ exports[`Policies Tag Page should render 1`] = `
@@ -1174,25 +1238,25 @@ exports[`Policies Tag Page should render 1`] = `
TAG NAME TAG VALUES EDIT DELETE
tag
tag2
athens.ci diff --git a/ui/src/__tests__/pages/domain/[domain]/role/[role]/__snapshots__/members.test.js.snap b/ui/src/__tests__/pages/domain/[domain]/role/[role]/__snapshots__/members.test.js.snap index 03452f848fb..c0ab1ec0a8e 100644 --- a/ui/src/__tests__/pages/domain/[domain]/role/[role]/__snapshots__/members.test.js.snap +++ b/ui/src/__tests__/pages/domain/[domain]/role/[role]/__snapshots__/members.test.js.snap @@ -265,6 +265,25 @@ exports[`MemberPage should render 1`] = ` } .emotion-9 { + display: flex; + width: 100%; +} + +.emotion-11 { + background: #ffffff; + width: 35%; +} + +.emotion-13 { + position: relative; + width: 100%; +} + +.emotion-13 input { + cursor: pointer; +} + +.emotion-14 { box-sizing: border-box; display: inline-flex; -webkit-box-flex-flow: row nowrap; @@ -278,7 +297,7 @@ exports[`MemberPage should render 1`] = ` width: 100%; } -.emotion-9 input { +.emotion-14 input { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; @@ -304,42 +323,42 @@ exports[`MemberPage should render 1`] = ` width: 100%; } -.emotion-9.animated input { +.emotion-14.animated input { -webkit-transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,border 0.2s ease-in-out; transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,border 0.2s ease-in-out; } -.emotion-9 input::-webkit-input-placeholder { +.emotion-14 input::-webkit-input-placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input::-moz-placeholder { +.emotion-14 input::-moz-placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input:-ms-input-placeholder { +.emotion-14 input:-ms-input-placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input::placeholder { +.emotion-14 input::placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input.focused, -.emotion-9 input:active, -.emotion-9 input:focus { +.emotion-14 input.focused, +.emotion-14 input:active, +.emotion-14 input:focus { background: rgba(53,112,244,0.05); border-bottom: 2px solid #3570f4; color: #303030; } -.emotion-9 input:invalid { +.emotion-14 input:invalid { background: rgba(53,112,244,0.05); border-bottom: 2px solid #d01111; color: #303030; } -.emotion-9 .message { +.emotion-14 .message { font-size: 12px; left: 0; line-height: 1.8; @@ -347,51 +366,22 @@ exports[`MemberPage should render 1`] = ` top: 2.571rem; } -.emotion-9.error input, -.emotion-9.error input.focused, -.emotion-9.error input:active, -.emotion-9.error input:focus { +.emotion-14.error input, +.emotion-14.error input.focused, +.emotion-14.error input:active, +.emotion-14.error input:focus { border-bottom: 2px solid #d01111; } -.emotion-9.error .message { +.emotion-14.error .message { color: #d01111; } -.emotion-9 input { - background: rgba(242,242,242,0.1); - color: #fff; -} - -.emotion-9 input::-webkit-input-placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input::-moz-placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input:-ms-input-placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input::placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input.focused, -.emotion-9 input:active, -.emotion-9 input:focus { - background: rgba(242,242,242,0.1); - border-bottom: 2px solid #3570f4; - color: #fff; -} - -.emotion-9 input { +.emotion-14 input { padding-right: 36px; } -.emotion-9 .input-icon { +.emotion-14 .input-icon { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -402,33 +392,45 @@ exports[`MemberPage should render 1`] = ` right: 6px; } -.emotion-10 { +.emotion-15 { + fill: #d5d5d5; + cursor: pointer; + vertical-align: text-bottom; +} + +.emotion-16 { + background: #ffffff; + width: 65%; + margin-left: 5px; +} + +.emotion-19 { fill: #3570f4; cursor: inherit; vertical-align: text-bottom; } -.emotion-12 { +.emotion-21 { display: flex; } -.emotion-14 { +.emotion-23 { fill: #fff; cursor: pointer; vertical-align: text-bottom; } -.emotion-15 { +.emotion-24 { position: relative; width: 0; height: 0; } -.emotion-17 { +.emotion-26 { margin-left: 15px; } -.emotion-20 { +.emotion-29 { -webkit-flex: 1 1 calc(100vh - 60px); -ms-flex: 1 1 calc(100vh - 60px); flex: 1 1 calc(100vh - 60px); @@ -436,7 +438,7 @@ exports[`MemberPage should render 1`] = ` font: 300 14px HelveticaNeue-Reg,Helvetica,Arial,sans-serif; } -.emotion-22 { +.emotion-31 { -webkit-align-items: stretch; -webkit-box-align: stretch; -ms-flex-align: stretch; @@ -453,7 +455,7 @@ exports[`MemberPage should render 1`] = ` justify-content: flex-start; } -.emotion-24 { +.emotion-33 { -webkit-align-items: stretch; -webkit-box-align: stretch; -ms-flex-align: stretch; @@ -469,28 +471,28 @@ exports[`MemberPage should render 1`] = ` flex-direction: column; } -.emotion-28 { +.emotion-37 { background: linear-gradient(to top, #f2f2f2, #fff); padding: 20px 30px 0; } -.emotion-30 { +.emotion-39 { font: 600 20px HelveticaNeue-Reg,Helvetica,Arial,sans-serif; margin-bottom: 10px; } -.emotion-32 { +.emotion-41 { color: #3570f4; -webkit-text-decoration: none; text-decoration: none; cursor: pointer; } -.emotion-34 { +.emotion-43 { margin: 20px 0; } -.emotion-36 { +.emotion-45 { display: flex; -webkit-box-flex-flow: row nowrap; -webkit-flex-flow: row nowrap; @@ -498,21 +500,21 @@ exports[`MemberPage should render 1`] = ` flex-flow: row nowrap; } -.emotion-38 { +.emotion-47 { padding-right: 50px; } -.emotion-40 { +.emotion-49 { font-weight: 600; } -.emotion-42 { +.emotion-51 { color: #9a9a9a; font-size: 12px; text-transform: uppercase; } -.emotion-50 { +.emotion-59 { -webkit-align-items: stretch; -webkit-box-align: stretch; -ms-flex-align: stretch; @@ -527,7 +529,7 @@ exports[`MemberPage should render 1`] = ` position: relative; } -.emotion-50.vertical { +.emotion-59.vertical { background: #f5f8fe; display: flex; -webkit-flex-direction: column; @@ -540,7 +542,7 @@ exports[`MemberPage should render 1`] = ` width: 300px; } -.emotion-51 { +.emotion-60 { font-family: Helvetica,Arial,sans-serif; font-size: 14px; font-weight: 300; @@ -561,11 +563,11 @@ exports[`MemberPage should render 1`] = ` z-index: 1; } -.emotion-51:hover { +.emotion-60:hover { color: #3570f4; } -.emotion-51.active { +.emotion-60.active { background: #fff; border-top-left-radius: 2px; border-top-right-radius: 2px; @@ -573,11 +575,11 @@ exports[`MemberPage should render 1`] = ` cursor: initial; } -.emotion-51.active:hover { +.emotion-60.active:hover { color: #303030; } -.emotion-51.vertical { +.emotion-60.vertical { background: #f5f8fe; border-left: solid 4px #f5f8fe; height: 24px; @@ -589,21 +591,21 @@ exports[`MemberPage should render 1`] = ` text-align: left; } -.emotion-51.vertical.active { +.emotion-60.vertical.active { background: #fff; border-left: solid 4px #3697f2; color: #303030; } -.emotion-51.vertical.active:hover { +.emotion-60.vertical.active:hover { color: #303030; } -.emotion-57 { +.emotion-66 { margin: 20px; } -.emotion-59 { +.emotion-68 { padding-bottom: 20px; display: flex; -webkit-box-pack: justify; @@ -620,7 +622,7 @@ exports[`MemberPage should render 1`] = ` float: right; } -.emotion-61 { +.emotion-70 { border: none; border-radius: 2px; box-shadow: 0 0 0 1px #3697f2 inset; @@ -645,25 +647,25 @@ exports[`MemberPage should render 1`] = ` color: #3697f2; } -.emotion-61:first-of-type { +.emotion-70:first-of-type { margin-left: 0; } -.emotion-61:disabled { +.emotion-70:disabled { background: rgba(48,48,48,0.1); color: rgba(48,48,48,0.2); cursor: not-allowed; } -.emotion-61:disabled { +.emotion-70:disabled { box-shadow: 0 0 0 1px rgba(48,48,48,0.1) inset; } -.emotion-61:hover:not(:disabled) { +.emotion-70:hover:not(:disabled) { background: #d7e2fd; } -.emotion-62 { +.emotion-71 { width: 100%; border-spacing: 0; display: table; @@ -678,7 +680,7 @@ exports[`MemberPage should render 1`] = ` height: 50px; } -.emotion-64 { +.emotion-73 { height: 25px; margin-left: 10px; margin-top: 10px; @@ -690,18 +692,18 @@ exports[`MemberPage should render 1`] = ` display: table-cell; } -.emotion-66 { +.emotion-75 { margin-right: 10px; verticalalign: bottom; } -.emotion-68 { +.emotion-77 { fill: #188fff; cursor: pointer; vertical-align: text-bottom; } -.emotion-69 { +.emotion-78 { text-align: center; width: 1%; border-bottom: 2px solid #d5d5d5; @@ -714,7 +716,7 @@ exports[`MemberPage should render 1`] = ` word-break: break-all; } -.emotion-71 { +.emotion-80 { text-align: left; width: 18.5%; border-bottom: 2px solid #d5d5d5; @@ -727,7 +729,7 @@ exports[`MemberPage should render 1`] = ` word-break: break-all; } -.emotion-73 { +.emotion-82 { text-align: left; width: 18.5%; border-bottom: 2px solid #d5d5d5; @@ -740,7 +742,7 @@ exports[`MemberPage should render 1`] = ` word-break: break-all; } -.emotion-77 { +.emotion-86 { text-align: left; width: 32.5%; border-bottom: 2px solid #d5d5d5; @@ -753,7 +755,7 @@ exports[`MemberPage should render 1`] = ` word-break: break-all; } -.emotion-79 { +.emotion-88 { text-align: center; width: 8%; border-bottom: 2px solid #d5d5d5; @@ -766,7 +768,7 @@ exports[`MemberPage should render 1`] = ` word-break: break-all; } -.emotion-81 { +.emotion-90 { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -789,13 +791,13 @@ exports[`MemberPage should render 1`] = ` width: 20px; } -.emotion-83 { +.emotion-92 { fill: #303030; cursor: inherit; vertical-align: text-bottom; } -.emotion-84 { +.emotion-93 { margin-right: 0; border-left: 1px solid #d5d5d5; -webkit-flex: 0 0 350px; @@ -810,7 +812,7 @@ exports[`MemberPage should render 1`] = ` width: 350px; } -.emotion-86 { +.emotion-95 { -webkit-align-items: baseline; -webkit-box-align: baseline; -ms-flex-align: baseline; @@ -826,38 +828,38 @@ exports[`MemberPage should render 1`] = ` padding: 20px 30px 20px 15px; } -.emotion-88 { +.emotion-97 { font-size: 16px; font-weight: 600; } -.emotion-90 { +.emotion-99 { color: #3570f4; -webkit-text-decoration: none; text-decoration: none; cursor: pointer; } -.emotion-92 { +.emotion-101 { padding: 0 5px; color: #d5d5d5; } -.emotion-96 { +.emotion-105 { padding: 0 30px 0 15px; } -.emotion-98 { +.emotion-107 { padding: 10px 0; display: flex; } -.emotion-100 { +.emotion-109 { font-size: 1.25em; margin-right: 5px; } -.emotion-102 { +.emotion-111 { fill: #303030; cursor: inherit; vertical-align: baseline; @@ -895,40 +897,102 @@ exports[`MemberPage should render 1`] = ` data-testid="navbar-item" >
-
- +
+ +
+ + + arrowhead-down + + + +
+
+
+
+ class="emotion-16 emotion-17" + > +
+ +
+ + + search + + + +
+
+
+
@@ -937,11 +1001,11 @@ exports[`MemberPage should render 1`] = ` data-testid="navbar-item" >
2020-02-12 21:44 UTC
MODIFIED DATE
N/A
REVIEWED DATE
@@ -1057,41 +1121,41 @@ exports[`MemberPage should render 1`] = `
Members
Review
Policy Rules
Tags
Settings
History @@ -1099,35 +1163,35 @@ exports[`MemberPage should render 1`] = `
User Name Name of User Expiration Date Review Reminder Date Delete @@ -1193,11 +1257,11 @@ exports[`MemberPage should render 1`] = ` data-testid="user-domains" >
athens.ci diff --git a/ui/src/__tests__/pages/domain/[domain]/role/[role]/__snapshots__/policy.test.js.snap b/ui/src/__tests__/pages/domain/[domain]/role/[role]/__snapshots__/policy.test.js.snap index 680c46687c3..f0db723d121 100644 --- a/ui/src/__tests__/pages/domain/[domain]/role/[role]/__snapshots__/policy.test.js.snap +++ b/ui/src/__tests__/pages/domain/[domain]/role/[role]/__snapshots__/policy.test.js.snap @@ -265,6 +265,25 @@ exports[`RolePolicyPage should render 1`] = ` } .emotion-9 { + display: flex; + width: 100%; +} + +.emotion-11 { + background: #ffffff; + width: 35%; +} + +.emotion-13 { + position: relative; + width: 100%; +} + +.emotion-13 input { + cursor: pointer; +} + +.emotion-14 { box-sizing: border-box; display: inline-flex; -webkit-box-flex-flow: row nowrap; @@ -278,7 +297,7 @@ exports[`RolePolicyPage should render 1`] = ` width: 100%; } -.emotion-9 input { +.emotion-14 input { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; @@ -304,42 +323,42 @@ exports[`RolePolicyPage should render 1`] = ` width: 100%; } -.emotion-9.animated input { +.emotion-14.animated input { -webkit-transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,border 0.2s ease-in-out; transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,border 0.2s ease-in-out; } -.emotion-9 input::-webkit-input-placeholder { +.emotion-14 input::-webkit-input-placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input::-moz-placeholder { +.emotion-14 input::-moz-placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input:-ms-input-placeholder { +.emotion-14 input:-ms-input-placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input::placeholder { +.emotion-14 input::placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input.focused, -.emotion-9 input:active, -.emotion-9 input:focus { +.emotion-14 input.focused, +.emotion-14 input:active, +.emotion-14 input:focus { background: rgba(53,112,244,0.05); border-bottom: 2px solid #3570f4; color: #303030; } -.emotion-9 input:invalid { +.emotion-14 input:invalid { background: rgba(53,112,244,0.05); border-bottom: 2px solid #d01111; color: #303030; } -.emotion-9 .message { +.emotion-14 .message { font-size: 12px; left: 0; line-height: 1.8; @@ -347,51 +366,22 @@ exports[`RolePolicyPage should render 1`] = ` top: 2.571rem; } -.emotion-9.error input, -.emotion-9.error input.focused, -.emotion-9.error input:active, -.emotion-9.error input:focus { +.emotion-14.error input, +.emotion-14.error input.focused, +.emotion-14.error input:active, +.emotion-14.error input:focus { border-bottom: 2px solid #d01111; } -.emotion-9.error .message { +.emotion-14.error .message { color: #d01111; } -.emotion-9 input { - background: rgba(242,242,242,0.1); - color: #fff; -} - -.emotion-9 input::-webkit-input-placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input::-moz-placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input:-ms-input-placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input::placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input.focused, -.emotion-9 input:active, -.emotion-9 input:focus { - background: rgba(242,242,242,0.1); - border-bottom: 2px solid #3570f4; - color: #fff; -} - -.emotion-9 input { +.emotion-14 input { padding-right: 36px; } -.emotion-9 .input-icon { +.emotion-14 .input-icon { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -402,33 +392,45 @@ exports[`RolePolicyPage should render 1`] = ` right: 6px; } -.emotion-10 { +.emotion-15 { + fill: #d5d5d5; + cursor: pointer; + vertical-align: text-bottom; +} + +.emotion-16 { + background: #ffffff; + width: 65%; + margin-left: 5px; +} + +.emotion-19 { fill: #3570f4; cursor: inherit; vertical-align: text-bottom; } -.emotion-12 { +.emotion-21 { display: flex; } -.emotion-14 { +.emotion-23 { fill: #fff; cursor: pointer; vertical-align: text-bottom; } -.emotion-15 { +.emotion-24 { position: relative; width: 0; height: 0; } -.emotion-17 { +.emotion-26 { margin-left: 15px; } -.emotion-20 { +.emotion-29 { -webkit-flex: 1 1 calc(100vh - 60px); -ms-flex: 1 1 calc(100vh - 60px); flex: 1 1 calc(100vh - 60px); @@ -436,7 +438,7 @@ exports[`RolePolicyPage should render 1`] = ` font: 300 14px HelveticaNeue-Reg,Helvetica,Arial,sans-serif; } -.emotion-22 { +.emotion-31 { -webkit-align-items: stretch; -webkit-box-align: stretch; -ms-flex-align: stretch; @@ -453,7 +455,7 @@ exports[`RolePolicyPage should render 1`] = ` justify-content: flex-start; } -.emotion-24 { +.emotion-33 { -webkit-align-items: stretch; -webkit-box-align: stretch; -ms-flex-align: stretch; @@ -469,28 +471,28 @@ exports[`RolePolicyPage should render 1`] = ` flex-direction: column; } -.emotion-28 { +.emotion-37 { background: linear-gradient(to top, #f2f2f2, #fff); padding: 20px 30px 0; } -.emotion-30 { +.emotion-39 { font: 600 20px HelveticaNeue-Reg,Helvetica,Arial,sans-serif; margin-bottom: 10px; } -.emotion-32 { +.emotion-41 { color: #3570f4; -webkit-text-decoration: none; text-decoration: none; cursor: pointer; } -.emotion-34 { +.emotion-43 { margin: 20px 0; } -.emotion-36 { +.emotion-45 { display: flex; -webkit-box-flex-flow: row nowrap; -webkit-flex-flow: row nowrap; @@ -498,21 +500,21 @@ exports[`RolePolicyPage should render 1`] = ` flex-flow: row nowrap; } -.emotion-38 { +.emotion-47 { padding-right: 50px; } -.emotion-40 { +.emotion-49 { font-weight: 600; } -.emotion-42 { +.emotion-51 { color: #9a9a9a; font-size: 12px; text-transform: uppercase; } -.emotion-50 { +.emotion-59 { -webkit-align-items: stretch; -webkit-box-align: stretch; -ms-flex-align: stretch; @@ -527,7 +529,7 @@ exports[`RolePolicyPage should render 1`] = ` position: relative; } -.emotion-50.vertical { +.emotion-59.vertical { background: #f5f8fe; display: flex; -webkit-flex-direction: column; @@ -540,7 +542,7 @@ exports[`RolePolicyPage should render 1`] = ` width: 300px; } -.emotion-51 { +.emotion-60 { font-family: Helvetica,Arial,sans-serif; font-size: 14px; font-weight: 300; @@ -561,11 +563,11 @@ exports[`RolePolicyPage should render 1`] = ` z-index: 1; } -.emotion-51:hover { +.emotion-60:hover { color: #3570f4; } -.emotion-51.active { +.emotion-60.active { background: #fff; border-top-left-radius: 2px; border-top-right-radius: 2px; @@ -573,11 +575,11 @@ exports[`RolePolicyPage should render 1`] = ` cursor: initial; } -.emotion-51.active:hover { +.emotion-60.active:hover { color: #303030; } -.emotion-51.vertical { +.emotion-60.vertical { background: #f5f8fe; border-left: solid 4px #f5f8fe; height: 24px; @@ -589,21 +591,21 @@ exports[`RolePolicyPage should render 1`] = ` text-align: left; } -.emotion-51.vertical.active { +.emotion-60.vertical.active { background: #fff; border-left: solid 4px #3697f2; color: #303030; } -.emotion-51.vertical.active:hover { +.emotion-60.vertical.active:hover { color: #303030; } -.emotion-57 { +.emotion-66 { margin: 20px; } -.emotion-59 { +.emotion-68 { padding-bottom: 20px; display: flex; -webkit-box-pack: justify; @@ -620,7 +622,7 @@ exports[`RolePolicyPage should render 1`] = ` float: right; } -.emotion-61 { +.emotion-70 { border: none; border-radius: 2px; box-shadow: 0 0 0 1px #3697f2 inset; @@ -645,25 +647,25 @@ exports[`RolePolicyPage should render 1`] = ` color: #3697f2; } -.emotion-61:first-of-type { +.emotion-70:first-of-type { margin-left: 0; } -.emotion-61:disabled { +.emotion-70:disabled { background: rgba(48,48,48,0.1); color: rgba(48,48,48,0.2); cursor: not-allowed; } -.emotion-61:disabled { +.emotion-70:disabled { box-shadow: 0 0 0 1px rgba(48,48,48,0.1) inset; } -.emotion-61:hover:not(:disabled) { +.emotion-70:hover:not(:disabled) { background: #d7e2fd; } -.emotion-62 { +.emotion-71 { width: 100%; border-spacing: 0 15px; display: table; @@ -671,7 +673,7 @@ exports[`RolePolicyPage should render 1`] = ` border-color: grey; } -.emotion-64 { +.emotion-73 { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -694,13 +696,13 @@ exports[`RolePolicyPage should render 1`] = ` width: 20px; } -.emotion-66 { +.emotion-75 { fill: #303030; cursor: inherit; vertical-align: text-bottom; } -.emotion-67 { +.emotion-76 { margin-right: 0; border-left: 1px solid #d5d5d5; -webkit-flex: 0 0 350px; @@ -715,7 +717,7 @@ exports[`RolePolicyPage should render 1`] = ` width: 350px; } -.emotion-69 { +.emotion-78 { -webkit-align-items: baseline; -webkit-box-align: baseline; -ms-flex-align: baseline; @@ -731,38 +733,38 @@ exports[`RolePolicyPage should render 1`] = ` padding: 20px 30px 20px 15px; } -.emotion-71 { +.emotion-80 { font-size: 16px; font-weight: 600; } -.emotion-73 { +.emotion-82 { color: #3570f4; -webkit-text-decoration: none; text-decoration: none; cursor: pointer; } -.emotion-75 { +.emotion-84 { padding: 0 5px; color: #d5d5d5; } -.emotion-79 { +.emotion-88 { padding: 0 30px 0 15px; } -.emotion-81 { +.emotion-90 { padding: 10px 0; display: flex; } -.emotion-83 { +.emotion-92 { font-size: 1.25em; margin-right: 5px; } -.emotion-85 { +.emotion-94 { fill: #303030; cursor: inherit; vertical-align: baseline; @@ -800,40 +802,102 @@ exports[`RolePolicyPage should render 1`] = ` data-testid="navbar-item" >
-
- +
+ +
+ + + arrowhead-down + + + +
+
+
+
+ class="emotion-16 emotion-17" + > +
+ +
+ + + search + + + +
+
+
+
@@ -842,11 +906,11 @@ exports[`RolePolicyPage should render 1`] = ` data-testid="navbar-item" >
2020-02-12 21:44 UTC
MODIFIED DATE
N/A
REVIEWED DATE
@@ -962,41 +1026,41 @@ exports[`RolePolicyPage should render 1`] = `
Members
Review
Policy Rules
Tags
Settings
History @@ -1004,22 +1068,22 @@ exports[`RolePolicyPage should render 1`] = `
@@ -1036,11 +1100,11 @@ exports[`RolePolicyPage should render 1`] = ` data-testid="user-domains" >
athens.ci diff --git a/ui/src/__tests__/pages/domain/[domain]/role/[role]/__snapshots__/review.test.js.snap b/ui/src/__tests__/pages/domain/[domain]/role/[role]/__snapshots__/review.test.js.snap index 889bc3d1f17..a0886eb667f 100644 --- a/ui/src/__tests__/pages/domain/[domain]/role/[role]/__snapshots__/review.test.js.snap +++ b/ui/src/__tests__/pages/domain/[domain]/role/[role]/__snapshots__/review.test.js.snap @@ -265,6 +265,25 @@ exports[`ReviewPage should render 1`] = ` } .emotion-9 { + display: flex; + width: 100%; +} + +.emotion-11 { + background: #ffffff; + width: 35%; +} + +.emotion-13 { + position: relative; + width: 100%; +} + +.emotion-13 input { + cursor: pointer; +} + +.emotion-14 { box-sizing: border-box; display: inline-flex; -webkit-box-flex-flow: row nowrap; @@ -278,7 +297,7 @@ exports[`ReviewPage should render 1`] = ` width: 100%; } -.emotion-9 input { +.emotion-14 input { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; @@ -304,42 +323,42 @@ exports[`ReviewPage should render 1`] = ` width: 100%; } -.emotion-9.animated input { +.emotion-14.animated input { -webkit-transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,border 0.2s ease-in-out; transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,border 0.2s ease-in-out; } -.emotion-9 input::-webkit-input-placeholder { +.emotion-14 input::-webkit-input-placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input::-moz-placeholder { +.emotion-14 input::-moz-placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input:-ms-input-placeholder { +.emotion-14 input:-ms-input-placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input::placeholder { +.emotion-14 input::placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input.focused, -.emotion-9 input:active, -.emotion-9 input:focus { +.emotion-14 input.focused, +.emotion-14 input:active, +.emotion-14 input:focus { background: rgba(53,112,244,0.05); border-bottom: 2px solid #3570f4; color: #303030; } -.emotion-9 input:invalid { +.emotion-14 input:invalid { background: rgba(53,112,244,0.05); border-bottom: 2px solid #d01111; color: #303030; } -.emotion-9 .message { +.emotion-14 .message { font-size: 12px; left: 0; line-height: 1.8; @@ -347,51 +366,22 @@ exports[`ReviewPage should render 1`] = ` top: 2.571rem; } -.emotion-9.error input, -.emotion-9.error input.focused, -.emotion-9.error input:active, -.emotion-9.error input:focus { +.emotion-14.error input, +.emotion-14.error input.focused, +.emotion-14.error input:active, +.emotion-14.error input:focus { border-bottom: 2px solid #d01111; } -.emotion-9.error .message { +.emotion-14.error .message { color: #d01111; } -.emotion-9 input { - background: rgba(242,242,242,0.1); - color: #fff; -} - -.emotion-9 input::-webkit-input-placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input::-moz-placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input:-ms-input-placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input::placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input.focused, -.emotion-9 input:active, -.emotion-9 input:focus { - background: rgba(242,242,242,0.1); - border-bottom: 2px solid #3570f4; - color: #fff; -} - -.emotion-9 input { +.emotion-14 input { padding-right: 36px; } -.emotion-9 .input-icon { +.emotion-14 .input-icon { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -402,33 +392,45 @@ exports[`ReviewPage should render 1`] = ` right: 6px; } -.emotion-10 { +.emotion-15 { + fill: #d5d5d5; + cursor: pointer; + vertical-align: text-bottom; +} + +.emotion-16 { + background: #ffffff; + width: 65%; + margin-left: 5px; +} + +.emotion-19 { fill: #3570f4; cursor: inherit; vertical-align: text-bottom; } -.emotion-12 { +.emotion-21 { display: flex; } -.emotion-14 { +.emotion-23 { fill: #fff; cursor: pointer; vertical-align: text-bottom; } -.emotion-15 { +.emotion-24 { position: relative; width: 0; height: 0; } -.emotion-17 { +.emotion-26 { margin-left: 15px; } -.emotion-20 { +.emotion-29 { -webkit-flex: 1 1 calc(100vh - 60px); -ms-flex: 1 1 calc(100vh - 60px); flex: 1 1 calc(100vh - 60px); @@ -436,7 +438,7 @@ exports[`ReviewPage should render 1`] = ` font: 300 14px HelveticaNeue-Reg,Helvetica,Arial,sans-serif; } -.emotion-22 { +.emotion-31 { -webkit-align-items: stretch; -webkit-box-align: stretch; -ms-flex-align: stretch; @@ -453,7 +455,7 @@ exports[`ReviewPage should render 1`] = ` justify-content: flex-start; } -.emotion-24 { +.emotion-33 { -webkit-align-items: stretch; -webkit-box-align: stretch; -ms-flex-align: stretch; @@ -469,28 +471,28 @@ exports[`ReviewPage should render 1`] = ` flex-direction: column; } -.emotion-28 { +.emotion-37 { background: linear-gradient(to top, #f2f2f2, #fff); padding: 20px 30px 0; } -.emotion-30 { +.emotion-39 { font: 600 20px HelveticaNeue-Reg,Helvetica,Arial,sans-serif; margin-bottom: 10px; } -.emotion-32 { +.emotion-41 { color: #3570f4; -webkit-text-decoration: none; text-decoration: none; cursor: pointer; } -.emotion-34 { +.emotion-43 { margin: 20px 0; } -.emotion-36 { +.emotion-45 { display: flex; -webkit-box-flex-flow: row nowrap; -webkit-flex-flow: row nowrap; @@ -498,21 +500,21 @@ exports[`ReviewPage should render 1`] = ` flex-flow: row nowrap; } -.emotion-38 { +.emotion-47 { padding-right: 50px; } -.emotion-40 { +.emotion-49 { font-weight: 600; } -.emotion-42 { +.emotion-51 { color: #9a9a9a; font-size: 12px; text-transform: uppercase; } -.emotion-50 { +.emotion-59 { -webkit-align-items: stretch; -webkit-box-align: stretch; -ms-flex-align: stretch; @@ -527,7 +529,7 @@ exports[`ReviewPage should render 1`] = ` position: relative; } -.emotion-50.vertical { +.emotion-59.vertical { background: #f5f8fe; display: flex; -webkit-flex-direction: column; @@ -540,7 +542,7 @@ exports[`ReviewPage should render 1`] = ` width: 300px; } -.emotion-51 { +.emotion-60 { font-family: Helvetica,Arial,sans-serif; font-size: 14px; font-weight: 300; @@ -561,11 +563,11 @@ exports[`ReviewPage should render 1`] = ` z-index: 1; } -.emotion-51:hover { +.emotion-60:hover { color: #3570f4; } -.emotion-51.active { +.emotion-60.active { background: #fff; border-top-left-radius: 2px; border-top-right-radius: 2px; @@ -573,11 +575,11 @@ exports[`ReviewPage should render 1`] = ` cursor: initial; } -.emotion-51.active:hover { +.emotion-60.active:hover { color: #303030; } -.emotion-51.vertical { +.emotion-60.vertical { background: #f5f8fe; border-left: solid 4px #f5f8fe; height: 24px; @@ -589,40 +591,40 @@ exports[`ReviewPage should render 1`] = ` text-align: left; } -.emotion-51.vertical.active { +.emotion-60.vertical.active { background: #fff; border-left: solid 4px #3697f2; color: #303030; } -.emotion-51.vertical.active:hover { +.emotion-60.vertical.active:hover { color: #303030; } -.emotion-57 { +.emotion-66 { margin: 20px; margin-bottom: 0px; } -.emotion-59 { +.emotion-68 { margin: 0; } -.emotion-61 { +.emotion-70 { font-size: 16px; font-weight: 600; } -.emotion-63 { +.emotion-72 { margin: 20px; margin-bottom: 0px; } -.emotion-65 { +.emotion-74 { width: 500px; } -.emotion-67 { +.emotion-76 { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -645,13 +647,13 @@ exports[`ReviewPage should render 1`] = ` width: 20px; } -.emotion-69 { +.emotion-78 { fill: #303030; cursor: inherit; vertical-align: text-bottom; } -.emotion-70 { +.emotion-79 { margin-right: 0; border-left: 1px solid #d5d5d5; -webkit-flex: 0 0 350px; @@ -666,7 +668,7 @@ exports[`ReviewPage should render 1`] = ` width: 350px; } -.emotion-72 { +.emotion-81 { -webkit-align-items: baseline; -webkit-box-align: baseline; -ms-flex-align: baseline; @@ -682,38 +684,38 @@ exports[`ReviewPage should render 1`] = ` padding: 20px 30px 20px 15px; } -.emotion-74 { +.emotion-83 { font-size: 16px; font-weight: 600; } -.emotion-76 { +.emotion-85 { color: #3570f4; -webkit-text-decoration: none; text-decoration: none; cursor: pointer; } -.emotion-78 { +.emotion-87 { padding: 0 5px; color: #d5d5d5; } -.emotion-82 { +.emotion-91 { padding: 0 30px 0 15px; } -.emotion-84 { +.emotion-93 { padding: 10px 0; display: flex; } -.emotion-86 { +.emotion-95 { font-size: 1.25em; margin-right: 5px; } -.emotion-88 { +.emotion-97 { fill: #303030; cursor: inherit; vertical-align: baseline; @@ -751,40 +753,102 @@ exports[`ReviewPage should render 1`] = ` data-testid="navbar-item" >
-
- +
+ +
+ + + arrowhead-down + + + +
+
+
+
+ class="emotion-16 emotion-17" + > +
+ +
+ + + search + + + +
+
+
+
@@ -793,11 +857,11 @@ exports[`ReviewPage should render 1`] = ` data-testid="navbar-item" >
2020-02-12 21:44 UTC
MODIFIED DATE
N/A
REVIEWED DATE
@@ -913,41 +977,41 @@ exports[`ReviewPage should render 1`] = `
Members
Review
Policy Rules
Tags
Settings
History @@ -955,23 +1019,23 @@ exports[`ReviewPage should render 1`] = `
REVIEW EXPIRING MEMBERS

There are no members to review for role: @@ -987,11 +1051,11 @@ exports[`ReviewPage should render 1`] = ` data-testid="user-domains" >

athens.ci diff --git a/ui/src/__tests__/pages/domain/[domain]/role/[role]/__snapshots__/settings.test.js.snap b/ui/src/__tests__/pages/domain/[domain]/role/[role]/__snapshots__/settings.test.js.snap index 2b3f3d9b26c..001bd3dae80 100644 --- a/ui/src/__tests__/pages/domain/[domain]/role/[role]/__snapshots__/settings.test.js.snap +++ b/ui/src/__tests__/pages/domain/[domain]/role/[role]/__snapshots__/settings.test.js.snap @@ -265,6 +265,25 @@ exports[`SettingPage should render 1`] = ` } .emotion-9 { + display: flex; + width: 100%; +} + +.emotion-11 { + background: #ffffff; + width: 35%; +} + +.emotion-13 { + position: relative; + width: 100%; +} + +.emotion-13 input { + cursor: pointer; +} + +.emotion-14 { box-sizing: border-box; display: inline-flex; -webkit-box-flex-flow: row nowrap; @@ -278,7 +297,7 @@ exports[`SettingPage should render 1`] = ` width: 100%; } -.emotion-9 input { +.emotion-14 input { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; @@ -304,42 +323,42 @@ exports[`SettingPage should render 1`] = ` width: 100%; } -.emotion-9.animated input { +.emotion-14.animated input { -webkit-transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,border 0.2s ease-in-out; transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,border 0.2s ease-in-out; } -.emotion-9 input::-webkit-input-placeholder { +.emotion-14 input::-webkit-input-placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input::-moz-placeholder { +.emotion-14 input::-moz-placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input:-ms-input-placeholder { +.emotion-14 input:-ms-input-placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input::placeholder { +.emotion-14 input::placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input.focused, -.emotion-9 input:active, -.emotion-9 input:focus { +.emotion-14 input.focused, +.emotion-14 input:active, +.emotion-14 input:focus { background: rgba(53,112,244,0.05); border-bottom: 2px solid #3570f4; color: #303030; } -.emotion-9 input:invalid { +.emotion-14 input:invalid { background: rgba(53,112,244,0.05); border-bottom: 2px solid #d01111; color: #303030; } -.emotion-9 .message { +.emotion-14 .message { font-size: 12px; left: 0; line-height: 1.8; @@ -347,51 +366,22 @@ exports[`SettingPage should render 1`] = ` top: 2.571rem; } -.emotion-9.error input, -.emotion-9.error input.focused, -.emotion-9.error input:active, -.emotion-9.error input:focus { +.emotion-14.error input, +.emotion-14.error input.focused, +.emotion-14.error input:active, +.emotion-14.error input:focus { border-bottom: 2px solid #d01111; } -.emotion-9.error .message { +.emotion-14.error .message { color: #d01111; } -.emotion-9 input { - background: rgba(242,242,242,0.1); - color: #fff; -} - -.emotion-9 input::-webkit-input-placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input::-moz-placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input:-ms-input-placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input::placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input.focused, -.emotion-9 input:active, -.emotion-9 input:focus { - background: rgba(242,242,242,0.1); - border-bottom: 2px solid #3570f4; - color: #fff; -} - -.emotion-9 input { +.emotion-14 input { padding-right: 36px; } -.emotion-9 .input-icon { +.emotion-14 .input-icon { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -402,33 +392,45 @@ exports[`SettingPage should render 1`] = ` right: 6px; } -.emotion-10 { +.emotion-15 { + fill: #d5d5d5; + cursor: pointer; + vertical-align: text-bottom; +} + +.emotion-16 { + background: #ffffff; + width: 65%; + margin-left: 5px; +} + +.emotion-19 { fill: #3570f4; cursor: inherit; vertical-align: text-bottom; } -.emotion-12 { +.emotion-21 { display: flex; } -.emotion-14 { +.emotion-23 { fill: #fff; cursor: pointer; vertical-align: text-bottom; } -.emotion-15 { +.emotion-24 { position: relative; width: 0; height: 0; } -.emotion-17 { +.emotion-26 { margin-left: 15px; } -.emotion-20 { +.emotion-29 { -webkit-flex: 1 1 calc(100vh - 60px); -ms-flex: 1 1 calc(100vh - 60px); flex: 1 1 calc(100vh - 60px); @@ -436,7 +438,7 @@ exports[`SettingPage should render 1`] = ` font: 300 14px HelveticaNeue-Reg,Helvetica,Arial,sans-serif; } -.emotion-22 { +.emotion-31 { -webkit-align-items: stretch; -webkit-box-align: stretch; -ms-flex-align: stretch; @@ -453,7 +455,7 @@ exports[`SettingPage should render 1`] = ` justify-content: flex-start; } -.emotion-24 { +.emotion-33 { -webkit-align-items: stretch; -webkit-box-align: stretch; -ms-flex-align: stretch; @@ -469,28 +471,28 @@ exports[`SettingPage should render 1`] = ` flex-direction: column; } -.emotion-28 { +.emotion-37 { background: linear-gradient(to top, #f2f2f2, #fff); padding: 20px 30px 0; } -.emotion-30 { +.emotion-39 { font: 600 20px HelveticaNeue-Reg,Helvetica,Arial,sans-serif; margin-bottom: 10px; } -.emotion-32 { +.emotion-41 { color: #3570f4; -webkit-text-decoration: none; text-decoration: none; cursor: pointer; } -.emotion-34 { +.emotion-43 { margin: 20px 0; } -.emotion-36 { +.emotion-45 { display: flex; -webkit-box-flex-flow: row nowrap; -webkit-flex-flow: row nowrap; @@ -498,21 +500,21 @@ exports[`SettingPage should render 1`] = ` flex-flow: row nowrap; } -.emotion-38 { +.emotion-47 { padding-right: 50px; } -.emotion-40 { +.emotion-49 { font-weight: 600; } -.emotion-42 { +.emotion-51 { color: #9a9a9a; font-size: 12px; text-transform: uppercase; } -.emotion-50 { +.emotion-59 { -webkit-align-items: stretch; -webkit-box-align: stretch; -ms-flex-align: stretch; @@ -527,7 +529,7 @@ exports[`SettingPage should render 1`] = ` position: relative; } -.emotion-50.vertical { +.emotion-59.vertical { background: #f5f8fe; display: flex; -webkit-flex-direction: column; @@ -540,7 +542,7 @@ exports[`SettingPage should render 1`] = ` width: 300px; } -.emotion-51 { +.emotion-60 { font-family: Helvetica,Arial,sans-serif; font-size: 14px; font-weight: 300; @@ -561,11 +563,11 @@ exports[`SettingPage should render 1`] = ` z-index: 1; } -.emotion-51:hover { +.emotion-60:hover { color: #3570f4; } -.emotion-51.active { +.emotion-60.active { background: #fff; border-top-left-radius: 2px; border-top-right-radius: 2px; @@ -573,11 +575,11 @@ exports[`SettingPage should render 1`] = ` cursor: initial; } -.emotion-51.active:hover { +.emotion-60.active:hover { color: #303030; } -.emotion-51.vertical { +.emotion-60.vertical { background: #f5f8fe; border-left: solid 4px #f5f8fe; height: 24px; @@ -589,21 +591,21 @@ exports[`SettingPage should render 1`] = ` text-align: left; } -.emotion-51.vertical.active { +.emotion-60.vertical.active { background: #fff; border-left: solid 4px #3697f2; color: #303030; } -.emotion-51.vertical.active:hover { +.emotion-60.vertical.active:hover { color: #303030; } -.emotion-57 { +.emotion-66 { margin: 20px; } -.emotion-59 { +.emotion-68 { width: 100%; border-spacing: 0 20px; display: table; @@ -611,7 +613,7 @@ exports[`SettingPage should render 1`] = ` border-color: grey; } -.emotion-61 { +.emotion-70 { box-sizing: border-box; margin-top: 10px; box-shadow: 0 1px 4px #d9d9d9; @@ -621,7 +623,7 @@ exports[`SettingPage should render 1`] = ` height: 50px; } -.emotion-63 { +.emotion-72 { text-align: left; width: auto; padding: 5px 0 5px 15px; @@ -629,7 +631,7 @@ exports[`SettingPage should render 1`] = ` word-break: break-all; } -.emotion-67 { +.emotion-76 { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -643,7 +645,7 @@ exports[`SettingPage should render 1`] = ` position: relative; } -.emotion-67>input[type='checkbox'] { +.emotion-76>input[type='checkbox'] { box-sizing: border-box; cursor: pointer; position: absolute; @@ -651,7 +653,7 @@ exports[`SettingPage should render 1`] = ` visibility: hidden; } -.emotion-67>input[type='checkbox']+label { +.emotion-76>input[type='checkbox']+label { box-sizing: border-box; cursor: pointer; font-family: Helvetica,Arial,sans-serif; @@ -662,18 +664,18 @@ exports[`SettingPage should render 1`] = ` white-space: nowrap; } -.emotion-67>input[type='checkbox']+label .label-content { +.emotion-76>input[type='checkbox']+label .label-content { display: inline-flex; margin-left: 6px; } @-moz-document url-prefix() { - .emotion-67>input[type='checkbox']+label .label-content { + .emotion-76>input[type='checkbox']+label .label-content { margin-top: 1px; } } -.emotion-67>input[type='checkbox']+label:before { +.emotion-76>input[type='checkbox']+label:before { background: #d5d5d5; border-radius: 9px; box-sizing: border-box; @@ -689,7 +691,7 @@ exports[`SettingPage should render 1`] = ` width: 34px; } -.emotion-67>input[type='checkbox']+label::after { +.emotion-76>input[type='checkbox']+label::after { background-color: #fff; border: 2px solid rgba(54,151,242,0.5); border-radius: 50%; @@ -706,40 +708,40 @@ exports[`SettingPage should render 1`] = ` width: 18px; } -.emotion-67>input[type='checkbox']:checked+label::before { +.emotion-76>input[type='checkbox']:checked+label::before { background-color: rgba(21,192,70,0.45); } -.emotion-67>input[type='checkbox']:checked+label::after { +.emotion-76>input[type='checkbox']:checked+label::after { background-color: #15c046; border-color: #15c046; left: 16px; } -.emotion-67>input[type='checkbox']:disabled+label { +.emotion-76>input[type='checkbox']:disabled+label { color: #9a9a9a; cursor: not-allowed; } -.emotion-67>input[type='checkbox']:disabled+label::before { +.emotion-76>input[type='checkbox']:disabled+label::before { background-color: #e8e8e8; cursor: not-allowed; } -.emotion-67>input[type='checkbox']:disabled+label::after { +.emotion-76>input[type='checkbox']:disabled+label::after { border-color: #d5d5d5; cursor: not-allowed; } -.emotion-67>input[type='checkbox']:checked:disabled+label::after { +.emotion-76>input[type='checkbox']:checked:disabled+label::after { background: #d5d5d5; } -.emotion-103 { +.emotion-112 { display: flex; } -.emotion-105 { +.emotion-114 { box-sizing: border-box; display: inline-flex; -webkit-box-flex-flow: row nowrap; @@ -753,7 +755,7 @@ exports[`SettingPage should render 1`] = ` width: 100%; } -.emotion-105 input { +.emotion-114 input { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; @@ -779,42 +781,42 @@ exports[`SettingPage should render 1`] = ` width: 100%; } -.emotion-105.animated input { +.emotion-114.animated input { -webkit-transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,border 0.2s ease-in-out; transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,border 0.2s ease-in-out; } -.emotion-105 input::-webkit-input-placeholder { +.emotion-114 input::-webkit-input-placeholder { color: rgba(48,48,48,0.6); } -.emotion-105 input::-moz-placeholder { +.emotion-114 input::-moz-placeholder { color: rgba(48,48,48,0.6); } -.emotion-105 input:-ms-input-placeholder { +.emotion-114 input:-ms-input-placeholder { color: rgba(48,48,48,0.6); } -.emotion-105 input::placeholder { +.emotion-114 input::placeholder { color: rgba(48,48,48,0.6); } -.emotion-105 input.focused, -.emotion-105 input:active, -.emotion-105 input:focus { +.emotion-114 input.focused, +.emotion-114 input:active, +.emotion-114 input:focus { background: rgba(53,112,244,0.05); border-bottom: 2px solid #3570f4; color: #303030; } -.emotion-105 input:invalid { +.emotion-114 input:invalid { background: rgba(53,112,244,0.05); border-bottom: 2px solid #d01111; color: #303030; } -.emotion-105 .message { +.emotion-114 .message { font-size: 12px; left: 0; line-height: 1.8; @@ -822,29 +824,29 @@ exports[`SettingPage should render 1`] = ` top: 2.571rem; } -.emotion-105.error input, -.emotion-105.error input.focused, -.emotion-105.error input:active, -.emotion-105.error input:focus { +.emotion-114.error input, +.emotion-114.error input.focused, +.emotion-114.error input:active, +.emotion-114.error input:focus { border-bottom: 2px solid #d01111; } -.emotion-105.error .message { +.emotion-114.error .message { color: #d01111; } -.emotion-105 input[disabled] { +.emotion-114 input[disabled] { background: rgba(48,48,48,0.05); border-bottom: 2px solid rgba(48,48,48,0.05); color: rgba(48,48,48,0.25); cursor: not-allowed; } -.emotion-106 { +.emotion-115 { margin-top: 5px; } -.emotion-118 { +.emotion-127 { box-sizing: border-box; display: inline-flex; -webkit-box-flex-flow: row nowrap; @@ -858,7 +860,7 @@ exports[`SettingPage should render 1`] = ` width: 100%; } -.emotion-118 input { +.emotion-127 input { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; @@ -884,42 +886,42 @@ exports[`SettingPage should render 1`] = ` width: 100%; } -.emotion-118.animated input { +.emotion-127.animated input { -webkit-transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,border 0.2s ease-in-out; transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,border 0.2s ease-in-out; } -.emotion-118 input::-webkit-input-placeholder { +.emotion-127 input::-webkit-input-placeholder { color: rgba(48,48,48,0.6); } -.emotion-118 input::-moz-placeholder { +.emotion-127 input::-moz-placeholder { color: rgba(48,48,48,0.6); } -.emotion-118 input:-ms-input-placeholder { +.emotion-127 input:-ms-input-placeholder { color: rgba(48,48,48,0.6); } -.emotion-118 input::placeholder { +.emotion-127 input::placeholder { color: rgba(48,48,48,0.6); } -.emotion-118 input.focused, -.emotion-118 input:active, -.emotion-118 input:focus { +.emotion-127 input.focused, +.emotion-127 input:active, +.emotion-127 input:focus { background: rgba(53,112,244,0.05); border-bottom: 2px solid #3570f4; color: #303030; } -.emotion-118 input:invalid { +.emotion-127 input:invalid { background: rgba(53,112,244,0.05); border-bottom: 2px solid #d01111; color: #303030; } -.emotion-118 .message { +.emotion-127 .message { font-size: 12px; left: 0; line-height: 1.8; @@ -927,147 +929,32 @@ exports[`SettingPage should render 1`] = ` top: 2.571rem; } -.emotion-118.error input, -.emotion-118.error input.focused, -.emotion-118.error input:active, -.emotion-118.error input:focus { +.emotion-127.error input, +.emotion-127.error input.focused, +.emotion-127.error input:active, +.emotion-127.error input:focus { border-bottom: 2px solid #d01111; } -.emotion-118.error .message { +.emotion-127.error .message { color: #d01111; } -.emotion-222 { +.emotion-231 { position: relative; width: 100%; } -.emotion-222 input { +.emotion-231 input { cursor: inherit; } -.emotion-223 { +.emotion-232 { margin-top: 5px; display: block; } -.emotion-225 { - box-sizing: border-box; - display: inline-flex; - -webkit-box-flex-flow: row nowrap; - -webkit-flex-flow: row nowrap; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - font-family: Helvetica,Arial,sans-serif; - font-size: 14px; - font-weight: 300; - position: relative; - width: 100%; -} - -.emotion-225 input { - -webkit-appearance: none; - -moz-appearance: none; - -ms-appearance: none; - appearance: none; - background: rgba(53,112,244,0.05); - border-top: 2px solid transparent; - border-bottom: 2px solid transparent; - border-right: transparent; - border-left: transparent; - border-radius: 2px; - box-shadow: none; - box-sizing: border-box; - color: #303030; - -webkit-flex: 1 0 auto; - -ms-flex: 1 0 auto; - flex: 1 0 auto; - font: inherit; - height: 36px; - margin: 0; - outline: none; - padding: 0 1rem; - text-align: left; - width: 100%; -} - -.emotion-225.animated input { - -webkit-transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,border 0.2s ease-in-out; - transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,border 0.2s ease-in-out; -} - -.emotion-225 input::-webkit-input-placeholder { - color: rgba(48,48,48,0.6); -} - -.emotion-225 input::-moz-placeholder { - color: rgba(48,48,48,0.6); -} - -.emotion-225 input:-ms-input-placeholder { - color: rgba(48,48,48,0.6); -} - -.emotion-225 input::placeholder { - color: rgba(48,48,48,0.6); -} - -.emotion-225 input.focused, -.emotion-225 input:active, -.emotion-225 input:focus { - background: rgba(53,112,244,0.05); - border-bottom: 2px solid #3570f4; - color: #303030; -} - -.emotion-225 input:invalid { - background: rgba(53,112,244,0.05); - border-bottom: 2px solid #d01111; - color: #303030; -} - -.emotion-225 .message { - font-size: 12px; - left: 0; - line-height: 1.8; - position: absolute; - top: 2.571rem; -} - -.emotion-225.error input, -.emotion-225.error input.focused, -.emotion-225.error input:active, -.emotion-225.error input:focus { - border-bottom: 2px solid #d01111; -} - -.emotion-225.error .message { - color: #d01111; -} - -.emotion-225 input { - padding-right: 36px; -} - -.emotion-225 .input-icon { - -webkit-align-items: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: flex; - height: 36px; - position: absolute; - right: 6px; -} - -.emotion-226 { - fill: #d5d5d5; - cursor: pointer; - vertical-align: text-bottom; -} - -.emotion-283 { +.emotion-292 { padding-bottom: 20px; display: flex; -webkit-box-pack: justify; @@ -1083,7 +970,7 @@ exports[`SettingPage should render 1`] = ` flex-flow: row nowrap; } -.emotion-285 { +.emotion-294 { border: none; border-radius: 2px; box-shadow: 0 0 0 1px #3697f2 inset; @@ -1108,25 +995,25 @@ exports[`SettingPage should render 1`] = ` color: #3697f2; } -.emotion-285:first-of-type { +.emotion-294:first-of-type { margin-left: 0; } -.emotion-285:disabled { +.emotion-294:disabled { background: rgba(48,48,48,0.1); color: rgba(48,48,48,0.2); cursor: not-allowed; } -.emotion-285:disabled { +.emotion-294:disabled { box-shadow: 0 0 0 1px rgba(48,48,48,0.1) inset; } -.emotion-285:hover:not(:disabled) { +.emotion-294:hover:not(:disabled) { background: #d7e2fd; } -.emotion-287 { +.emotion-296 { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -1149,13 +1036,13 @@ exports[`SettingPage should render 1`] = ` width: 20px; } -.emotion-289 { +.emotion-298 { fill: #303030; cursor: inherit; vertical-align: text-bottom; } -.emotion-290 { +.emotion-299 { margin-right: 0; border-left: 1px solid #d5d5d5; -webkit-flex: 0 0 350px; @@ -1170,7 +1057,7 @@ exports[`SettingPage should render 1`] = ` width: 350px; } -.emotion-292 { +.emotion-301 { -webkit-align-items: baseline; -webkit-box-align: baseline; -ms-flex-align: baseline; @@ -1186,38 +1073,38 @@ exports[`SettingPage should render 1`] = ` padding: 20px 30px 20px 15px; } -.emotion-294 { +.emotion-303 { font-size: 16px; font-weight: 600; } -.emotion-296 { +.emotion-305 { color: #3570f4; -webkit-text-decoration: none; text-decoration: none; cursor: pointer; } -.emotion-298 { +.emotion-307 { padding: 0 5px; color: #d5d5d5; } -.emotion-302 { +.emotion-311 { padding: 0 30px 0 15px; } -.emotion-304 { +.emotion-313 { padding: 10px 0; display: flex; } -.emotion-306 { +.emotion-315 { font-size: 1.25em; margin-right: 5px; } -.emotion-308 { +.emotion-317 { fill: #303030; cursor: inherit; vertical-align: baseline; @@ -1255,40 +1142,102 @@ exports[`SettingPage should render 1`] = ` data-testid="navbar-item" >
-
- +
+ +
+ + + arrowhead-down + + + +
+
+
+
+ class="emotion-16 emotion-17" + > +
+ +
+ + + search + + + +
+
+
+
@@ -1297,11 +1246,11 @@ exports[`SettingPage should render 1`] = ` data-testid="navbar-item" >
Review
Flag indicates whether or not role updates require another review and approval
Delete Protection
Flag indicates whether or not the role will be protected from accidental deletions
Self-Service
Flag indicates whether or not role allows self service
Self-Renew
Flag indicates whether or not role allows self renew
Self Renew (Mins)
Number of minutes members can renew their membership if self review option is enabled
User Expiry (Days)
All user members in the role will have specified max expiry days
User Review (Days)
All user members in the role will have specified review days
Group Expiry (Days)
All group members in the role will have specified max expiry days
Group Review (Days)
All groups in the role will have specified max review days
Service Expiry (Days)
All services in the role will have specified max expiry days
Service Review (Days)
All service members in the role will have specified review days
Token Expiry (Mins)
Tokens issued for this role will have specified max timeout in mins
Certificate Expiry (Mins)
Certs issued for this role will have specified max timeout in mins
User Authority Filter
membership filtered based on user authority configured attributes
User Authority Expiration
expiration enforced by a user authority configured attribute
Role Description
Role Description (Optional)
Max Members (Number)
Maximum number of members allowed in the role
Domain Filter
Membership filtered based on configured principal domains @@ -2282,17 +2231,17 @@ exports[`SettingPage should render 1`] = `
@@ -2305,11 +2254,11 @@ exports[`SettingPage should render 1`] = ` data-testid="user-domains" >
athens.ci diff --git a/ui/src/__tests__/pages/domain/[domain]/role/[role]/__snapshots__/tags.test.js.snap b/ui/src/__tests__/pages/domain/[domain]/role/[role]/__snapshots__/tags.test.js.snap index 323a0454a9e..13f915e0ef0 100644 --- a/ui/src/__tests__/pages/domain/[domain]/role/[role]/__snapshots__/tags.test.js.snap +++ b/ui/src/__tests__/pages/domain/[domain]/role/[role]/__snapshots__/tags.test.js.snap @@ -265,6 +265,25 @@ exports[`Roles Tag Page should render 1`] = ` } .emotion-9 { + display: flex; + width: 100%; +} + +.emotion-11 { + background: #ffffff; + width: 35%; +} + +.emotion-13 { + position: relative; + width: 100%; +} + +.emotion-13 input { + cursor: pointer; +} + +.emotion-14 { box-sizing: border-box; display: inline-flex; -webkit-box-flex-flow: row nowrap; @@ -278,7 +297,7 @@ exports[`Roles Tag Page should render 1`] = ` width: 100%; } -.emotion-9 input { +.emotion-14 input { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; @@ -304,42 +323,42 @@ exports[`Roles Tag Page should render 1`] = ` width: 100%; } -.emotion-9.animated input { +.emotion-14.animated input { -webkit-transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,border 0.2s ease-in-out; transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,border 0.2s ease-in-out; } -.emotion-9 input::-webkit-input-placeholder { +.emotion-14 input::-webkit-input-placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input::-moz-placeholder { +.emotion-14 input::-moz-placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input:-ms-input-placeholder { +.emotion-14 input:-ms-input-placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input::placeholder { +.emotion-14 input::placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input.focused, -.emotion-9 input:active, -.emotion-9 input:focus { +.emotion-14 input.focused, +.emotion-14 input:active, +.emotion-14 input:focus { background: rgba(53,112,244,0.05); border-bottom: 2px solid #3570f4; color: #303030; } -.emotion-9 input:invalid { +.emotion-14 input:invalid { background: rgba(53,112,244,0.05); border-bottom: 2px solid #d01111; color: #303030; } -.emotion-9 .message { +.emotion-14 .message { font-size: 12px; left: 0; line-height: 1.8; @@ -347,51 +366,22 @@ exports[`Roles Tag Page should render 1`] = ` top: 2.571rem; } -.emotion-9.error input, -.emotion-9.error input.focused, -.emotion-9.error input:active, -.emotion-9.error input:focus { +.emotion-14.error input, +.emotion-14.error input.focused, +.emotion-14.error input:active, +.emotion-14.error input:focus { border-bottom: 2px solid #d01111; } -.emotion-9.error .message { +.emotion-14.error .message { color: #d01111; } -.emotion-9 input { - background: rgba(242,242,242,0.1); - color: #fff; -} - -.emotion-9 input::-webkit-input-placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input::-moz-placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input:-ms-input-placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input::placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input.focused, -.emotion-9 input:active, -.emotion-9 input:focus { - background: rgba(242,242,242,0.1); - border-bottom: 2px solid #3570f4; - color: #fff; -} - -.emotion-9 input { +.emotion-14 input { padding-right: 36px; } -.emotion-9 .input-icon { +.emotion-14 .input-icon { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -402,33 +392,45 @@ exports[`Roles Tag Page should render 1`] = ` right: 6px; } -.emotion-10 { +.emotion-15 { + fill: #d5d5d5; + cursor: pointer; + vertical-align: text-bottom; +} + +.emotion-16 { + background: #ffffff; + width: 65%; + margin-left: 5px; +} + +.emotion-19 { fill: #3570f4; cursor: inherit; vertical-align: text-bottom; } -.emotion-12 { +.emotion-21 { display: flex; } -.emotion-14 { +.emotion-23 { fill: #fff; cursor: pointer; vertical-align: text-bottom; } -.emotion-15 { +.emotion-24 { position: relative; width: 0; height: 0; } -.emotion-17 { +.emotion-26 { margin-left: 15px; } -.emotion-20 { +.emotion-29 { -webkit-flex: 1 1 calc(100vh - 60px); -ms-flex: 1 1 calc(100vh - 60px); flex: 1 1 calc(100vh - 60px); @@ -436,7 +438,7 @@ exports[`Roles Tag Page should render 1`] = ` font: 300 14px HelveticaNeue-Reg,Helvetica,Arial,sans-serif; } -.emotion-22 { +.emotion-31 { -webkit-align-items: stretch; -webkit-box-align: stretch; -ms-flex-align: stretch; @@ -453,7 +455,7 @@ exports[`Roles Tag Page should render 1`] = ` justify-content: flex-start; } -.emotion-24 { +.emotion-33 { -webkit-align-items: stretch; -webkit-box-align: stretch; -ms-flex-align: stretch; @@ -469,28 +471,28 @@ exports[`Roles Tag Page should render 1`] = ` flex-direction: column; } -.emotion-28 { +.emotion-37 { background: linear-gradient(to top, #f2f2f2, #fff); padding: 20px 30px 0; } -.emotion-30 { +.emotion-39 { font: 600 20px HelveticaNeue-Reg,Helvetica,Arial,sans-serif; margin-bottom: 10px; } -.emotion-32 { +.emotion-41 { color: #3570f4; -webkit-text-decoration: none; text-decoration: none; cursor: pointer; } -.emotion-34 { +.emotion-43 { margin: 20px 0; } -.emotion-36 { +.emotion-45 { display: flex; -webkit-box-flex-flow: row nowrap; -webkit-flex-flow: row nowrap; @@ -498,21 +500,21 @@ exports[`Roles Tag Page should render 1`] = ` flex-flow: row nowrap; } -.emotion-38 { +.emotion-47 { padding-right: 50px; } -.emotion-40 { +.emotion-49 { font-weight: 600; } -.emotion-42 { +.emotion-51 { color: #9a9a9a; font-size: 12px; text-transform: uppercase; } -.emotion-50 { +.emotion-59 { -webkit-align-items: stretch; -webkit-box-align: stretch; -ms-flex-align: stretch; @@ -527,7 +529,7 @@ exports[`Roles Tag Page should render 1`] = ` position: relative; } -.emotion-50.vertical { +.emotion-59.vertical { background: #f5f8fe; display: flex; -webkit-flex-direction: column; @@ -540,7 +542,7 @@ exports[`Roles Tag Page should render 1`] = ` width: 300px; } -.emotion-51 { +.emotion-60 { font-family: Helvetica,Arial,sans-serif; font-size: 14px; font-weight: 300; @@ -561,11 +563,11 @@ exports[`Roles Tag Page should render 1`] = ` z-index: 1; } -.emotion-51:hover { +.emotion-60:hover { color: #3570f4; } -.emotion-51.active { +.emotion-60.active { background: #fff; border-top-left-radius: 2px; border-top-right-radius: 2px; @@ -573,11 +575,11 @@ exports[`Roles Tag Page should render 1`] = ` cursor: initial; } -.emotion-51.active:hover { +.emotion-60.active:hover { color: #303030; } -.emotion-51.vertical { +.emotion-60.vertical { background: #f5f8fe; border-left: solid 4px #f5f8fe; height: 24px; @@ -589,21 +591,21 @@ exports[`Roles Tag Page should render 1`] = ` text-align: left; } -.emotion-51.vertical.active { +.emotion-60.vertical.active { background: #fff; border-left: solid 4px #3697f2; color: #303030; } -.emotion-51.vertical.active:hover { +.emotion-60.vertical.active:hover { color: #303030; } -.emotion-57 { +.emotion-66 { margin: 20px; } -.emotion-59 { +.emotion-68 { padding-bottom: 20px; display: flex; -webkit-box-pack: justify; @@ -620,7 +622,7 @@ exports[`Roles Tag Page should render 1`] = ` float: right; } -.emotion-61 { +.emotion-70 { border: none; border-radius: 2px; box-shadow: 0 0 0 1px #3697f2 inset; @@ -645,25 +647,25 @@ exports[`Roles Tag Page should render 1`] = ` color: #3697f2; } -.emotion-61:first-of-type { +.emotion-70:first-of-type { margin-left: 0; } -.emotion-61:disabled { +.emotion-70:disabled { background: rgba(48,48,48,0.1); color: rgba(48,48,48,0.2); cursor: not-allowed; } -.emotion-61:disabled { +.emotion-70:disabled { box-shadow: 0 0 0 1px rgba(48,48,48,0.1) inset; } -.emotion-61:hover:not(:disabled) { +.emotion-70:hover:not(:disabled) { background: #d7e2fd; } -.emotion-62 { +.emotion-71 { width: 100%; border-spacing: 0; display: table; @@ -671,7 +673,7 @@ exports[`Roles Tag Page should render 1`] = ` border-color: #9a9a9a; } -.emotion-64 { +.emotion-73 { text-align: left; border-bottom: 2px solid #d5d5d5; color: #9a9a9a; @@ -683,7 +685,7 @@ exports[`Roles Tag Page should render 1`] = ` word-break: break-all; } -.emotion-68 { +.emotion-77 { text-align: center; border-bottom: 2px solid #d5d5d5; color: #9a9a9a; @@ -695,7 +697,7 @@ exports[`Roles Tag Page should render 1`] = ` word-break: break-all; } -.emotion-74 { +.emotion-83 { background-color: #3570f40D; text-align: left; padding: 5px 0 5px 15px; @@ -703,7 +705,7 @@ exports[`Roles Tag Page should render 1`] = ` word-break: break-all; } -.emotion-78 { +.emotion-87 { font-family: Helvetica,Arial,sans-serif; background: rgba(53, 112, 244, 0.08); border-radius: 14px; @@ -726,11 +728,11 @@ exports[`Roles Tag Page should render 1`] = ` white-space: nowrap; } -.emotion-78:hover { +.emotion-87:hover { background: #cbd9f9; } -.emotion-78 .tag-remove { +.emotion-87 .tag-remove { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -755,13 +757,13 @@ exports[`Roles Tag Page should render 1`] = ` width: 28px; } -.emotion-78:hover .tag-remove { +.emotion-87:hover .tag-remove { box-shadow: -4px 0 5px -1px rgba(48,48,48,0.2); opacity: 1; right: 0; } -.emotion-79 { +.emotion-88 { color: #d5d5d5; font-size: 14px; height: 28px; @@ -771,22 +773,22 @@ exports[`Roles Tag Page should render 1`] = ` background: rgba(53, 112, 244, 0.08); } -.emotion-79:hover { +.emotion-88:hover { background: #ffffff; } -.emotion-81 { +.emotion-90 { -webkit-text-decoration: none; text-decoration: none; } -.emotion-83 { +.emotion-92 { fill: rgba(48,48,48,0.6); cursor: pointer; vertical-align: text-bottom; } -.emotion-84 { +.emotion-93 { background-color: #3570f40D; text-align: center; padding: 5px 0 5px 15px; @@ -794,13 +796,13 @@ exports[`Roles Tag Page should render 1`] = ` word-break: break-all; } -.emotion-86 { +.emotion-95 { fill: #188fff; cursor: pointer; vertical-align: text-bottom; } -.emotion-90 { +.emotion-99 { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -823,13 +825,13 @@ exports[`Roles Tag Page should render 1`] = ` width: 20px; } -.emotion-92 { +.emotion-101 { fill: #303030; cursor: inherit; vertical-align: text-bottom; } -.emotion-93 { +.emotion-102 { margin-right: 0; border-left: 1px solid #d5d5d5; -webkit-flex: 0 0 350px; @@ -844,7 +846,7 @@ exports[`Roles Tag Page should render 1`] = ` width: 350px; } -.emotion-95 { +.emotion-104 { -webkit-align-items: baseline; -webkit-box-align: baseline; -ms-flex-align: baseline; @@ -860,38 +862,38 @@ exports[`Roles Tag Page should render 1`] = ` padding: 20px 30px 20px 15px; } -.emotion-97 { +.emotion-106 { font-size: 16px; font-weight: 600; } -.emotion-99 { +.emotion-108 { color: #3570f4; -webkit-text-decoration: none; text-decoration: none; cursor: pointer; } -.emotion-101 { +.emotion-110 { padding: 0 5px; color: #d5d5d5; } -.emotion-105 { +.emotion-114 { padding: 0 30px 0 15px; } -.emotion-107 { +.emotion-116 { padding: 10px 0; display: flex; } -.emotion-109 { +.emotion-118 { font-size: 1.25em; margin-right: 5px; } -.emotion-111 { +.emotion-120 { fill: #303030; cursor: inherit; vertical-align: baseline; @@ -929,40 +931,102 @@ exports[`Roles Tag Page should render 1`] = ` data-testid="navbar-item" >
-
- +
+ +
+ + + arrowhead-down + + + +
+
+
+
+ class="emotion-16 emotion-17" + > +
+ +
+ + + search + + + +
+
+
+
@@ -971,11 +1035,11 @@ exports[`Roles Tag Page should render 1`] = ` data-testid="navbar-item" >
Invalid date
MODIFIED DATE
N/A
REVIEWED DATE
@@ -1091,41 +1155,41 @@ exports[`Roles Tag Page should render 1`] = `
Members
Review
Policy Rules
Tags
Settings
History @@ -1133,42 +1197,42 @@ exports[`Roles Tag Page should render 1`] = `
@@ -1176,25 +1240,25 @@ exports[`Roles Tag Page should render 1`] = `
TAG NAME TAG VALUES EDIT DELETE
tag
athens.ci diff --git a/ui/src/__tests__/pages/domain/[domain]/service/[service]/__snapshots__/microsegmentation.test.js.snap b/ui/src/__tests__/pages/domain/[domain]/service/[service]/__snapshots__/microsegmentation.test.js.snap index 168874a5236..56dc2ff21c1 100644 --- a/ui/src/__tests__/pages/domain/[domain]/service/[service]/__snapshots__/microsegmentation.test.js.snap +++ b/ui/src/__tests__/pages/domain/[domain]/service/[service]/__snapshots__/microsegmentation.test.js.snap @@ -265,6 +265,25 @@ exports[`Service Microsegmentation Page should render 1`] = ` } .emotion-9 { + display: flex; + width: 100%; +} + +.emotion-11 { + background: #ffffff; + width: 35%; +} + +.emotion-13 { + position: relative; + width: 100%; +} + +.emotion-13 input { + cursor: pointer; +} + +.emotion-14 { box-sizing: border-box; display: inline-flex; -webkit-box-flex-flow: row nowrap; @@ -278,7 +297,7 @@ exports[`Service Microsegmentation Page should render 1`] = ` width: 100%; } -.emotion-9 input { +.emotion-14 input { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; @@ -304,42 +323,42 @@ exports[`Service Microsegmentation Page should render 1`] = ` width: 100%; } -.emotion-9.animated input { +.emotion-14.animated input { -webkit-transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,border 0.2s ease-in-out; transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,border 0.2s ease-in-out; } -.emotion-9 input::-webkit-input-placeholder { +.emotion-14 input::-webkit-input-placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input::-moz-placeholder { +.emotion-14 input::-moz-placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input:-ms-input-placeholder { +.emotion-14 input:-ms-input-placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input::placeholder { +.emotion-14 input::placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input.focused, -.emotion-9 input:active, -.emotion-9 input:focus { +.emotion-14 input.focused, +.emotion-14 input:active, +.emotion-14 input:focus { background: rgba(53,112,244,0.05); border-bottom: 2px solid #3570f4; color: #303030; } -.emotion-9 input:invalid { +.emotion-14 input:invalid { background: rgba(53,112,244,0.05); border-bottom: 2px solid #d01111; color: #303030; } -.emotion-9 .message { +.emotion-14 .message { font-size: 12px; left: 0; line-height: 1.8; @@ -347,51 +366,22 @@ exports[`Service Microsegmentation Page should render 1`] = ` top: 2.571rem; } -.emotion-9.error input, -.emotion-9.error input.focused, -.emotion-9.error input:active, -.emotion-9.error input:focus { +.emotion-14.error input, +.emotion-14.error input.focused, +.emotion-14.error input:active, +.emotion-14.error input:focus { border-bottom: 2px solid #d01111; } -.emotion-9.error .message { +.emotion-14.error .message { color: #d01111; } -.emotion-9 input { - background: rgba(242,242,242,0.1); - color: #fff; -} - -.emotion-9 input::-webkit-input-placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input::-moz-placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input:-ms-input-placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input::placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input.focused, -.emotion-9 input:active, -.emotion-9 input:focus { - background: rgba(242,242,242,0.1); - border-bottom: 2px solid #3570f4; - color: #fff; -} - -.emotion-9 input { +.emotion-14 input { padding-right: 36px; } -.emotion-9 .input-icon { +.emotion-14 .input-icon { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -402,33 +392,45 @@ exports[`Service Microsegmentation Page should render 1`] = ` right: 6px; } -.emotion-10 { +.emotion-15 { + fill: #d5d5d5; + cursor: pointer; + vertical-align: text-bottom; +} + +.emotion-16 { + background: #ffffff; + width: 65%; + margin-left: 5px; +} + +.emotion-19 { fill: #3570f4; cursor: inherit; vertical-align: text-bottom; } -.emotion-12 { +.emotion-21 { display: flex; } -.emotion-14 { +.emotion-23 { fill: #fff; cursor: pointer; vertical-align: text-bottom; } -.emotion-15 { +.emotion-24 { position: relative; width: 0; height: 0; } -.emotion-17 { +.emotion-26 { margin-left: 15px; } -.emotion-20 { +.emotion-29 { -webkit-flex: 1 1 calc(100vh - 60px); -ms-flex: 1 1 calc(100vh - 60px); flex: 1 1 calc(100vh - 60px); @@ -436,7 +438,7 @@ exports[`Service Microsegmentation Page should render 1`] = ` font: 300 14px HelveticaNeue-Reg,Helvetica,Arial,sans-serif; } -.emotion-22 { +.emotion-31 { -webkit-align-items: stretch; -webkit-box-align: stretch; -ms-flex-align: stretch; @@ -453,7 +455,7 @@ exports[`Service Microsegmentation Page should render 1`] = ` justify-content: flex-start; } -.emotion-24 { +.emotion-33 { -webkit-align-items: stretch; -webkit-box-align: stretch; -ms-flex-align: stretch; @@ -469,28 +471,28 @@ exports[`Service Microsegmentation Page should render 1`] = ` flex-direction: column; } -.emotion-28 { +.emotion-37 { background: linear-gradient(to top, #f2f2f2, #fff); padding: 20px 30px 0; } -.emotion-30 { +.emotion-39 { font: 600 20px HelveticaNeue-Reg,Helvetica,Arial,sans-serif; margin-bottom: 10px; } -.emotion-32 { +.emotion-41 { color: #3570f4; -webkit-text-decoration: none; text-decoration: none; cursor: pointer; } -.emotion-34 { +.emotion-43 { margin: 20px 0; } -.emotion-36 { +.emotion-45 { display: flex; -webkit-box-flex-flow: row nowrap; -webkit-flex-flow: row nowrap; @@ -498,21 +500,21 @@ exports[`Service Microsegmentation Page should render 1`] = ` flex-flow: row nowrap; } -.emotion-38 { +.emotion-47 { padding-right: 50px; } -.emotion-40 { +.emotion-49 { font-weight: 600; } -.emotion-42 { +.emotion-51 { color: #9a9a9a; font-size: 12px; text-transform: uppercase; } -.emotion-44 { +.emotion-53 { -webkit-align-items: stretch; -webkit-box-align: stretch; -ms-flex-align: stretch; @@ -527,7 +529,7 @@ exports[`Service Microsegmentation Page should render 1`] = ` position: relative; } -.emotion-44.vertical { +.emotion-53.vertical { background: #f5f8fe; display: flex; -webkit-flex-direction: column; @@ -540,7 +542,7 @@ exports[`Service Microsegmentation Page should render 1`] = ` width: 300px; } -.emotion-45 { +.emotion-54 { font-family: Helvetica,Arial,sans-serif; font-size: 14px; font-weight: 300; @@ -561,11 +563,11 @@ exports[`Service Microsegmentation Page should render 1`] = ` z-index: 1; } -.emotion-45:hover { +.emotion-54:hover { color: #3570f4; } -.emotion-45.active { +.emotion-54.active { background: #fff; border-top-left-radius: 2px; border-top-right-radius: 2px; @@ -573,11 +575,11 @@ exports[`Service Microsegmentation Page should render 1`] = ` cursor: initial; } -.emotion-45.active:hover { +.emotion-54.active:hover { color: #303030; } -.emotion-45.vertical { +.emotion-54.vertical { background: #f5f8fe; border-left: solid 4px #f5f8fe; height: 24px; @@ -589,21 +591,21 @@ exports[`Service Microsegmentation Page should render 1`] = ` text-align: left; } -.emotion-45.vertical.active { +.emotion-54.vertical.active { background: #fff; border-left: solid 4px #3697f2; color: #303030; } -.emotion-45.vertical.active:hover { +.emotion-54.vertical.active:hover { color: #303030; } -.emotion-46 { +.emotion-55 { margin: 20px; } -.emotion-48 { +.emotion-57 { padding-bottom: 20px; display: flex; -webkit-box-pack: justify; @@ -620,11 +622,11 @@ exports[`Service Microsegmentation Page should render 1`] = ` float: right; } -.emotion-50 { +.emotion-59 { margin-right: 10px; } -.emotion-52 { +.emotion-61 { border: none; border-radius: 2px; box-shadow: 0 0 0 1px #3697f2 inset; @@ -649,25 +651,25 @@ exports[`Service Microsegmentation Page should render 1`] = ` color: #3697f2; } -.emotion-52:first-of-type { +.emotion-61:first-of-type { margin-left: 0; } -.emotion-52:disabled { +.emotion-61:disabled { background: rgba(48,48,48,0.1); color: rgba(48,48,48,0.2); cursor: not-allowed; } -.emotion-52:disabled { +.emotion-61:disabled { box-shadow: 0 0 0 1px rgba(48,48,48,0.1) inset; } -.emotion-52:hover:not(:disabled) { +.emotion-61:hover:not(:disabled) { background: #d7e2fd; } -.emotion-53 { +.emotion-62 { width: 100%; border-spacing: 0; display: table; @@ -682,7 +684,7 @@ exports[`Service Microsegmentation Page should render 1`] = ` height: 50px; } -.emotion-55 { +.emotion-64 { height: 25px; margin-left: 10px; margin-top: 10px; @@ -694,18 +696,18 @@ exports[`Service Microsegmentation Page should render 1`] = ` font-weight: lighter; } -.emotion-57 { +.emotion-66 { margin-right: 10px; verticalalign: bottom; } -.emotion-59 { +.emotion-68 { fill: #188fff; cursor: pointer; vertical-align: text-bottom; } -.emotion-60 { +.emotion-69 { text-align: left; border-bottom: 2px solid #d5d5d5; color: #9a9a9a; @@ -718,7 +720,7 @@ exports[`Service Microsegmentation Page should render 1`] = ` word-break: break-all; } -.emotion-64 { +.emotion-73 { text-align: left; border-bottom: 2px solid #d5d5d5; color: #9a9a9a; @@ -731,7 +733,7 @@ exports[`Service Microsegmentation Page should render 1`] = ` word-break: break-all; } -.emotion-74 { +.emotion-83 { text-align: center; border-bottom: 2px solid #d5d5d5; color: #9a9a9a; @@ -744,7 +746,7 @@ exports[`Service Microsegmentation Page should render 1`] = ` word-break: break-all; } -.emotion-82 { +.emotion-91 { background-color: #3570f40D; text-align: left; padding: 5px 0 5px 15px; @@ -752,7 +754,7 @@ exports[`Service Microsegmentation Page should render 1`] = ` word-break: break-all; } -.emotion-88 { +.emotion-97 { background-color: #3570f40D; text-align: left; padding: 5px 0 5px 15px; @@ -762,7 +764,7 @@ exports[`Service Microsegmentation Page should render 1`] = ` text-decoration: dashed underline; } -.emotion-97 { +.emotion-106 { background-color: #3570f40D; text-align: center; padding: 5px 0 5px 15px; @@ -772,7 +774,7 @@ exports[`Service Microsegmentation Page should render 1`] = ` text-decoration: dashed underline; } -.emotion-100 { +.emotion-109 { background-color: #3570f40D; text-align: center; padding: 5px 0 5px 15px; @@ -780,14 +782,14 @@ exports[`Service Microsegmentation Page should render 1`] = ` word-break: break-all; } -.emotion-108 { +.emotion-117 { text-align: left; padding: 5px 0 5px 15px; vertical-align: middle; word-break: break-all; } -.emotion-114 { +.emotion-123 { text-align: left; padding: 5px 0 5px 15px; vertical-align: middle; @@ -796,7 +798,7 @@ exports[`Service Microsegmentation Page should render 1`] = ` text-decoration: dashed underline; } -.emotion-123 { +.emotion-132 { text-align: center; padding: 5px 0 5px 15px; vertical-align: middle; @@ -805,14 +807,14 @@ exports[`Service Microsegmentation Page should render 1`] = ` text-decoration: dashed underline; } -.emotion-126 { +.emotion-135 { text-align: center; padding: 5px 0 5px 15px; vertical-align: middle; word-break: break-all; } -.emotion-185 { +.emotion-194 { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -835,13 +837,13 @@ exports[`Service Microsegmentation Page should render 1`] = ` width: 20px; } -.emotion-187 { +.emotion-196 { fill: #303030; cursor: inherit; vertical-align: text-bottom; } -.emotion-188 { +.emotion-197 { margin-right: 0; border-left: 1px solid #d5d5d5; -webkit-flex: 0 0 350px; @@ -856,7 +858,7 @@ exports[`Service Microsegmentation Page should render 1`] = ` width: 350px; } -.emotion-190 { +.emotion-199 { -webkit-align-items: baseline; -webkit-box-align: baseline; -ms-flex-align: baseline; @@ -872,38 +874,38 @@ exports[`Service Microsegmentation Page should render 1`] = ` padding: 20px 30px 20px 15px; } -.emotion-192 { +.emotion-201 { font-size: 16px; font-weight: 600; } -.emotion-194 { +.emotion-203 { color: #3570f4; -webkit-text-decoration: none; text-decoration: none; cursor: pointer; } -.emotion-196 { +.emotion-205 { padding: 0 5px; color: #d5d5d5; } -.emotion-200 { +.emotion-209 { padding: 0 30px 0 15px; } -.emotion-202 { +.emotion-211 { padding: 10px 0; display: flex; } -.emotion-204 { +.emotion-213 { font-size: 1.25em; margin-right: 5px; } -.emotion-206 { +.emotion-215 { fill: #303030; cursor: inherit; vertical-align: baseline; @@ -941,40 +943,102 @@ exports[`Service Microsegmentation Page should render 1`] = ` data-testid="navbar-item" >
-
- +
+ +
+ + + arrowhead-down + + + +
+
+
+
+ class="emotion-16 emotion-17" + > +
+ +
+ + + search + + + +
+
+
+
@@ -983,11 +1047,11 @@ exports[`Service Microsegmentation Page should render 1`] = ` data-testid="navbar-item" >
2022-10-02 14:37 UTC
MODIFIED DATE
@@ -1089,11 +1153,11 @@ exports[`Service Microsegmentation Page should render 1`] = `
Tags @@ -1101,14 +1165,14 @@ exports[`Service Microsegmentation Page should render 1`] = `
Identifier Destination Service Destination Port Source Service Source Port Layer Scope Enforcement State Edit Delete @@ -1233,34 +1297,34 @@ exports[`Service Microsegmentation Page should render 1`] = `
test1 openhouse 4443 1024-65535 TCP OnPrem
test2 openhouse 8443-8444 1024-65535 TCP OnPrem
Identifier Source Service Source Port Destination Service Destination Port Layer Scope Enforcement State Edit Delete @@ -1618,34 +1682,34 @@ exports[`Service Microsegmentation Page should render 1`] = `
test2 openhouse 1024-65535 4443 TCP OnPrem
athens.ci diff --git a/ui/src/__tests__/pages/domain/[domain]/service/[service]/__snapshots__/tags.test.js.snap b/ui/src/__tests__/pages/domain/[domain]/service/[service]/__snapshots__/tags.test.js.snap index 8d66d7469cc..0c1de8b8cec 100644 --- a/ui/src/__tests__/pages/domain/[domain]/service/[service]/__snapshots__/tags.test.js.snap +++ b/ui/src/__tests__/pages/domain/[domain]/service/[service]/__snapshots__/tags.test.js.snap @@ -265,6 +265,25 @@ exports[`Service Tag Page should render 1`] = ` } .emotion-9 { + display: flex; + width: 100%; +} + +.emotion-11 { + background: #ffffff; + width: 35%; +} + +.emotion-13 { + position: relative; + width: 100%; +} + +.emotion-13 input { + cursor: pointer; +} + +.emotion-14 { box-sizing: border-box; display: inline-flex; -webkit-box-flex-flow: row nowrap; @@ -278,7 +297,7 @@ exports[`Service Tag Page should render 1`] = ` width: 100%; } -.emotion-9 input { +.emotion-14 input { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; @@ -304,42 +323,42 @@ exports[`Service Tag Page should render 1`] = ` width: 100%; } -.emotion-9.animated input { +.emotion-14.animated input { -webkit-transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,border 0.2s ease-in-out; transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,border 0.2s ease-in-out; } -.emotion-9 input::-webkit-input-placeholder { +.emotion-14 input::-webkit-input-placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input::-moz-placeholder { +.emotion-14 input::-moz-placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input:-ms-input-placeholder { +.emotion-14 input:-ms-input-placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input::placeholder { +.emotion-14 input::placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input.focused, -.emotion-9 input:active, -.emotion-9 input:focus { +.emotion-14 input.focused, +.emotion-14 input:active, +.emotion-14 input:focus { background: rgba(53,112,244,0.05); border-bottom: 2px solid #3570f4; color: #303030; } -.emotion-9 input:invalid { +.emotion-14 input:invalid { background: rgba(53,112,244,0.05); border-bottom: 2px solid #d01111; color: #303030; } -.emotion-9 .message { +.emotion-14 .message { font-size: 12px; left: 0; line-height: 1.8; @@ -347,51 +366,22 @@ exports[`Service Tag Page should render 1`] = ` top: 2.571rem; } -.emotion-9.error input, -.emotion-9.error input.focused, -.emotion-9.error input:active, -.emotion-9.error input:focus { +.emotion-14.error input, +.emotion-14.error input.focused, +.emotion-14.error input:active, +.emotion-14.error input:focus { border-bottom: 2px solid #d01111; } -.emotion-9.error .message { +.emotion-14.error .message { color: #d01111; } -.emotion-9 input { - background: rgba(242,242,242,0.1); - color: #fff; -} - -.emotion-9 input::-webkit-input-placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input::-moz-placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input:-ms-input-placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input::placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input.focused, -.emotion-9 input:active, -.emotion-9 input:focus { - background: rgba(242,242,242,0.1); - border-bottom: 2px solid #3570f4; - color: #fff; -} - -.emotion-9 input { +.emotion-14 input { padding-right: 36px; } -.emotion-9 .input-icon { +.emotion-14 .input-icon { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -402,33 +392,45 @@ exports[`Service Tag Page should render 1`] = ` right: 6px; } -.emotion-10 { +.emotion-15 { + fill: #d5d5d5; + cursor: pointer; + vertical-align: text-bottom; +} + +.emotion-16 { + background: #ffffff; + width: 65%; + margin-left: 5px; +} + +.emotion-19 { fill: #3570f4; cursor: inherit; vertical-align: text-bottom; } -.emotion-12 { +.emotion-21 { display: flex; } -.emotion-14 { +.emotion-23 { fill: #fff; cursor: pointer; vertical-align: text-bottom; } -.emotion-15 { +.emotion-24 { position: relative; width: 0; height: 0; } -.emotion-17 { +.emotion-26 { margin-left: 15px; } -.emotion-20 { +.emotion-29 { -webkit-flex: 1 1 calc(100vh - 60px); -ms-flex: 1 1 calc(100vh - 60px); flex: 1 1 calc(100vh - 60px); @@ -436,7 +438,7 @@ exports[`Service Tag Page should render 1`] = ` font: 300 14px HelveticaNeue-Reg,Helvetica,Arial,sans-serif; } -.emotion-22 { +.emotion-31 { -webkit-align-items: stretch; -webkit-box-align: stretch; -ms-flex-align: stretch; @@ -453,7 +455,7 @@ exports[`Service Tag Page should render 1`] = ` justify-content: flex-start; } -.emotion-24 { +.emotion-33 { -webkit-align-items: stretch; -webkit-box-align: stretch; -ms-flex-align: stretch; @@ -469,28 +471,28 @@ exports[`Service Tag Page should render 1`] = ` flex-direction: column; } -.emotion-28 { +.emotion-37 { background: linear-gradient(to top, #f2f2f2, #fff); padding: 20px 30px 0; } -.emotion-30 { +.emotion-39 { font: 600 20px HelveticaNeue-Reg,Helvetica,Arial,sans-serif; margin-bottom: 10px; } -.emotion-32 { +.emotion-41 { color: #3570f4; -webkit-text-decoration: none; text-decoration: none; cursor: pointer; } -.emotion-34 { +.emotion-43 { margin: 20px 0; } -.emotion-36 { +.emotion-45 { display: flex; -webkit-box-flex-flow: row nowrap; -webkit-flex-flow: row nowrap; @@ -498,21 +500,21 @@ exports[`Service Tag Page should render 1`] = ` flex-flow: row nowrap; } -.emotion-38 { +.emotion-47 { padding-right: 50px; } -.emotion-40 { +.emotion-49 { font-weight: 600; } -.emotion-42 { +.emotion-51 { color: #9a9a9a; font-size: 12px; text-transform: uppercase; } -.emotion-44 { +.emotion-53 { -webkit-align-items: stretch; -webkit-box-align: stretch; -ms-flex-align: stretch; @@ -527,7 +529,7 @@ exports[`Service Tag Page should render 1`] = ` position: relative; } -.emotion-44.vertical { +.emotion-53.vertical { background: #f5f8fe; display: flex; -webkit-flex-direction: column; @@ -540,7 +542,7 @@ exports[`Service Tag Page should render 1`] = ` width: 300px; } -.emotion-45 { +.emotion-54 { font-family: Helvetica,Arial,sans-serif; font-size: 14px; font-weight: 300; @@ -561,11 +563,11 @@ exports[`Service Tag Page should render 1`] = ` z-index: 1; } -.emotion-45:hover { +.emotion-54:hover { color: #3570f4; } -.emotion-45.active { +.emotion-54.active { background: #fff; border-top-left-radius: 2px; border-top-right-radius: 2px; @@ -573,11 +575,11 @@ exports[`Service Tag Page should render 1`] = ` cursor: initial; } -.emotion-45.active:hover { +.emotion-54.active:hover { color: #303030; } -.emotion-45.vertical { +.emotion-54.vertical { background: #f5f8fe; border-left: solid 4px #f5f8fe; height: 24px; @@ -589,21 +591,21 @@ exports[`Service Tag Page should render 1`] = ` text-align: left; } -.emotion-45.vertical.active { +.emotion-54.vertical.active { background: #fff; border-left: solid 4px #3697f2; color: #303030; } -.emotion-45.vertical.active:hover { +.emotion-54.vertical.active:hover { color: #303030; } -.emotion-46 { +.emotion-55 { margin: 20px; } -.emotion-48 { +.emotion-57 { padding-bottom: 20px; display: flex; -webkit-box-pack: justify; @@ -620,7 +622,7 @@ exports[`Service Tag Page should render 1`] = ` float: right; } -.emotion-50 { +.emotion-59 { border: none; border-radius: 2px; box-shadow: 0 0 0 1px #3697f2 inset; @@ -645,25 +647,25 @@ exports[`Service Tag Page should render 1`] = ` color: #3697f2; } -.emotion-50:first-of-type { +.emotion-59:first-of-type { margin-left: 0; } -.emotion-50:disabled { +.emotion-59:disabled { background: rgba(48,48,48,0.1); color: rgba(48,48,48,0.2); cursor: not-allowed; } -.emotion-50:disabled { +.emotion-59:disabled { box-shadow: 0 0 0 1px rgba(48,48,48,0.1) inset; } -.emotion-50:hover:not(:disabled) { +.emotion-59:hover:not(:disabled) { background: #d7e2fd; } -.emotion-51 { +.emotion-60 { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -686,13 +688,13 @@ exports[`Service Tag Page should render 1`] = ` width: 20px; } -.emotion-53 { +.emotion-62 { fill: #303030; cursor: inherit; vertical-align: text-bottom; } -.emotion-54 { +.emotion-63 { margin-right: 0; border-left: 1px solid #d5d5d5; -webkit-flex: 0 0 350px; @@ -707,7 +709,7 @@ exports[`Service Tag Page should render 1`] = ` width: 350px; } -.emotion-56 { +.emotion-65 { -webkit-align-items: baseline; -webkit-box-align: baseline; -ms-flex-align: baseline; @@ -723,38 +725,38 @@ exports[`Service Tag Page should render 1`] = ` padding: 20px 30px 20px 15px; } -.emotion-58 { +.emotion-67 { font-size: 16px; font-weight: 600; } -.emotion-60 { +.emotion-69 { color: #3570f4; -webkit-text-decoration: none; text-decoration: none; cursor: pointer; } -.emotion-62 { +.emotion-71 { padding: 0 5px; color: #d5d5d5; } -.emotion-66 { +.emotion-75 { padding: 0 30px 0 15px; } -.emotion-68 { +.emotion-77 { padding: 10px 0; display: flex; } -.emotion-70 { +.emotion-79 { font-size: 1.25em; margin-right: 5px; } -.emotion-72 { +.emotion-81 { fill: #303030; cursor: inherit; vertical-align: baseline; @@ -792,40 +794,102 @@ exports[`Service Tag Page should render 1`] = ` data-testid="navbar-item" >
-
- +
+ +
+ + + arrowhead-down + + + +
+
+
+
+ class="emotion-16 emotion-17" + > +
+ +
+ + + search + + + +
+
+
+
@@ -834,11 +898,11 @@ exports[`Service Tag Page should render 1`] = ` data-testid="navbar-item" >
2022-10-02 14:37 UTC
MODIFIED DATE
@@ -940,11 +1004,11 @@ exports[`Service Tag Page should render 1`] = `
Tags @@ -952,15 +1016,15 @@ exports[`Service Tag Page should render 1`] = `
@@ -974,11 +1038,11 @@ exports[`Service Tag Page should render 1`] = ` data-testid="user-domains" >
athens.ci diff --git a/ui/src/__tests__/pages/domain/[domain]/service/[service]/instance/__snapshots__/dynamic.test.js.snap b/ui/src/__tests__/pages/domain/[domain]/service/[service]/instance/__snapshots__/dynamic.test.js.snap index e21d3358648..0a68a1b2455 100644 --- a/ui/src/__tests__/pages/domain/[domain]/service/[service]/instance/__snapshots__/dynamic.test.js.snap +++ b/ui/src/__tests__/pages/domain/[domain]/service/[service]/instance/__snapshots__/dynamic.test.js.snap @@ -265,6 +265,25 @@ exports[`DynamicInstancePage should render 1`] = ` } .emotion-9 { + display: flex; + width: 100%; +} + +.emotion-11 { + background: #ffffff; + width: 35%; +} + +.emotion-13 { + position: relative; + width: 100%; +} + +.emotion-13 input { + cursor: pointer; +} + +.emotion-14 { box-sizing: border-box; display: inline-flex; -webkit-box-flex-flow: row nowrap; @@ -278,7 +297,7 @@ exports[`DynamicInstancePage should render 1`] = ` width: 100%; } -.emotion-9 input { +.emotion-14 input { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; @@ -304,42 +323,42 @@ exports[`DynamicInstancePage should render 1`] = ` width: 100%; } -.emotion-9.animated input { +.emotion-14.animated input { -webkit-transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,border 0.2s ease-in-out; transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,border 0.2s ease-in-out; } -.emotion-9 input::-webkit-input-placeholder { +.emotion-14 input::-webkit-input-placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input::-moz-placeholder { +.emotion-14 input::-moz-placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input:-ms-input-placeholder { +.emotion-14 input:-ms-input-placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input::placeholder { +.emotion-14 input::placeholder { color: rgba(48,48,48,0.6); } -.emotion-9 input.focused, -.emotion-9 input:active, -.emotion-9 input:focus { +.emotion-14 input.focused, +.emotion-14 input:active, +.emotion-14 input:focus { background: rgba(53,112,244,0.05); border-bottom: 2px solid #3570f4; color: #303030; } -.emotion-9 input:invalid { +.emotion-14 input:invalid { background: rgba(53,112,244,0.05); border-bottom: 2px solid #d01111; color: #303030; } -.emotion-9 .message { +.emotion-14 .message { font-size: 12px; left: 0; line-height: 1.8; @@ -347,51 +366,22 @@ exports[`DynamicInstancePage should render 1`] = ` top: 2.571rem; } -.emotion-9.error input, -.emotion-9.error input.focused, -.emotion-9.error input:active, -.emotion-9.error input:focus { +.emotion-14.error input, +.emotion-14.error input.focused, +.emotion-14.error input:active, +.emotion-14.error input:focus { border-bottom: 2px solid #d01111; } -.emotion-9.error .message { +.emotion-14.error .message { color: #d01111; } -.emotion-9 input { - background: rgba(242,242,242,0.1); - color: #fff; -} - -.emotion-9 input::-webkit-input-placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input::-moz-placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input:-ms-input-placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input::placeholder { - color: rgba(255,255,255,0.6); -} - -.emotion-9 input.focused, -.emotion-9 input:active, -.emotion-9 input:focus { - background: rgba(242,242,242,0.1); - border-bottom: 2px solid #3570f4; - color: #fff; -} - -.emotion-9 input { +.emotion-14 input { padding-right: 36px; } -.emotion-9 .input-icon { +.emotion-14 .input-icon { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -402,33 +392,45 @@ exports[`DynamicInstancePage should render 1`] = ` right: 6px; } -.emotion-10 { +.emotion-15 { + fill: #d5d5d5; + cursor: pointer; + vertical-align: text-bottom; +} + +.emotion-16 { + background: #ffffff; + width: 65%; + margin-left: 5px; +} + +.emotion-19 { fill: #3570f4; cursor: inherit; vertical-align: text-bottom; } -.emotion-12 { +.emotion-21 { display: flex; } -.emotion-14 { +.emotion-23 { fill: #fff; cursor: pointer; vertical-align: text-bottom; } -.emotion-15 { +.emotion-24 { position: relative; width: 0; height: 0; } -.emotion-17 { +.emotion-26 { margin-left: 15px; } -.emotion-20 { +.emotion-29 { -webkit-flex: 1 1 calc(100vh - 60px); -ms-flex: 1 1 calc(100vh - 60px); flex: 1 1 calc(100vh - 60px); @@ -436,7 +438,7 @@ exports[`DynamicInstancePage should render 1`] = ` font: 300 14px HelveticaNeue-Reg,Helvetica,Arial,sans-serif; } -.emotion-22 { +.emotion-31 { -webkit-align-items: stretch; -webkit-box-align: stretch; -ms-flex-align: stretch; @@ -453,7 +455,7 @@ exports[`DynamicInstancePage should render 1`] = ` justify-content: flex-start; } -.emotion-24 { +.emotion-33 { -webkit-align-items: stretch; -webkit-box-align: stretch; -ms-flex-align: stretch; @@ -469,39 +471,39 @@ exports[`DynamicInstancePage should render 1`] = ` flex-direction: column; } -.emotion-28 { +.emotion-37 { background: linear-gradient(to top, #f2f2f2, #fff); padding: 20px 30px 0; } -.emotion-30 { +.emotion-39 { font: 600 20px HelveticaNeue-Reg,Helvetica,Arial,sans-serif; margin-bottom: 10px; } -.emotion-32 { +.emotion-41 { color: #3570f4; -webkit-text-decoration: none; text-decoration: none; cursor: pointer; } -.emotion-34 { +.emotion-43 { margin: 3px; vertical-align: 3px; } -.emotion-36 { +.emotion-45 { fill: #0072df; cursor: pointer; vertical-align: text-bottom; } -.emotion-37 { +.emotion-46 { margin: 20px 0; } -.emotion-39 { +.emotion-48 { display: flex; -webkit-box-flex-flow: row nowrap; -webkit-flex-flow: row nowrap; @@ -509,15 +511,15 @@ exports[`DynamicInstancePage should render 1`] = ` flex-flow: row nowrap; } -.emotion-41 { +.emotion-50 { padding-right: 50px; } -.emotion-43 { +.emotion-52 { font-weight: 600; } -.emotion-45 { +.emotion-54 { color: #9a9a9a; -webkit-text-decoration: none; text-decoration: none; @@ -525,12 +527,12 @@ exports[`DynamicInstancePage should render 1`] = ` cursor: pointer; } -.emotion-47 { +.emotion-56 { margin: 3px; vertical-align: 2px; } -.emotion-59 { +.emotion-68 { -webkit-align-items: stretch; -webkit-box-align: stretch; -ms-flex-align: stretch; @@ -545,7 +547,7 @@ exports[`DynamicInstancePage should render 1`] = ` position: relative; } -.emotion-59.vertical { +.emotion-68.vertical { background: #f5f8fe; display: flex; -webkit-flex-direction: column; @@ -558,7 +560,7 @@ exports[`DynamicInstancePage should render 1`] = ` width: 300px; } -.emotion-60 { +.emotion-69 { font-family: Helvetica,Arial,sans-serif; font-size: 14px; font-weight: 300; @@ -579,11 +581,11 @@ exports[`DynamicInstancePage should render 1`] = ` z-index: 1; } -.emotion-60:hover { +.emotion-69:hover { color: #3570f4; } -.emotion-60.active { +.emotion-69.active { background: #fff; border-top-left-radius: 2px; border-top-right-radius: 2px; @@ -591,11 +593,11 @@ exports[`DynamicInstancePage should render 1`] = ` cursor: initial; } -.emotion-60.active:hover { +.emotion-69.active:hover { color: #303030; } -.emotion-60.vertical { +.emotion-69.vertical { background: #f5f8fe; border-left: solid 4px #f5f8fe; height: 24px; @@ -607,21 +609,21 @@ exports[`DynamicInstancePage should render 1`] = ` text-align: left; } -.emotion-60.vertical.active { +.emotion-69.vertical.active { background: #fff; border-left: solid 4px #3697f2; color: #303030; } -.emotion-60.vertical.active:hover { +.emotion-69.vertical.active:hover { color: #303030; } -.emotion-61 { +.emotion-70 { margin: 20px; } -.emotion-63 { +.emotion-72 { padding-bottom: 20px; display: flex; -webkit-box-pack: justify; @@ -637,151 +639,11 @@ exports[`DynamicInstancePage should render 1`] = ` flex-flow: row nowrap; } -.emotion-65 { - width: 50%; -} - -.emotion-67 { - display: flex; - width: 100%; -} - -.emotion-69 { - background: #ffffff; - width: 35%; -} - -.emotion-71 { - position: relative; - width: 100%; -} - -.emotion-71 input { - cursor: pointer; -} - -.emotion-72 { - box-sizing: border-box; - display: inline-flex; - -webkit-box-flex-flow: row nowrap; - -webkit-flex-flow: row nowrap; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - font-family: Helvetica,Arial,sans-serif; - font-size: 14px; - font-weight: 300; - position: relative; - width: 100%; -} - -.emotion-72 input { - -webkit-appearance: none; - -moz-appearance: none; - -ms-appearance: none; - appearance: none; - background: rgba(53,112,244,0.05); - border-top: 2px solid transparent; - border-bottom: 2px solid transparent; - border-right: transparent; - border-left: transparent; - border-radius: 2px; - box-shadow: none; - box-sizing: border-box; - color: #303030; - -webkit-flex: 1 0 auto; - -ms-flex: 1 0 auto; - flex: 1 0 auto; - font: inherit; - height: 36px; - margin: 0; - outline: none; - padding: 0 1rem; - text-align: left; - width: 100%; -} - -.emotion-72.animated input { - -webkit-transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,border 0.2s ease-in-out; - transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,border 0.2s ease-in-out; -} - -.emotion-72 input::-webkit-input-placeholder { - color: rgba(48,48,48,0.6); -} - -.emotion-72 input::-moz-placeholder { - color: rgba(48,48,48,0.6); -} - -.emotion-72 input:-ms-input-placeholder { - color: rgba(48,48,48,0.6); -} - -.emotion-72 input::placeholder { - color: rgba(48,48,48,0.6); -} - -.emotion-72 input.focused, -.emotion-72 input:active, -.emotion-72 input:focus { - background: rgba(53,112,244,0.05); - border-bottom: 2px solid #3570f4; - color: #303030; -} - -.emotion-72 input:invalid { - background: rgba(53,112,244,0.05); - border-bottom: 2px solid #d01111; - color: #303030; -} - -.emotion-72 .message { - font-size: 12px; - left: 0; - line-height: 1.8; - position: absolute; - top: 2.571rem; -} - -.emotion-72.error input, -.emotion-72.error input.focused, -.emotion-72.error input:active, -.emotion-72.error input:focus { - border-bottom: 2px solid #d01111; -} - -.emotion-72.error .message { - color: #d01111; -} - -.emotion-72 input { - padding-right: 36px; -} - -.emotion-72 .input-icon { - -webkit-align-items: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: flex; - height: 36px; - position: absolute; - right: 6px; -} - -.emotion-73 { - fill: #d5d5d5; - cursor: pointer; - vertical-align: text-bottom; -} - .emotion-74 { - background: #ffffff; - width: 65%; - margin-left: 5px; + width: 50%; } -.emotion-78 { +.emotion-87 { width: 100%; border-spacing: 0 15px; display: table; @@ -789,7 +651,7 @@ exports[`DynamicInstancePage should render 1`] = ` border-color: grey; } -.emotion-80 { +.emotion-89 { text-align: left; border-bottom: 2px solid #d5d5d5; color: #9a9a9a; @@ -800,7 +662,7 @@ exports[`DynamicInstancePage should render 1`] = ` padding: 5px 0 5px 25px; } -.emotion-94 { +.emotion-103 { box-sizing: border-box; margin-top: 10px; box-shadow: 0 1px 4px #d9d9d9; @@ -810,13 +672,13 @@ exports[`DynamicInstancePage should render 1`] = ` padding: 5px 0 5px 15px; } -.emotion-96 { +.emotion-105 { text-align: left; padding: 5px 0 5px 15px; vertical-align: middle; } -.emotion-98 { +.emotion-107 { display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; @@ -824,19 +686,19 @@ exports[`DynamicInstancePage should render 1`] = ` padding-bottom: 10px; } -.emotion-110 { +.emotion-119 { text-align: center; padding: 5px 0 5px 15px; vertical-align: middle; } -.emotion-112 { +.emotion-121 { fill: #188fff; cursor: pointer; vertical-align: text-bottom; } -.emotion-113 { +.emotion-122 { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -859,13 +721,13 @@ exports[`DynamicInstancePage should render 1`] = ` width: 20px; } -.emotion-115 { +.emotion-124 { fill: #303030; cursor: inherit; vertical-align: text-bottom; } -.emotion-116 { +.emotion-125 { margin-right: 0; border-left: 1px solid #d5d5d5; -webkit-flex: 0 0 350px; @@ -880,7 +742,7 @@ exports[`DynamicInstancePage should render 1`] = ` width: 350px; } -.emotion-118 { +.emotion-127 { -webkit-align-items: baseline; -webkit-box-align: baseline; -ms-flex-align: baseline; @@ -896,38 +758,38 @@ exports[`DynamicInstancePage should render 1`] = ` padding: 20px 30px 20px 15px; } -.emotion-120 { +.emotion-129 { font-size: 16px; font-weight: 600; } -.emotion-122 { +.emotion-131 { color: #3570f4; -webkit-text-decoration: none; text-decoration: none; cursor: pointer; } -.emotion-124 { +.emotion-133 { padding: 0 5px; color: #d5d5d5; } -.emotion-128 { +.emotion-137 { padding: 0 30px 0 15px; } -.emotion-130 { +.emotion-139 { padding: 10px 0; display: flex; } -.emotion-132 { +.emotion-141 { font-size: 1.25em; margin-right: 5px; } -.emotion-134 { +.emotion-143 { fill: #303030; cursor: inherit; vertical-align: baseline; @@ -965,40 +827,102 @@ exports[`DynamicInstancePage should render 1`] = ` data-testid="navbar-item" >
-
- +
+ +
+ + + arrowhead-down + + + +
+
+
+
+ class="emotion-16 emotion-17" + > +
+ +
+ + + search + + + +
+
+
+
@@ -1007,11 +931,11 @@ exports[`DynamicInstancePage should render 1`] = ` data-testid="navbar-item" >
10
Total Dynamic Instances
8
Total Healthy Dynamic Instances
Tags @@ -1209,40 +1133,40 @@ exports[`DynamicInstancePage should render 1`] = `