-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
34 lines (34 loc) · 225 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
/* Table columns */ .st2-flex-table__column.st2-actions__column-utility { flex: none; width: 20px; } .st2-flex-table__column.st2-actions__column-name { flex: 1 50px; } .st2-flex-table__column.st2-actions__column-type { flex: 1 50px; } .st2-flex-table__column.st2-actions__column-desc { overflow: hidden; flex: 3 0 100px; text-overflow: ellipsis; } .st2-actions .st2-flex-table__row { padding: 10px 0; } .st2-flex-table__column.st2-actions__details-column-meta { flex: 0 50px; word-spacing: 10px; } .st2-flex-table__column.st2-actions__details-column-status { flex: 0 100px; } .st2-flex-table__column.st2-actions__details-column-time { flex: 1; } .st2-flex-table__column.st2-actions__details-column-utility { flex: none; width: 30px; cursor: pointer; } .st2-flex-table__column.st2-actions__details-column-history { font-size: 18px; position: relative; flex: 0 20px; height: 18px; text-align: right; color: #515151; } .st2-actions__executions .st2-flex-table { margin-bottom: 10px; border: 0; } .st2-actions__executions .st2-history-child { border: solid #bbbbbc; border-width: 0 1px 1px 0; } .st2-actions__executions .st2-history-child .st2-history-child { border: 0; }
._stackstorm_app_code__component { padding: 10px 20px; width: 100%; height: 100%; overflow: auto; } ._stackstorm_app_code__warning { background-color: #FFEAA8; border: 1px solid #FFC237; color: #826200; padding: 5px; border-radius: 3px; display: inline-block; } ._stackstorm_app_code__back { font-family: Roboto,sans-serif; font-size: 16px; font-weight: normal; margin-right: 10px; } ._stackstorm_app_code__back:link,._stackstorm_app_code__back:visited { color: #000; } ._stackstorm_app_code__back:-webkit-any-link { color: #000; } ._stackstorm_app_code__back:-moz-any-link { color: #000; } ._stackstorm_app_code__back:any-link { color: #000; } ._stackstorm_app_code__back:before { font-family: "brocadeicons"; font-weight: bold; font-style: normal; font-size: 14px; width: 100%; margin-right: 0.25em; content: "\E973"; }
/* Table columns */ .st2-flex-table__column.st2-history__column-utility { font-size: 10px; position: relative; flex: none; width: 30px; } .st2-flex-table__column.st2-history__column-utility i { position: absolute; top: 50%; height: 14px; margin-top: -7px; } .st2-flex-table__column.st2-history__column-meta { flex: 0 90px; padding-top: 2px; } .st2-flex-table__column.st2-history__column-action { flex: 3 90px; } .st2-flex-table__column.st2-history__column-triggered { flex: 2 90px; } .st2-history__column-action-name, .st2-history__column-rule-name, .st2-history__column-trigger-type, .st2-history__column-user-name, .st2-history__column-app-name { font-weight: bold; line-height: normal; display: block; overflow: hidden; text-overflow: ellipsis; } .st2-history__column-trigger-type, .st2-history__column-user-name, .st2-history__column-app-name { font-weight: normal; } .st2-history__column-app-name, .st2-history__column-rule-name { padding-top: 1px; } .st2-history__column-action-params { font-size: 11px; font-weight: normal; line-height: 15px; display: inline-block; overflow: hidden; max-width: 100%; text-overflow: ellipsis; } .st2-history__column-action-params:empty { display: none; } .st2-history__column-action-param { display: inline-block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .st2-history__column-action-param:not(:last-child):after { content: ", "; } .st2-history__column-meta-status { word-spacing: 10px; } .st2-history__column-user-name:before { font-family: "brocadeicons"; font-weight: bold; font-style: normal; width: 100%; margin-right: 0.25em; content: "\e94f"; } .st2-history-child { position: relative; min-height: 20px; border-bottom: 1px solid #bbbbbc; border-left: 5px solid #0076C6; } .st2-history-child .st2-history-child { border: 0; } .st2-history-child .st2-flex-card__column { border: 0; } .st2-history-child .st2-flex-card { margin-left: 26px; } .st2-history-child .st2-flex-card--expanded .st2-flex-card__row { box-shadow: none; border: 0; } .st2-history-child .st2-history-child .st2-flex-card { margin-left: 52px; } .st2-history-child .st2-history-child .st2-history-child .st2-flex-card .st2-flex-card__expand, .st2-history-child .st2-flex-card.st2-history-child .st2-flex-card--active .st2-flex-card__expand { /* padding-left: 15px; */ } .st2-history-child .st2-flex-card.st2-history-child .st2-history-child .st2-flex-card--active .st2-flex-card__expand { /* padding-left: 10px; */ } .st2-history__uuid { font-family: "Courier New", monospace; font-size: 13px; line-height: 20px; display: inline-block; padding: 1px 10px 0; color: white; border: none; border-radius: 4px; outline: 0; background: #151a1e; } .st2-history__live-link:link,.st2-history__live-link:visited { cursor: pointer; text-decoration: underline; color: #888; } .st2-history__live-link:-webkit-any-link { cursor: pointer; text-decoration: underline; color: #888; } .st2-history__live-link:-moz-any-link { cursor: pointer; text-decoration: underline; color: #888; } .st2-history__live-link:any-link { cursor: pointer; text-decoration: underline; color: #888; }
._stackstorm_app_inquiry__component { } ._stackstorm_app_inquiry__action-name { font-weight: bold; line-height: normal; display: block; overflow: hidden; text-overflow: ellipsis; }
.st2-packs { }
/* Table columns */ .st2-rules .st2-flex-table__column { position: relative; padding: 10px 15px; } .st2-rules .st2-flex-table__row { padding: 0; } .st2-rules .st2-flex-table--collapsed { padding-bottom: 0; } .st2-rules .st2-flex-table--collapsed .st2-flex-table__caption { border-bottom: 0; } .st2-rules .st2-flex-table--collapsed .st2-flex-rule { display: none; } .st2-rules__column-name { font-size: 16px; overflow: hidden; margin-right: 35px; text-overflow: ellipsis; color: #56a8db; } .st2-rules__column-enabled { position: absolute; top: 50%; right: 20px; margin-top: -10px; } .st2-rules__column-desc { padding-right: 35px; } .st2-rules__label { font-size: 22px; line-height: 32px; float: left; margin-right: 10px; text-transform: uppercase; color: #999; } .st2-rules__name { font-size: 14px; position: relative; top: -2px; display: block; overflow: hidden; text-overflow: ellipsis; } .st2-rules__description { font-size: 12px; position: relative; display: block; overflow: hidden; margin-bottom: -4px; text-overflow: ellipsis; color: #666; } .st2-rules__conditions { display: flex; overflow: hidden; flex-wrap: wrap; border-top: 1px solid #bbbbbc; } .st2-rules__condition-icon { float: left; margin: -5px 12px -5px 2px; } .st2-rules__condition-if { box-sizing: border-box; min-width: 0; max-width: 100%; max-height: 52px; border-bottom: 1px solid #bbbbbc; position: relative; padding: 10px 15px; flex: 1; white-space: nowrap; text-overflow: ellipsis; padding-right: 5px; background: white; min-width: initial; } .st2-rules__condition-if:before, .st2-rules__condition-if:after { position: absolute; z-index: 2; top: 0; right: -22px; display: block; width: 0; height: 0; content: ""; border-width: 26px 11px 26px 11px; border-style: solid; border-color: transparent transparent transparent white; } .st2-rules__condition-if:before { z-index: 1; right: -23px; border-color: transparent transparent transparent #cacaca; } .st2-rules__condition-then { box-sizing: border-box; min-width: 0; max-width: 100%; max-height: 52px; border-bottom: 1px solid #bbbbbc; position: relative; padding: 10px 15px; flex: 1; white-space: nowrap; text-overflow: ellipsis; overflow: visible; padding-left: 25px; background: white; min-width: initial; }
/* Table columns */ .st2-triggers .st2-flex-table__column { position: relative; padding: 10px 15px; } .st2-triggers .st2-flex-table__row { padding: 0; } .st2-triggers .st2-flex-table--collapsed { padding-bottom: 0; } .st2-triggers .st2-flex-table--collapsed .st2-flex-table__caption { border-bottom: 0; } .st2-triggers .st2-flex-table--collapsed .st2-flex-rule { display: none; } .st2-triggers__column-name { font-size: 16px; overflow: hidden; margin-right: 35px; text-overflow: ellipsis; color: #56a8db; } .st2-triggers__column-enabled { position: absolute; top: 50%; right: 20px; margin-top: -10px; } .st2-triggers__column-desc { padding-right: 35px; } .st2-triggers__label { font-size: 22px; line-height: 32px; float: left; margin-right: 10px; text-transform: uppercase; color: #b7d2da; } .st2-triggers__name { font-weight: bold; position: relative; top: -2px; display: block; overflow: hidden; text-overflow: ellipsis; color: #007396; } .st2-triggers__description { position: relative; top: -2px; display: block; overflow: hidden; margin-bottom: -4px; text-overflow: ellipsis; } .st2-triggers__conditions { display: flex; overflow: hidden; flex-wrap: wrap; } .st2-triggers__condition-icon { float: left; margin: -5px 12px -5px 2px; } .st2-triggers__condition-if { box-sizing: border-box; min-width: 0; max-width: 100%; max-height: 52px; border-bottom: 1px solid #bbbbbc; position: relative; padding: 10px 15px; flex: 1; white-space: nowrap; text-overflow: ellipsis; padding-right: 5px; background: white; min-width: initial; } .st2-triggers__condition-if:before, .st2-triggers__condition-if:after { position: absolute; z-index: 2; top: 0; right: -22px; display: block; width: 0; height: 0; content: ""; border-width: 26px 11px 26px 11px; border-style: solid; border-color: transparent transparent transparent white; } .st2-triggers__condition-if:before { z-index: 1; right: -23px; border-color: transparent transparent transparent #cacaca; } .st2-triggers__condition-then { box-sizing: border-box; min-width: 0; max-width: 100%; max-height: 52px; border-bottom: 1px solid #bbbbbc; position: relative; padding: 10px 15px; flex: 1; white-space: nowrap; text-overflow: ellipsis; overflow: visible; padding-left: 25px; background: white; min-width: initial; }
/* Copyright 2021 The StackStorm Authors. Copyright 2020 Extreme Networks, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ /* Document ========================================================================== */ /** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in iOS. */ html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ } /* Sections ========================================================================== */ /** * Remove the margin in all browsers. */ body { margin: 0; } /** * Render the `main` element consistently in IE. */ main { display: block; } /** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */ h1 { font-size: 2em; margin: 0.67em 0; } /* Grouping content ========================================================================== */ /** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */ hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /* Text-level semantics ========================================================================== */ /** * Remove the gray background on active links in IE 10. */ a { background-color: transparent; } /** * 1. Remove the bottom border in Chrome 57- * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ -webkit-text-decoration: underline dotted; text-decoration: underline dotted; /* 2 */ } /** * Add the correct font weight in Chrome, Edge, and Safari. */ b, strong { font-weight: bolder; } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /** * Add the correct font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* Embedded content ========================================================================== */ /** * Remove the border on images inside links in IE 10. */ img { border-style: none; } /* Forms ========================================================================== */ /** * 1. Change the font styles in all browsers. * 2. Remove the margin in Firefox and Safari. */ button, input, optgroup, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ } /** * Show the overflow in IE. * 1. Show the overflow in Edge. */ button, input { /* 1 */ overflow: visible; } /** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ text-transform: none; } /** * Correct the inability to style clickable types in iOS and Safari. */ button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; } /** * Remove the inner border and padding in Firefox. */ button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } /** * Restore the focus styles unset by the previous rule. */ button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; } /** * Correct the padding in Firefox. */ fieldset { padding: 0.35em 0.75em 0.625em; } /** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */ legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } /** * Add the correct vertical alignment in Chrome, Firefox, and Opera. */ progress { vertical-align: baseline; } /** * Remove the default vertical scrollbar in IE 10+. */ textarea { overflow: auto; } /** * 1. Add the correct box sizing in IE 10. * 2. Remove the padding in IE 10. */ [type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * Correct the cursor style of increment and decrement buttons in Chrome. */ [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } /** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */ [type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } /** * Remove the inner padding in Chrome and Safari on macOS. */ [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */ ::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } /* Interactive ========================================================================== */ /* * Add the correct display in Edge, IE 10+, and Firefox. */ details { display: block; } /* * Add the correct display in all browsers. */ summary { display: list-item; } /* Misc ========================================================================== */ /** * Add the correct display in IE 10+. */ template { display: none; } /** * Add the correct display in IE 10. */ [hidden] { display: none; } /* Copyright 2021 The StackStorm Authors. Copyright 2020 Extreme Networks, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ @font-face { font-family: 'st2'; src: url('../font/st2.eot'); src: url('../font/st2.eot#iefix') format('embedded-opentype'), url('../font/st2.woff2') format('woff2'), url('../font/st2.woff') format('woff'), url('../font/st2.ttf') format('truetype'), url('../font/st2.svg#st2') format('svg'); font-weight: normal; font-style: normal; } .icon-plus:before { content: '\e915'; } /* '' */ .icon-triangle-down:before { content: '\e91c'; } /* '' */ .icon-code:before { content: '\e928'; } /* '' */ .icon-lan:before { content: '\e932'; } /* '' */ .icon-cross:before { content: '\e937'; } /* '' */ .icon-delete:before { content: '\e940'; } /* '' */ .icon-edit:before { content: '\e941'; } /* '' */ .icon-gear:before { content: '\e943'; } /* '' */ .icon-user:before { content: '\e94f'; } /* '' */ .icon-chevron_down:before { content: '\e95f'; } /* '' */ .icon-chevron_up:before { content: '\e960'; } /* '' */ .icon-check2:before { content: '\e968'; } /* '' */ .icon-save:before { content: '\e971'; } /* '' */ .icon-chevron_right:before { content: '\e972'; } /* '' */ .icon-chevron_left:before { content: '\e973'; } /* '' */ .icon-arrange:before { content: '\e974'; } /* '' */ .icon-redirect:before { content: '\e975'; } /* '' */ .icon-redirect2:before { content: '\e977'; } /* '' */ .icon-play:before { content: '\e993'; } /* '' */ .icon-merge_type:before { content: '\e9b9'; } /* '' */ .icon-repeat:before { content: '\ea53'; } /* '' */ .icon-zoom_in:before { content: '\eb43'; } /* '' */ .icon-zoom_out:before { content: '\eb45'; } /* '' */ .icon-zoom_reset:before { content: '\ee65'; } /* '' */ @font-face { font-family: 'Droid Sans Mono'; src: url('../font/DroidSansMono.eot?80426639'); src: url('../font/DroidSansMono.eot?80426639#iefix') format('embedded-opentype'), url('../font/DroidSansMono.woff?80426639') format('woff'), url('../font/DroidSansMono.ttf?80426639') format('truetype'), url('../font/DroidSansMono.svg?80426639#ststanley') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Roboto'; font-weight: 400; font-style: normal; src: url('../font/Roboto-300.eot'); src: url('../font/Roboto-300.eot?#iefix') format('embedded-opentype'), local('Roboto'), local('Roboto-300'), url('../font/Roboto-300.woff2') format('woff2'), url('../font/Roboto-300.woff') format('woff'), url('../font/Roboto-300.ttf') format('truetype'), url('../font/Roboto-300.svg#Roboto') format('svg'); } @font-face { font-family: 'Roboto'; font-weight: 600; font-style: normal; src: url('../font/Roboto-500.eot'); src: url('../font/Roboto-500.eot?#iefix') format('embedded-opentype'), local('Roboto Medium'), local('Roboto-500'), url('../font/Roboto-500.woff2') format('woff2'), url('../font/Roboto-500.woff') format('woff'), url('../font/Roboto-500.ttf') format('truetype'), url('../font/Roboto-500.svg#Roboto') format('svg'); } @font-face { font-family: 'ststanley'; src: url('../font/ststanley.eot?19144852'); src: url('../font/ststanley.eot?19144852#iefix') format('embedded-opentype'), url('../font/ststanley.svg?19144852#ststanley') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'ststanley'; src: url('data:application/octet-stream;base64,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') format('woff'), url('data:application/octet-stream;base64,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') format('truetype'); } /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */ /* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */ /* @media screen and (-webkit-min-device-pixel-ratio:0) { @font-face { font-family: 'ststanley'; src: url('../font/ststanley.svg?19144852#ststanley') format('svg'); } } */ [class^="st2-icon__"]:before, [class*=" st2-icon__"]:before { font-family: "ststanley"; font-style: normal; font-weight: normal; speak: none; display: inline-block; text-decoration: inherit; width: 1em; margin-right: .2em; text-align: center; /* opacity: .8; */ /* For safety - reset parent styles, that can break glyph codes*/ font-feature-settings: normal; font-variant: normal; text-transform: none; /* fix buttons height, for twitter bootstrap */ line-height: 1em; /* Animation center compensation - margins should be symmetric */ /* remove if not needed */ margin-left: .2em; /* you can be more comfortable with increased icons size */ /* font-size: 120%; */ /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ } .st2-icon__off:before { content: '\e800'; } /* '' */ .st2-icon__edit:before { content: '\e801'; } /* '' */ .st2-icon__cancel:before { content: '\e802'; } /* '' */ .st2-icon__right-open:before { content: '\e803'; } /* '' */ .st2-icon__down-open:before { content: '\e804'; } /* '' */ .st2-icon__actions:before { content: '\e805'; } /* '' */ .st2-icon__reload:before { content: '\e806'; } /* '' */ .st2-icon__flow-cascade:before { content: '\e807'; } /* '' */ .st2-icon__rules:before { content: '\e808'; } /* '' */ .st2-icon__history:before { content: '\e809'; } /* '' */ .st2-icon__tick:before { content: '\e80a'; } /* '' */ .st2-icon__cube:before { content: '\e80b'; } /* '' */ .st2-icon__left-open:before { content: '\e80c'; } /* '' */ .st2-icon__up-open:before { content: '\e80d'; } /* '' */ .st2-icon__eye:before { content: '\e80e'; } /* '' */ .st2-icon__search:before { content: '\e80f'; } /* '' */ .st2-icon__info-circled:before { content: '\e810'; } /* '' */ .st2-icon__attention:before { content: '\e811'; } /* '' */ .st2-icon__cancel-circled:before { content: '\e812'; } /* '' */ .st2-icon__cogs:before { content: '\e813'; } /* '' */ .st2-icon__code:before { content: '\e814'; } /* '' */ .st2-icon__calendar:before { content: '\e815'; } /* '' */ .st2-icon__user:before { content: '\e816'; } /* '' */ .st2-icon__bug:before { content: '\e818'; } /* '' */ .st2-icon__trash-empty:before { content: '\e819'; } /* '' */ .st2-icon__wrench:before { content: '\e81a'; } /* '' */ .st2-icon__plus:before { content: '\e81b'; } /* '' */ /* Animation example, for spinners */ .animate-spin { -webkit-animation: spin 2s infinite linear; animation: spin 2s infinite linear; display: inline-block; } @-webkit-keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(359deg); } } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(359deg); } } @font-face { font-family: 'brocadeicons'; src: url('../font/brocadeicons.eot?o8eim6'); src: url('../font/brocadeicons.eot?o8eim6#iefix') format('embedded-opentype'), url('../font/brocadeicons.ttf?o8eim6') format('truetype'), url('../font/brocadeicons.woff?o8eim6') format('woff'), url('../font/brocadeicons.svg?o8eim6#brocadeicons') format('svg'); font-weight: normal; font-style: normal; } [class^="icon-"], [class*=" icon-"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'brocadeicons' !important; speak: none; font-style: normal; font-weight: normal; font-feature-settings: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .icon-chart:before { content: "\e9a6"; } .icon-plus2:before { content: "\e9a7"; } .icon-clear:before { content: "\e9a5"; } .icon-folder:before { content: "\e9a3"; } .icon-cog6:before { content: "\e9a4"; } .icon-lightning:before { content: "\e99f"; } .icon-reset:before { content: "\e9a0"; } .icon-tree:before { content: "\e9a1"; } .icon-monitor:before { content: "\e9a2"; } .icon-cog5:before { content: "\e98a"; } .icon-user2:before { content: "\e98b"; } .icon-check3:before { content: "\e99b"; } .icon-folder_list:before { content: "\e99e"; } .icon-view:before { content: "\e900"; } .icon-view2:before { content: "\e985"; } .icon-update2:before { content: "\e987"; } .icon-update3:before { content: "\e988"; } .icon-update4:before { content: "\e989"; } .icon-pause:before { content: "\e98c"; } .icon-pause2:before { content: "\e98f"; } .icon-play2:before { content: "\e993"; } .icon-stop2:before { content: "\e994"; } .icon-exit2:before { content: "\e995"; } .icon-goto:before { content: "\e996"; } .icon-ruler3:before { content: "\e997"; } .icon-ruler4:before { content: "\e998"; } .icon-connect:before { content: "\e999"; } .icon-server3:before { content: "\e99c"; } .icon-update:before { content: "\e986"; } .icon-list3:before { content: "\e984"; } .icon-token:before { content: "\e983"; } .icon-flag:before { content: "\e982"; } .icon-indent:before { content: "\e97a"; } .icon-cog2:before { content: "\e97b"; } .icon-cog3:before { content: "\e97c"; } .icon-cog4:before { content: "\e97d"; } .icon-wrench:before { content: "\e97e"; } .icon-wrench2:before { content: "\e97f"; } .icon-wrench3:before { content: "\e980"; } .icon-wrench4:before { content: "\e981"; } .icon-time:before { content: "\e979"; } .icon-save:before { content: "\e971"; } .icon-chevron_right:before { content: "\e972"; } .icon-chevron_left:before { content: "\e973"; } .icon-arrange:before { content: "\e974"; } .icon-redirect2:before { content: "\e977"; } .icon-calendar:before { content: "\e978"; } .icon-lan:before { content: "\e932"; } .icon-node:before { content: "\e94c"; } .icon-server:before { content: "\e95a"; } .icon-virtual-server:before { content: "\e95b"; } .icon-move:before { content: "\e970"; } .icon-history:before { content: "\e96e"; } .icon-repeat:before { content: "\e96f"; } .icon-paths2:before { content: "\e96d"; } .icon-wand:before { content: "\e96c"; } .icon-redirect:before { content: "\e975"; } .icon-code3:before { content: "\e976"; } .icon-cubes:before { content: "\e96b"; } .icon-datacenter:before { content: "\e969"; } .icon-datacenter2:before { content: "\e96a"; } .icon-pencil:before { content: "\e961"; } .icon-notes_list:before { content: "\e962"; } .icon-wrenches:before { content: "\e963"; } .icon-change:before { content: "\e964"; } .icon-list2:before { content: "\e965"; } .icon-branch:before { content: "\e966"; } .icon-warning:before { content: "\e967"; } .icon-check2:before { content: "\e968"; } .icon-paths:before { content: "\e95d"; } .icon-chevrons:before { content: "\e95e"; } .icon-chevron-down:before { content: "\e95f"; } .icon-chevron-up:before { content: "\e960"; } .icon-server2:before { content: "\e95c"; } .icon-bars:before { content: "\e954"; } .icon-dashboard:before { content: "\e955"; } .icon-configuration:before { content: "\e956"; } .icon-traffic:before { content: "\e957"; } .icon-activity:before { content: "\e958"; } .icon-port:before { content: "\e959"; } .icon-health:before { content: "\e953"; } .icon-dropdown:before { content: "\e927"; } .icon-grid:before { content: "\e92b"; } .icon-go-to-grid:before { content: "\e931"; } .icon-template:before { content: "\e93e"; } .icon-bandwidth:before { content: "\e952"; } .icon-instance:before { content: "\e951"; } .icon-fontsize:before { content: "\e903"; } .icon-cluster:before { content: "\e950"; } .icon-desktop:before { content: "\e901"; } .icon-icons2:before { content: "\e902"; } .icon-search:before { content: "\e904"; } .icon-zoom-out:before { content: "\e905"; } .icon-zoom-in:before { content: "\e906"; } .icon-sign:before { content: "\e907"; } .icon-hard-disk:before { content: "\e908"; } .icon-question:before { content: "\e909"; } .icon-ruler:before { content: "\e90a"; } .icon-ruler2:before { content: "\e90b"; } .icon-code2:before { content: "\e90c"; } .icon-shield:before { content: "\e90d"; } .icon-home:before { content: "\e90e"; } .icon-library:before { content: "\e90f"; } .icon-flow:before { content: "\e910"; } .icon-palette:before { content: "\e911"; } .icon-ellipsis:before { content: "\e912"; } .icon-circle:before { content: "\e913"; } .icon-icons:before { content: "\e914"; } .icon-plus:before { content: "\e915"; } .icon-network:before { content: "\e916"; } .icon-show-panel:before { content: "\e917"; } .icon-hide-panel:before { content: "\e918"; } .icon-left:before { content: "\e919"; } .icon-right:before { content: "\e91a"; } .icon-samples:before { content: "\e91b"; } .icon-triangle-down:before { content: "\e91c"; } .icon-triangle-up:before { content: "\e91d"; } .icon-catalogs:before { content: "\e91e"; } .icon-switch-vdx:before { content: "\e91f"; } .icon-switch-icx:before { content: "\e920"; } .icon-switch-mlx:before { content: "\e921"; } .icon-list:before { content: "\e922"; } .icon-switch:before { content: "\e923"; } .icon-host:before { content: "\e924"; } .icon-exit:before { content: "\e925"; } .icon-router:before { content: "\e926"; } .icon-code:before { content: "\e928"; } .icon-colors:before { content: "\e929"; } .icon-fonts:before { content: "\e92a"; } .icon-composite:before { content: "\e92c"; } .icon-components:before { content: "\e92d"; } .icon-upload:before { content: "\e92e"; } .icon-platforms:before { content: "\e92f"; } .icon-info:before { content: "\e930"; } .icon-play:before { content: "\e933"; } .icon-stop:before { content: "\e934"; } .icon-arrow-down2:before { content: "\e935"; } .icon-arrow-up2:before { content: "\e936"; } .icon-cross:before { content: "\e937"; } .icon-check:before { content: "\e938"; } .icon-arrow-down:before { content: "\e939"; } .icon-arrow-up:before { content: "\e93a"; } .icon-filter:before { content: "\e93b"; } .icon-alarm:before { content: "\e93c"; } .icon-alert:before { content: "\e93d"; } .icon-menu:before { content: "\e93f"; } .icon-delete:before { content: "\e940"; } .icon-edit:before { content: "\e941"; } .icon-download:before { content: "\e942"; } .icon-gear:before { content: "\e943"; } .icon-folder-lens:before { content: "\e944"; } .icon-notes-check:before { content: "\e945"; } .icon-notes-text:before { content: "\e946"; } .icon-book-open:before { content: "\e947"; } .icon-book-closed:before { content: "\e948"; } .icon-lens:before { content: "\e949"; } .icon-reload:before { content: "\e94a"; } .icon-loading:before { content: "\e94b"; } .icon-cube:before { content: "\e94d"; } .icon-admin:before { content: "\e94e"; } .icon-user:before { content: "\e94f"; } html, body, .wrapper { font-size: 12px; display: flex; overflow: hidden; flex-direction: column; height: 100%; background-color: #fff; } main { position: relative; display: flex; flex: 1; font-family: Roboto, sans-serif; color: #333; } .hljs { background-color: transparent; } [class^="st2-icon__"]:before, [class*=" st2-icon__"]:before { font-size: 120%; margin: 0; } a:link, a:visited, a:hover, a:active { color: #008CEB; text-decoration: none; } .component { display: flex; flex-direction: column; height: 100%; } .component-row-content { flex: 1; display: flex; overflow: hidden; } .header { width: 100%; height: 50px; } .palette { width: 250px; overflow: hidden; } .canvas { flex: 1; height: 100%; } .details { width: 360px; height: 100%; } .details.code { width: 500px; } div[tabindex="-1"]:focus { outline: 0; }
._stackstorm_module_action_reporter__component { position: relative; } ._stackstorm_module_action_reporter__hostname { font-size: 15px; margin: 5px 0; } ._stackstorm_module_action_reporter__source { font-size: 13px; position: absolute; right: 0; display: inline-block; padding: 3px 5px; text-transform: lowercase; color: #545458; } ._stackstorm_module_action_reporter__source + ._stackstorm_module_action_reporter__highlight { margin-bottom: 5px; }
.st2-auto-form { position: relative; } .st2-auto-form__line { position: relative; } .st2-auto-form__line:last-of-type { border-bottom: 0; } .st2-auto-form__label { display: block; margin-bottom: 12px; } .st2-auto-form__title { font-size: 15px; line-height: 18px; padding-bottom: 8px; white-space: nowrap; } .st2-auto-form__error { line-height: 18px; position: absolute; top: 0; right: 0; color: #a9472a; } .st2-auto-form__type { font-size: 18px; font-weight: normal; line-height: 38px; position: absolute; right: 0; width: 36px; height: 36px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; text-align: center; color: #545458; } .st2-auto-form__button { font-size: 14px; line-height: 34px; position: absolute; right: 0; width: 36px; height: 36px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; text-align: center; } .st2-auto-form__button:hover { color: #007396; } .st2-auto-form__field { font-weight: normal; font-family: Roboto, sans-serif; box-sizing: border-box; width: 100%; height: 36px; padding: 0 12px; color: black; border: none; outline: 0; background-color: white; box-shadow: 0 1px 0 #98989b; } .st2-auto-form__field.st2-auto-form__field[disabled] { cursor: default; color: black; border-color: transparent; background-color: #ddddde; } .st2-auto-form__field::-moz-placeholder { color: #bbbbbc; } .st2-auto-form__field:-ms-input-placeholder { color: #bbbbbc; } .st2-auto-form__field::placeholder { color: #bbbbbc; } .st2-auto-form__field:invalid { box-shadow: none; } .st2-auto-form__field:focus { box-shadow: 0 1px 0 #007396; } .st2-auto-form__field--invalid, .st2-auto-form__field--invalid:focus, .st2-auto-form__field.ng-dirty.ng-invalid, .st2-auto-form__field.ng-touched.ng-invalid { box-shadow: 0 1px 0 #a9472a; } .st2-auto-form__field option { color: black; } .st2-auto-form__value { font-weight: normal; box-sizing: border-box; width: 100%; height: 36px; padding: 0 12px; cursor: default; color: black; background-color: #ddddde; box-shadow: 0 1px 0 #98989b; } .st2-auto-form__text, .st2-auto-form__link { line-height: 36px; color: black; } .st2-auto-form__text-field .st2-auto-form__field { font-size: 13px; line-height: 18px; display: block; overflow-x: hidden; overflow-y: scroll; padding: 9px 12px; resize: none; cursor: text; word-wrap: break-word; max-height:50px; } .st2-auto-form__text-field .st2-auto-form__field::-webkit-scrollbar { width: 13px; height: 13px; background-color: transparent; } .st2-auto-form__text-field .st2-auto-form__field::-webkit-scrollbar-thumb { border: 4px solid rgba(0, 0, 0, 0); border-radius: 11px; background-color: rgba(117, 117, 117, .3); background-clip: padding-box; } .st2-auto-form__text-field .st2-auto-form__field::-webkit-scrollbar-thumb:hover { background-color: rgba(117, 117, 117, .7); } .st2-auto-form__text-field .st2-auto-form__field-color-block { width: 1em; position: absolute; left: 5px; top: 9px; } .st2-auto-form__text-field .st2-auto-form__field-options { position: absolute; background-color: white; z-index: 1; } .st2-auto-form__text-field .st2-auto-form__field-options-menu { display: flex; flex-flow: row wrap; align-items: flex-start; width: 140px; } .st2-auto-form__text-field .st2-auto-form__field-options-menu-item { flex-basis: 25%; text-align: center; margin-bottom: 5px; max-width: 35px; } .st2-auto-form__text-field .st2-auto-form__field-options-menu-item-button { width: 25px; height: 25px; border-radius: 0; padding: 5px; border: none; } .st2-auto-form__text-field .st2-auto-form__field-options-menu-item-button:hover { border: 1px solid gray; } .st2-auto-form__field-clone { position: absolute; z-index: -1; visibility: hidden; overflow: hidden; height: 0 !important; min-height: 0 !important; word-wrap: break-word; border: 0; } .st2-auto-form__select { position: relative; } .st2-auto-form__select:after { font-family: "brocadeicons"; font-size: 18px; font-weight: normal; font-style: normal; line-height: 36px; position: absolute; right: 0; bottom: 0; display: block; padding: 0 10px 0 0; content: "\e91c"; vertical-align: middle; pointer-events: none; color: black; } .st2-auto-form__select .st2-auto-form__field { padding-right: 30px; border-radius: 0; -webkit-appearance: none; -moz-appearance: none; } .st2-auto-form__select .st2-auto-form__field:-moz-focusring { color: transparent; /* an actual text color for firefox */ /* see https://stackoverflow.com/a/11603104 */ text-shadow: 0 0 0 black; } .st2-auto-form__checkbox { display: none; margin: 0; padding: 0; } .st2-auto-form__checkbox-block { font-size: 15px; line-height: 36px; } .st2-auto-form__checkbox-label { font-weight: 100; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; vertical-align: top; } .st2-auto-form__checkbox + .st2-auto-form__checkbox-label:before { font-family: "brocadeicons"; font-size: 12px; font-weight: normal; font-style: normal; line-height: 10px; display: inline-block; width: 10px; height: 10px; margin-right: .3em; content: "\e968"; text-decoration: inherit; color: #007396; border: 1px solid black; background-color: transparent; text-shadow: 1px 0 0 #eee, 0 -1px 0 #eee; } .st2-auto-form__checkbox:not(:checked) + .st2-auto-form__checkbox-label:before { color: transparent; text-shadow: none; } .st2-auto-form__checkbox--default:not(:checked) + .st2-auto-form__checkbox-label:before { color: #98989b; text-shadow: 1px 0 0 #eee, 0 -1px 0 #eee; } .st2-auto-form__checkbox[disabled] + .st2-auto-form__checkbox-label:before { border: 1px solid #bbbbbc; } .st2-auto-form__description { margin-top: -5px; white-space: pre-wrap; opacity: .7; color: #4b4b4f; } .st2-auto-form__suggestions { position: absolute; z-index: 1; box-sizing: border-box; width: 100%; margin-top: -16px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-color: white; box-shadow: rgba(0, 0, 0, .2) 0 8px 18px 0, rgba(0, 0, 0, .2) 0 8px 20px 0; } .st2-auto-form__suggestion { box-sizing: border-box; width: 100%; padding: 5px 10px; cursor: pointer; } .st2-auto-form__suggestion--active { color: #007396; } .st2-auto-form__suggestion--selected { background-color: #e6f1f5; } .st2-auto-form__suggestion:hover { background-color: #fff5e9; } .st2-auto-form__suggestion-primary { font-size: 14px; } .st2-auto-form__suggestion-secondary { font-size: 10px; color: black; } .st2-auto-form--flat .st2-auto-form__label { display: flex; } .st2-auto-form--flat .st2-auto-form-text { display: flex; margin-bottom: 12px; } .st2-auto-form--flat .st2-auto-form__text-field { display: flex; } .st2-auto-form--flat .st2-auto-form__title { font-size: inherit; width: 120px; padding: 0; } .st2-auto-form--flat .st2-auto-form__field, .st2-auto-form--flat .st2-auto-form__field[disabled] { background-color: transparent; box-shadow: none; height: auto; width: auto; flex: 1; padding: 0; } .st2-auto-form--flat .st2-auto-form__value { background-color: transparent; box-shadow: none; height: auto; width: auto; flex: 1; padding: 0; } .st2-auto-form--flat .st2-auto-form__text, .st2-auto-form--flat .st2-auto-form__link { line-height: inherit; } .st2-auto-form--flat .st2-auto-form__link { color: #008CEB; } .st2-auto-form--flat .st2-auto-form__checkbox-block { font-size: inherit; line-height: normal; line-height: initial; } .st2-auto-form--flat .st2-auto-form__checkbox-label { width: 120px; display: inline-block; position: relative; } .st2-auto-form--flat .st2-auto-form__checkbox-label:before { display: none; } .st2-auto-form--flat .st2-auto-form__checkbox-label:after { content: "no"; position: absolute; left: 100%; } .st2-auto-form--flat .st2-auto-form__description { display: none; } .st2-auto-form--flat .st2-auto-form__select:after { display: none; } .st2-manual-form { position: relative; } .icon-T:before { content: 'T'; font-family: Garamond, Georgia, Times New Roman, serif !important;; } .tooltiptext { visibility: hidden; } .showtooltiptext { visibility: visible; width: auto; padding: 0; color: #6c6c6c; background: none; display: inline-block; margin-top: 4px; margin-left: 35px; }
._stackstorm_module_criteria__component { } ._stackstorm_module_criteria__line { /* Combobox suggestion box takes all the space of the next prlatively positioned element. */ /* In this case we want it to be as wide as the whole criteria. */ position: relative; display: flex; word-spacing: 3px; flex-wrap: wrap; } ._stackstorm_module_criteria__line:after { display: block; width: 100%; margin-top: -10px; /* TODO: find a better way */ content: "and"; text-align: center; } ._stackstorm_module_criteria__line:last-child { margin-bottom: -12px; } ._stackstorm_module_criteria__line:last-child:after { content: ""; } ._stackstorm_module_criteria__entity { display: block; flex: 1; margin-right: 4px; vertical-align: top; } ._stackstorm_module_criteria__remove { margin-bottom: 10px; cursor: pointer; align-self: center; } ._stackstorm_module_criteria__remove:hover { color: #007396; } ._stackstorm_module_criteria__buttons { margin-top: 20px; } ._stackstorm_module_criteria__flat ._stackstorm_module_criteria__entity { display: inline-block; flex: initial; }
._stackstorm_module_filter__component { font-size: 14px; font-weight: normal; line-height: 35px; position: relative; flex: 0 0 auto; margin-left: 5px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } ._stackstorm_module_filter__component._stackstorm_module_filter__active ._stackstorm_module_filter__label:before { position: fixed; z-index: 3; top: 0; left: 0; width: 100%; height: 100%; content: ""; } ._stackstorm_module_filter__component._stackstorm_module_filter__active ._stackstorm_module_filter__variants { display: block; } ._stackstorm_module_filter__component:last-of-type._stackstorm_module_filter__active ._stackstorm_module_filter__variants { right: 0; } ._stackstorm_module_filter__label { position: relative; overflow: hidden; max-width: 170px; padding: 0 10px; cursor: pointer; white-space: nowrap; text-overflow: ellipsis; } @media (max-width: 1279px) { ._stackstorm_module_filter__label-active-items { display: none; } } ._stackstorm_module_filter__label:after { font-family: "brocadeicons"; font-size: 18px; font-weight: normal; font-style: normal; display: inline; vertical-align: middle; margin-left: 0.25em; /* may always broke if we won't pay enough attention to keeping the same codes */ content: "\E91C"; } ._stackstorm_module_filter__label._stackstorm_module_filter__active { color: #66abc0; } ._stackstorm_module_filter__variants { position: absolute; z-index: 3; display: none; min-width: 100%; color: black; background-color: white; box-shadow: rgba(0, 0, 0, .2) 0 8px 18px 0, rgba(0, 0, 0, .2) 0 8px 20px 0; } ._stackstorm_module_filter__search { position: relative; margin: 6px 5px 15px; } ._stackstorm_module_filter__search:after { font-family: "brocadeicons"; font-size: 16px; font-weight: normal; font-style: normal; line-height: 30px; position: absolute; top: 0; right: 0; padding: 1px 10px; content: "\E949"; color: #98989b; } ._stackstorm_module_filter__search-bar { font-size: 13px; line-height: 18px; display: block; box-sizing: border-box; width: 100%; padding: 6px 30px 6px 7px; border: 0; border-bottom: 1px solid #98989b; outline: none; background-color: white; } ._stackstorm_module_filter__search-bar::-moz-placeholder { color: #bbbbbc; } ._stackstorm_module_filter__search-bar:-ms-input-placeholder { color: #bbbbbc; } ._stackstorm_module_filter__search-bar::placeholder { color: #bbbbbc; } ._stackstorm_module_filter__clear { font-size: 11px; font-weight: 400; line-height: 1; display: block; margin: 0 0 5px 10px; padding: 0; cursor: pointer; color: color-mod(#8AD3FF alpha(50%)); border: 0; background: transparent; box-shadow: none; -webkit-appearance: none; -moz-appearance: none; } ._stackstorm_module_filter__clear:hover { color: #ff8300; } ._stackstorm_module_filter__clear:before { font-family: "brocadeicons"; font-size: 9px; font-weight: normal; font-style: normal; position: relative; top: -1px; margin-right: 5px; content: "\E940"; } ._stackstorm_module_filter__list { overflow-x: hidden; overflow-y: auto; max-height: 150px; } ._stackstorm_module_filter__list::-webkit-scrollbar { width: 5px; height: 5px; background-color: transparent; } ._stackstorm_module_filter__list::-webkit-scrollbar-thumb { border-radius: 3px; background-color: rgba(117, 117, 117, .3); } /* #757575 */ ._stackstorm_module_filter__list::-webkit-scrollbar-thumb:hover { background-color: rgba(117, 117, 117, .7); /* #757575 */ } ._stackstorm_module_filter__item { font-weight: 300; line-height: 2em; padding: 0 10px; white-space: nowrap; } ._stackstorm_module_filter__item:hover { cursor: pointer; background-color: #fff5e9; } ._stackstorm_module_filter__item._stackstorm_module_filter__active { color: #007396; }
.st2-flex-table { position: relative; color: black; background-color: transparent; margin-left: 10px; } .st2-flex-table__caption { position: relative; display: flex; align-items: center; margin: 10px; margin-left: 10px; } .st2-flex-table__caption-title { font-size: 14px; font-weight: 400; line-height: 42px; display: inline-block; margin: 0; letter-spacing: .6px; text-transform: uppercase; color: black; } .st2-flex-table__caption-note { margin: 0; } .st2-flex-table__caption { /* we're now assuming that every flextable caption is clickable */ cursor: pointer; } .st2-flex-table__caption:after { font-family: "brocadeicons"; font-size: 10px; font-weight: normal; font-style: normal; line-height: 42px; display: block; padding: 0 5px; content: "\e95f"; color: rgba(0, 0, 0, .6); order: -1; } .st2-flex-table__caption:before { /* Calendar icon is missing in brocade pack */ font-family: "brocadeicons"; font-size: 20px; font-weight: normal; font-style: normal; line-height: 42px; display: inline-block; padding: 0 5px; vertical-align: top; } .st2-flex-table__caption--pack img { width: 20px; height: 20px; margin-right: 5px; padding: 5px; vertical-align: top; border-radius: 5px; background: white; overflow: hidden; } .st2-flex-table__caption--pack img:not([src]) { display: none; } .st2-flex-table__caption--pack img:before { /* Calendar icon is missing in brocade pack */ font-family: "brocadeicons"; font-size: 20px; font-weight: normal; font-style: normal; line-height: 20px; display: inline-block; padding-bottom: 10px; vertical-align: top; width: 16px; height: 16px; margin-right: 5px; content: "\e94d"; text-align: center; color: black; border-radius: 5px; background: white; } .st2-flex-table__caption--date:before { content: "\e978"; } .st2-flex-table--collapsed .st2-flex-table__caption:after { content: "\e972"; } .st2-flex-table--collapsed .st2-flex-card, .st2-flex-table--collapsed .st2-flex-table__row, .st2-flex-table--collapsed .st2-flex-table__header, .st2-flex-table--collapsed .st2-history-child { display: none; } .st2-flex-table__row, .st2-flex-table__header { display: flex; overflow: hidden; padding: 8px 0; flex-wrap: wrap; align-items: center; border-bottom: 1px solid #ccc; } .st2-flex-table__row--expanded, .st2-flex-table__header--expanded { border-bottom: none; } .st2-flex-table__header { font-size: 13px; font-weight: 400; display: flex; padding: 9px 0; letter-spacing: .06px; text-transform: uppercase; color: #fff; } .st2-flex-table__column { overflow: hidden; flex: 1; padding: 0 10px; white-space: nowrap; text-overflow: ellipsis; } .st2-flex-table__column--fixed { flex: initial; } .st2-flex-table__row:hover { /* Specificity of 0020 */ cursor: pointer; } .st2-flex-table--passive .st2-flex-table__row:hover { cursor: default; } .st2-flex-table--passive .st2-flex-table__row--even:hover { background-color: rgba(255,255,255,.5); } .st2-flex-insert { flex: 1; margin: 0; padding: 10px; padding-left: 0; border-bottom: 1px solid #ccc; display: grid; grid-template-columns: 50% 50%; } .st2-flex-insert > * { grid-column-start: 1; grid-column-end: -1; overflow: hidden; } .st2-flex-insert__column { grid-column: initial; overflow: hidden; } .st2-flex-card { position: relative; padding: 0; } .st2-flex-card:hover { cursor: pointer; background: #DEEEFB; } .st2-flex-card .st2-flex-card__expand { font-size: 10px; line-height: 31px; flex: initial; box-sizing: content-box; min-width: 10px; padding-right: 0; } .st2-flex-card .st2-flex-card__timestamp { line-height: 32px; flex: initial; } .st2-flex-card .st2-flex-card__status { font-size: 18px; line-height: 32px; flex: initial; width: 31px; text-align: right; color: #929196; padding-right: 0; } .st2-flex-card__header { position: relative; display: flex; } .st2-flex-card__header-primary { font-size: 14px; overflow: hidden; text-overflow: ellipsis; } .st2-flex-card__header-secondary { font-size: 12px; overflow: hidden; text-overflow: ellipsis; } /* increasing specificity for flex to propagate */ .st2-flex-card__header .st2-flex-card__header-status { font-size: 21px; display: flex; flex: 0 0 52px; color: #929196; order: 99; align-items: center; } .st2-flex-card__header .st2-flex-card__header-type { line-height: 52px; flex: 0 0 auto; padding: 0; color: #929196; } .st2-flex-card__header .st2-flex-card__header-version { line-height: 52px; flex: 0 0 auto; padding-top: 0; padding-bottom: 0; color: #929196; } .st2-flex-card__header .st2-flex-card__header-version--outdated { color: #ff9e1b; } .st2-flex-card__header .st2-flex-card__header-expand { font-size: 15px; flex: initial; padding-left: 20px; } .st2-flex-card__header i[ng-click] { cursor: pointer; } .st2-flex-card__row { display: flex; overflow: hidden; flex-wrap: wrap; } .st2-flex-card__column { position: relative; flex: 1; box-sizing: border-box; min-width: 0; max-width: 100%; max-height: 52px; padding: 10px 15px; white-space: nowrap; border-bottom: 1px solid #B3B0BA; } .st2-flex-card--active { background-color: #008CEB; color: white; } .st2-flex-card--active:hover { background-color: #008CEB; } .st2-flex-card--active .st2-flex-card__header-type, .st2-flex-card--active .st2-flex-card__header-status, .st2-flex-card--active .st2-flex-card__status { color: white; } .st2-flex-card--active .st2-flex-card__header-expand, .st2-flex-card--active .st2-flex-card__expand { /* padding-left: 25px; */ } .st2-flex-card--expanded .st2-flex-card__row { border: 1px solid #ccc; border-top: 0; box-shadow: 0 1px 4px #ccc; position: relative; } .st2-flex-card--expanded .st2-flex-card__column { border: 0; }
._stackstorm_module_flex_table__table { position: relative; color: black; background-color: transparent; margin-left: 10px; } ._stackstorm_module_flex_table__table ._stackstorm_module_flex_table__caption { position: relative; display: flex; align-items: center; margin: 10px; margin-left: 10px; cursor: pointer; } ._stackstorm_module_flex_table__table ._stackstorm_module_flex_table__caption:before { /* Calendar icon is missing in brocade pack */ font-family: "brocadeicons"; font-size: 20px; font-weight: normal; font-style: normal; line-height: 42px; display: inline-block; padding: 0 5px; vertical-align: top; } ._stackstorm_module_flex_table__table ._stackstorm_module_flex_table__caption:after { font-family: "brocadeicons"; font-size: 10px; font-weight: normal; font-style: normal; line-height: 42px; display: block; padding: 0 5px; content: "\E95F"; color: rgba(0, 0, 0, .6); order: -1; } ._stackstorm_module_flex_table__table ._stackstorm_module_flex_table__caption ._stackstorm_module_flex_table__title { font-size: 14px; font-weight: 400; line-height: 42px; display: inline-block; margin: 0; letter-spacing: .6px; text-transform: uppercase; color: black; } ._stackstorm_module_flex_table__table ._stackstorm_module_flex_table__caption ._stackstorm_module_flex_table__note { margin: 0; } ._stackstorm_module_flex_table__table ._stackstorm_module_flex_table__caption._stackstorm_module_flex_table__pack img { width: 20px; height: 20px; margin-right: 5px; padding: 5px; vertical-align: top; border-radius: 5px; background: white; overflow: hidden; } ._stackstorm_module_flex_table__table ._stackstorm_module_flex_table__caption._stackstorm_module_flex_table__pack img:not([src]) { display: none; } ._stackstorm_module_flex_table__table ._stackstorm_module_flex_table__caption._stackstorm_module_flex_table__pack img:before { /* Calendar icon is missing in brocade pack */ font-family: "brocadeicons"; font-size: 20px; font-weight: normal; font-style: normal; line-height: 20px; display: inline-block; padding-bottom: 10px; vertical-align: top; width: 16px; height: 16px; margin-right: 5px; content: "\E94D"; text-align: center; color: black; border-radius: 5px; background: white; } ._stackstorm_module_flex_table__table ._stackstorm_module_flex_table__caption._stackstorm_module_flex_table__date:before { content: "\E978"; } ._stackstorm_module_flex_table__table ._stackstorm_module_flex_table__row, ._stackstorm_module_flex_table__table ._stackstorm_module_flex_table__header { display: flex; overflow: hidden; padding: 8px 0; flex-wrap: wrap; align-items: center; border-bottom: 1px solid #ccc; } ._stackstorm_module_flex_table__table ._stackstorm_module_flex_table__row--expanded, ._stackstorm_module_flex_table__table ._stackstorm_module_flex_table__header--expanded { border-bottom: none; } ._stackstorm_module_flex_table__table ._stackstorm_module_flex_table__header { font-size: 13px; font-weight: 400; display: flex; padding: 9px 0; letter-spacing: .06px; text-transform: uppercase; color: #fff; } ._stackstorm_module_flex_table__table ._stackstorm_module_flex_table__column { overflow: hidden; flex: 1; padding: 0 10px; white-space: nowrap; text-overflow: ellipsis; } ._stackstorm_module_flex_table__table ._stackstorm_module_flex_table__column--fixed { flex: initial; } ._stackstorm_module_flex_table__table ._stackstorm_module_flex_table__row:hover { /* Specificity of 0020 */ cursor: pointer; } ._stackstorm_module_flex_table__table._stackstorm_module_flex_table__passive ._stackstorm_module_flex_table__row:hover { cursor: default; } ._stackstorm_module_flex_table__table._stackstorm_module_flex_table__passive ._stackstorm_module_flex_table__row._stackstorm_module_flex_table__even:hover { background-color: rgba(255,255,255,.5); } ._stackstorm_module_flex_table__table._stackstorm_module_flex_table__collapsed ._stackstorm_module_flex_table__caption:after { content: "\E972"; } ._stackstorm_module_flex_table__table._stackstorm_module_flex_table__collapsed ._stackstorm_module_flex_table__card, ._stackstorm_module_flex_table__table._stackstorm_module_flex_table__collapsed ._stackstorm_module_flex_table__row, ._stackstorm_module_flex_table__table._stackstorm_module_flex_table__collapsed ._stackstorm_module_flex_table__header, ._stackstorm_module_flex_table__table._stackstorm_module_flex_table__collapsed ._stackstorm_module_flex_table__st2-history-child { display: none; } ._stackstorm_module_flex_table__insert { flex: 1; margin: 0; padding: 10px; padding-left: 0; border-bottom: 1px solid #ccc; display: grid; grid-template-columns: 50% 50%; } ._stackstorm_module_flex_table__insert > * { grid-column-start: 1; grid-column-end: -1; overflow: hidden; } ._stackstorm_module_flex_table__insert ._stackstorm_module_flex_table__column { grid-column: initial; overflow: hidden; } ._stackstorm_module_flex_table__card { position: relative; padding: 0; } ._stackstorm_module_flex_table__card:hover { cursor: pointer; background: #DEEEFB; } ._stackstorm_module_flex_table__card ._stackstorm_module_flex_table__expand { font-size: 10px; line-height: 31px; flex: initial; box-sizing: content-box; min-width: 10px; padding-right: 0; } ._stackstorm_module_flex_table__card ._stackstorm_module_flex_table__timestamp { line-height: 32px; flex: initial; } ._stackstorm_module_flex_table__card ._stackstorm_module_flex_table__status { font-size: 18px; line-height: 32px; flex: initial; width: 31px; text-align: right; color: #929196; padding-right: 0; } ._stackstorm_module_flex_table__card ._stackstorm_module_flex_table__header { position: relative; display: flex; } ._stackstorm_module_flex_table__card ._stackstorm_module_flex_table__header ._stackstorm_module_flex_table__primary { font-size: 14px; overflow: hidden; text-overflow: ellipsis; } ._stackstorm_module_flex_table__card ._stackstorm_module_flex_table__header ._stackstorm_module_flex_table__secondary { font-size: 12px; overflow: hidden; text-overflow: ellipsis; } /* increasing specificity for flex to propagate */ ._stackstorm_module_flex_table__card ._stackstorm_module_flex_table__header ._stackstorm_module_flex_table__status { font-size: 21px; display: flex; flex: 0 0 52px; color: #929196; order: 99; align-items: center; } ._stackstorm_module_flex_table__card ._stackstorm_module_flex_table__header ._stackstorm_module_flex_table__type { line-height: 52px; flex: 0 0 auto; padding: 0; color: #929196; } ._stackstorm_module_flex_table__card ._stackstorm_module_flex_table__header ._stackstorm_module_flex_table__version { line-height: 52px; flex: 0 0 auto; padding-top: 0; padding-bottom: 0; color: #929196; } ._stackstorm_module_flex_table__card ._stackstorm_module_flex_table__header ._stackstorm_module_flex_table__version._stackstorm_module_flex_table__outdated { color: #ff9e1b; } ._stackstorm_module_flex_table__card ._stackstorm_module_flex_table__header ._stackstorm_module_flex_table__expand { font-size: 15px; flex: initial; padding-left: 20px; } ._stackstorm_module_flex_table__card ._stackstorm_module_flex_table__row { display: flex; overflow: hidden; flex-wrap: wrap; } ._stackstorm_module_flex_table__card ._stackstorm_module_flex_table__column { position: relative; flex: 1; box-sizing: border-box; min-width: 0; max-width: 100%; max-height: 52px; padding: 10px 15px; white-space: nowrap; border-bottom: 1px solid #B3B0BA; } ._stackstorm_module_flex_table__card._stackstorm_module_flex_table__active { background-color: #008CEB; color: white; } ._stackstorm_module_flex_table__card._stackstorm_module_flex_table__active:hover { background-color: #008CEB; } ._stackstorm_module_flex_table__card._stackstorm_module_flex_table__active ._stackstorm_module_flex_table__header ._stackstorm_module_flex_table__type, ._stackstorm_module_flex_table__card._stackstorm_module_flex_table__active ._stackstorm_module_flex_table__header ._stackstorm_module_flex_table__status, ._stackstorm_module_flex_table__card._stackstorm_module_flex_table__active ._stackstorm_module_flex_table__status { color: white; } ._stackstorm_module_flex_table__card._stackstorm_module_flex_table__active ._stackstorm_module_flex_table__header ._stackstorm_module_flex_table__expand, ._stackstorm_module_flex_table__card._stackstorm_module_flex_table__active ._stackstorm_module_flex_table__expand { /* padding-left: 25px; */ } ._stackstorm_module_flex_table__card._stackstorm_module_flex_table__expanded ._stackstorm_module_flex_table__row { border: 1px solid #ccc; border-top: 0; box-shadow: 0 1px 4px #ccc; position: relative; } ._stackstorm_module_flex_table__card._stackstorm_module_flex_table__expanded ._stackstorm_module_flex_table__column { border: 0; }
.st2-forms__matcher { overflow: hidden; margin: 0 20px 0 10px; white-space: nowrap; text-overflow: ellipsis; } .st2-forms__button, .st2-forms__button-prev, .st2-forms__button-next { font-size: 14px; font-weight: 200; line-height: 21px; position: relative; display: inline-block; padding: 6px 12px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; text-align: center; vertical-align: middle; white-space: nowrap; text-decoration: none; letter-spacing: .02em; word-spacing: normal; text-transform: uppercase; opacity: 1; color: #fff; border: 0; outline: 0; background-color: #008ceb; border-radius: 2px; } .st2-forms__button:before, .st2-forms__button:after, .st2-forms__button-prev:before, .st2-forms__button-prev:after, .st2-forms__button-next:before, .st2-forms__button-next:after { position: absolute; top: 0; right: 0; width: 0; height: 1px; content: ""; -moz-transform: scale(.9999); /* Fixes antialiasing in Firefox on OS X */ border: solid; border-width: 16px 10px; border-color: transparent; } .st2-forms__button:link, .st2-forms__button:active, .st2-forms__button:visited, .st2-forms__button-prev:link, .st2-forms__button-prev:active, .st2-forms__button-prev:visited, .st2-forms__button-next:link, .st2-forms__button-next:active, .st2-forms__button-next:visited { color: #fff; } .st2-forms__button:disabled, .st2-forms__button--disabled, .st2-forms__button-prev:disabled, .st2-forms__button-prev--disabled, .st2-forms__button-next:disabled, .st2-forms__button-next--disabled { cursor: default; pointer-events: none; background-color: #b3b0ba; } .st2-forms__button:focus, .st2-forms__button-prev:focus, .st2-forms__button-next:focus { background-color: #0076c6; } .st2-forms__button:active, .st2-forms__button-prev:active, .st2-forms__button-next:active { background-color: #0076c6; } .st2-forms__button--small, .st2-forms__button-prev--small, .st2-forms__button-next--small { font-size: 12px; padding: 3px 6px; } .st2-forms__button i, .st2-forms__button-prev i, .st2-forms__button-next i { font-size: 120%; font-weight: bold; } .st2-forms__button.st2-forms__button--flat, .st2-forms__button-prev.st2-forms__button-prev--flat, .st2-forms__button-next.st2-forms__button-next--flat { color: #008ceb; background-color: transparent; box-shadow: none; } .st2-forms__button.st2-forms__button--flat:focus, .st2-forms__button-prev.st2-forms__button-prev--flat:focus, .st2-forms__button-next.st2-forms__button-next--flat:focus { background-color: #e6f4fd; } .st2-forms__button.st2-forms__button--flat:active, .st2-forms__button-prev.st2-forms__button-prev--flat:active, .st2-forms__button-next.st2-forms__button-next--flat:active { background-color: #cfe9fb; } .st2-forms__button.st2-forms__button--flat:disabled, .st2-forms__button-prev.st2-forms__button-prev--flat:disabled, .st2-forms__button-next.st2-forms__button-next--flat:disabled { color: #b3b0ba; background-color: transparent; } .st2-forms__button--flat.st2-forms__button--disabled, .st2-forms__button-prev--flat.st2-forms__button-prev--disabled, .st2-forms__button-next--flat.st2-forms__button-next--disabled { color: #b3b0ba; background-color: transparent; } .st2-forms__button--flat.st2-forms__button--red, .st2-forms__button-prev--flat.st2-forms__button-prev--red, .st2-forms__button-next--flat.st2-forms__button-next--red { color: #E63544; } .st2-forms__button--flat.st2-forms__button--red:active, .st2-forms__button-prev--flat.st2-forms__button-prev--red:active, .st2-forms__button-next--flat.st2-forms__button-next--red:active { color: #E63544; background-color: #FDEBED; } .st2-forms__button--skeleton, .st2-forms__button-prev--skeleton, .st2-forms__button-next--skeleton { font-size: 12px; padding: 3px 6px; color: #f4f4f4; border: 1px solid currentColor; background: transparent; box-shadow: none; } .st2-forms__button--skeleton:active, .st2-forms__button-prev--skeleton:active, .st2-forms__button-next--skeleton:active { background: color-mod(#f4f4f4 alpha(10%)); } .st2-forms__button + .st2-forms__button, .st2-forms__switch + .st2-forms__button { margin-left: 10px; } .st2-forms__button-prev { margin-left: 10px; } .st2-forms__button-prev:before { right: 100%; border-right-color: #007396; } .st2-forms__button-prev--disabled:before { border-right-color: #98989b; } .st2-forms__button-prev:active:before { border-right-color: #66abc0; } .st2-forms__button-next { margin-right: 10px; } .st2-forms__button-next:after { left: 100%; border-left-color: #007396; } .st2-forms__button-next--disabled:after { border-left-color: #98989b; } .st2-forms__button-next:active:after { border-left-color: #66abc0; } .st2-forms__button-left { float: left; } .st2-forms__button-right { float: right; } .st2-forms__buttons-panel { display: flex; margin-bottom: 10px; justify-content: flex-end; } .st2-forms__switch { display: flex; align-items: center; } .st2-forms__switch input[type=checkbox] { display: none; } /* add default box-sizing for this scope */ .st2-forms__switch input[type=checkbox], .st2-forms__switch input[type=checkbox]:after, .st2-forms__switch input[type=checkbox]:before, .st2-forms__switch input[type=checkbox] *, .st2-forms__switch input[type=checkbox] *:after, .st2-forms__switch input[type=checkbox] *:before, .st2-forms__switch input[type=checkbox] + label { box-sizing: border-box; } .st2-forms__switch input[type=checkbox]::-moz-selection, .st2-forms__switch input[type=checkbox]:after::-moz-selection, .st2-forms__switch input[type=checkbox]:before::-moz-selection, .st2-forms__switch input[type=checkbox] *::-moz-selection, .st2-forms__switch input[type=checkbox] *:after::-moz-selection, .st2-forms__switch input[type=checkbox] *:before::-moz-selection, .st2-forms__switch input[type=checkbox] + label::-moz-selection { background: none; } .st2-forms__switch input[type=checkbox]::selection, .st2-forms__switch input[type=checkbox]:after::selection, .st2-forms__switch input[type=checkbox]:before::selection, .st2-forms__switch input[type=checkbox] *::selection, .st2-forms__switch input[type=checkbox] *:after::selection, .st2-forms__switch input[type=checkbox] *:before::selection, .st2-forms__switch input[type=checkbox] + label::selection { background: none; } .st2-forms__switch input[type=checkbox] + label { outline: 0; display: block; width: 28px; height: 16px; position: relative; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .st2-forms__switch input[type=checkbox] + label:after, .st2-forms__switch input[type=checkbox] + label:before { position: relative; display: block; content: ""; width: 50%; height: 100%; } .st2-forms__switch input[type=checkbox] + label:after { left: 0; } .st2-forms__switch input[type=checkbox] + label:before { display: none; } .st2-forms__switch input[type=checkbox]:checked + label:after { left: 50%; } .st2-forms__switch input[type=checkbox] + label { background: #818083; border-radius: 8px; padding: 2px; transition: all .4s ease; } .st2-forms__switch input[type=checkbox] + label:after { border-radius: 50%; background: #fff; transition: all .2s ease; } .st2-forms__switch input[type=checkbox]:checked + label { background: #008ceb; } .st2-forms__switch-title { font-size: 14px; font-weight: 200; line-height: 21px; position: relative; display: inline-block; padding: 6px 12px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; text-align: center; vertical-align: middle; white-space: nowrap; text-decoration: none; letter-spacing: .02em; word-spacing: normal; text-transform: capitalize; opacity: 1; color: #222; border: 0; outline: 0; background: transparent; }
._stackstorm_module_forms__matcher { overflow: hidden; margin: 0 20px 0 10px; white-space: nowrap; text-overflow: ellipsis; } ._stackstorm_module_forms__button._stackstorm_module_forms__prev, ._stackstorm_module_forms__button._stackstorm_module_forms__next { font-size: 14px; font-weight: 200; line-height: 21px; position: relative; display: inline-block; padding: 6px 12px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; text-align: center; vertical-align: middle; white-space: nowrap; text-decoration: none; letter-spacing: .02em; word-spacing: normal; text-transform: uppercase; opacity: 1; color: #fff; border: 0; outline: 0; background-color: #008ceb; border-radius: 2px; } ._stackstorm_module_forms__button._stackstorm_module_forms__prev:before, ._stackstorm_module_forms__button._stackstorm_module_forms__prev:after, ._stackstorm_module_forms__button._stackstorm_module_forms__next:before, ._stackstorm_module_forms__button._stackstorm_module_forms__next:after { position: absolute; top: 0; right: 0; width: 0; height: 1px; content: ""; -moz-transform: scale(.9999); /* Fixes antialiasing in Firefox on OS X */ border: solid; border-width: 16px 10px; border-color: transparent; } ._stackstorm_module_forms__button._stackstorm_module_forms__prev:link, ._stackstorm_module_forms__button._stackstorm_module_forms__prev:active, ._stackstorm_module_forms__button._stackstorm_module_forms__prev:visited, ._stackstorm_module_forms__button._stackstorm_module_forms__next:link, ._stackstorm_module_forms__button._stackstorm_module_forms__next:active, ._stackstorm_module_forms__button._stackstorm_module_forms__next:visited { color: #fff; } ._stackstorm_module_forms__button._stackstorm_module_forms__prev:disabled, ._stackstorm_module_forms__button._stackstorm_module_forms__prev._stackstorm_module_forms__disabled, ._stackstorm_module_forms__button._stackstorm_module_forms__next:disabled, ._stackstorm_module_forms__button._stackstorm_module_forms__next._stackstorm_module_forms__disabled { cursor: default; pointer-events: none; background-color: #b3b0ba; } ._stackstorm_module_forms__button._stackstorm_module_forms__prev:focus, ._stackstorm_module_forms__button._stackstorm_module_forms__next:focus { background-color: #0076c6; } ._stackstorm_module_forms__button._stackstorm_module_forms__prev:active, ._stackstorm_module_forms__button._stackstorm_module_forms__next:active { background-color: #0076c6; } ._stackstorm_module_forms__button._stackstorm_module_forms__prev._stackstorm_module_forms__small, ._stackstorm_module_forms__button._stackstorm_module_forms__next._stackstorm_module_forms__small { font-size: 12px; padding: 3px 6px; } ._stackstorm_module_forms__button._stackstorm_module_forms__prev i, ._stackstorm_module_forms__button._stackstorm_module_forms__next i { font-size: 120%; font-weight: bold; } ._stackstorm_module_forms__button._stackstorm_module_forms__prev { margin-left: 10px; } ._stackstorm_module_forms__button._stackstorm_module_forms__prev:before { right: 100%; border-right-color: #007396; } ._stackstorm_module_forms__button._stackstorm_module_forms__prev._stackstorm_module_forms__disabled:before { border-right-color: #98989b; } ._stackstorm_module_forms__button._stackstorm_module_forms__prev:active:before { border-right-color: #66abc0; } ._stackstorm_module_forms__button._stackstorm_module_forms__next { margin-right: 10px; } ._stackstorm_module_forms__button._stackstorm_module_forms__next:after { left: 100%; border-left-color: #007396; } ._stackstorm_module_forms__button._stackstorm_module_forms__next._stackstorm_module_forms__disabled:after { border-left-color: #98989b; } ._stackstorm_module_forms__button._stackstorm_module_forms__next:active:after { border-left-color: #66abc0; } ._stackstorm_module_forms__button._stackstorm_module_forms__flat { color: #008ceb; background-color: transparent; box-shadow: none; } ._stackstorm_module_forms__button._stackstorm_module_forms__flat:focus { background-color: #e6f4fd; } ._stackstorm_module_forms__button._stackstorm_module_forms__flat:active { background-color: #cfe9fb; } ._stackstorm_module_forms__button._stackstorm_module_forms__flat:disabled, ._stackstorm_module_forms__button._stackstorm_module_forms__flat._stackstorm_module_forms__disabled { color: #b3b0ba; background-color: transparent; } ._stackstorm_module_forms__button._stackstorm_module_forms__flat._stackstorm_module_forms__red { color: #E63544; } ._stackstorm_module_forms__button._stackstorm_module_forms__flat._stackstorm_module_forms__red:active { color: #E63544; background-color: #FDEBED; } ._stackstorm_module_forms__button._stackstorm_module_forms__skeleton { font-size: 12px; padding: 3px 6px; color: #f4f4f4; border: 1px solid currentColor; background: transparent; box-shadow: none; } ._stackstorm_module_forms__button._stackstorm_module_forms__skeleton:active { background: color-mod(#f4f4f4 alpha(10%)); } ._stackstorm_module_forms__button._stackstorm_module_forms__left { float: left; } ._stackstorm_module_forms__button._stackstorm_module_forms__right { float: right; } ._stackstorm_module_forms__button + ._stackstorm_module_forms__button, ._stackstorm_module_forms__switch + ._stackstorm_module_forms__button { margin-left: 10px; } &._stackstorm_module_forms__buttons-panel { display: flex; margin-bottom: 10px; justify-content: flex-end; } &._stackstorm_module_forms__switch { display: flex; align-items: center; } &._stackstorm_module_forms__switch input[type=checkbox] { display: none; } /* add default box-sizing for this scope */ &._stackstorm_module_forms__switch input[type=checkbox], &._stackstorm_module_forms__switch input[type=checkbox]:after, &._stackstorm_module_forms__switch input[type=checkbox]:before, &._stackstorm_module_forms__switch input[type=checkbox] *, &._stackstorm_module_forms__switch input[type=checkbox] *:after, &._stackstorm_module_forms__switch input[type=checkbox] *:before, &._stackstorm_module_forms__switch input[type=checkbox] + label { box-sizing: border-box; } &._stackstorm_module_forms__switch input[type=checkbox]::-moz-selection, &._stackstorm_module_forms__switch input[type=checkbox]:after::-moz-selection, &._stackstorm_module_forms__switch input[type=checkbox]:before::-moz-selection, &._stackstorm_module_forms__switch input[type=checkbox] *::-moz-selection, &._stackstorm_module_forms__switch input[type=checkbox] *:after::-moz-selection, &._stackstorm_module_forms__switch input[type=checkbox] *:before::-moz-selection, &._stackstorm_module_forms__switch input[type=checkbox] + label::-moz-selection { background: none; } &._stackstorm_module_forms__switch input[type=checkbox]::selection, &._stackstorm_module_forms__switch input[type=checkbox]:after::selection, &._stackstorm_module_forms__switch input[type=checkbox]:before::selection, &._stackstorm_module_forms__switch input[type=checkbox] *::selection, &._stackstorm_module_forms__switch input[type=checkbox] *:after::selection, &._stackstorm_module_forms__switch input[type=checkbox] *:before::selection, &._stackstorm_module_forms__switch input[type=checkbox] + label::selection { background: none; } &._stackstorm_module_forms__switch input[type=checkbox] + label { outline: 0; display: block; width: 28px; height: 16px; position: relative; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } &._stackstorm_module_forms__switch input[type=checkbox] + label:after, &._stackstorm_module_forms__switch input[type=checkbox] + label:before { position: relative; display: block; content: ""; width: 50%; height: 100%; } &._stackstorm_module_forms__switch input[type=checkbox] + label:after { left: 0; } &._stackstorm_module_forms__switch input[type=checkbox] + label:before { display: none; } &._stackstorm_module_forms__switch input[type=checkbox]:checked + label:after { left: 50%; } &._stackstorm_module_forms__switch input[type=checkbox] + label { background: #818083; border-radius: 8px; padding: 2px; transition: all .4s ease; } &._stackstorm_module_forms__switch input[type=checkbox] + label:after { border-radius: 50%; background: #fff; transition: all .2s ease; } &._stackstorm_module_forms__switch input[type=checkbox]:checked + label { background: #008ceb; } &._stackstorm_module_forms__switch ._stackstorm_module_forms__title { font-size: 14px; font-weight: 200; line-height: 21px; position: relative; display: inline-block; padding: 6px 12px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; text-align: center; vertical-align: middle; white-space: nowrap; text-decoration: none; letter-spacing: .02em; word-spacing: normal; text-transform: capitalize; opacity: 1; color: #222; border: 0; outline: 0; background: transparent; }
/** * prism.js default theme for JavaScript, CSS and HTML * Based on dabblet (http://dabblet.com) * @author Lea Verou */ code[class*="language-"], pre[class*="language-"] { color: black; background: none; text-shadow: 0 1px white; font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace; font-size: 1em; text-align: left; white-space: pre; word-spacing: normal; word-break: normal; word-wrap: normal; line-height: 1.5; -moz-tab-size: 4; -o-tab-size: 4; tab-size: 4; -webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; hyphens: none; } pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection, code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection { text-shadow: none; background: #b3d4fc; } pre[class*="language-"]::selection, pre[class*="language-"] ::selection, code[class*="language-"]::selection, code[class*="language-"] ::selection { text-shadow: none; background: #b3d4fc; } @media print { code[class*="language-"], pre[class*="language-"] { text-shadow: none; } } /* Code blocks */ pre[class*="language-"] { padding: 1em; margin: .5em 0; overflow: auto; } :not(pre) > code[class*="language-"], pre[class*="language-"] { background: #f5f2f0; } /* Inline code */ :not(pre) > code[class*="language-"] { padding: .1em; border-radius: .3em; white-space: normal; } .token.comment, .token.prolog, .token.doctype, .token.cdata { color: slategray; } .token.punctuation { color: #999; } .token.namespace { opacity: .7; } .token.property, .token.tag, .token.boolean, .token.number, .token.constant, .token.symbol, .token.deleted { color: #905; } .token.selector, .token.attr-name, .token.string, .token.char, .token.builtin, .token.inserted { color: #690; } .token.operator, .token.entity, .token.url, .language-css .token.string, .style .token.string { color: #9a6e3a; /* This background color was intended by the author of this theme. */ background: hsla(0, 0%, 100%, .5); } .token.atrule, .token.attr-value, .token.keyword { color: #07a; } .token.function, .token.class-name { color: #DD4A68; } .token.regex, .token.important, .token.variable { color: #e90; } .token.important, .token.bold { font-weight: bold; } .token.italic { font-style: italic; } .token.entity { cursor: help; } .token.operator, .token.entity, .token.url, .language-css .token.string, .style .token.string { background: none; }
._stackstorm_module_highlight__component ._stackstorm_module_highlight__st2-panel__scroller { padding: 30px; } ._stackstorm_module_highlight__welled ._stackstorm_module_highlight__well { min-height: 20px; padding: 4px; color: black; border-radius: 4px; background-color: #ddddde; } ._stackstorm_module_highlight__welled ._stackstorm_module_highlight__well pre { font-family: "Droid Sans Mono", monospace; font-size: 12px; display: block; overflow: scroll; margin: 0; padding: 15px; } ._stackstorm_module_highlight__welled ._stackstorm_module_highlight__well pre::-webkit-scrollbar { width: 5px; height: 5px; background-color: transparent; } ._stackstorm_module_highlight__welled ._stackstorm_module_highlight__well pre::-webkit-scrollbar-thumb { border-radius: 3px; background-color: rgba(150, 150, 150, .3); } ._stackstorm_module_highlight__welled ._stackstorm_module_highlight__well pre::-webkit-scrollbar-thumb:hover { background-color: rgba(150, 150, 150, .7); } ._stackstorm_module_highlight__welled ._stackstorm_module_highlight__well pre::-webkit-scrollbar-corner { background-color: transparent; } ._stackstorm_module_highlight__welled ._stackstorm_module_highlight__well code { font-family: inherit; font-size: inherit; } ._stackstorm_module_highlight__buttons { position: absolute; right: 15px; bottom: 15px; } a._stackstorm_module_highlight__more:link,a._stackstorm_module_highlight__more:visited { display: block; cursor: pointer; text-decoration: underline; color: #888; } a._stackstorm_module_highlight__more:-webkit-any-link { display: block; cursor: pointer; text-decoration: underline; color: #888; } a._stackstorm_module_highlight__more:-moz-any-link { display: block; cursor: pointer; text-decoration: underline; color: #888; } a._stackstorm_module_highlight__more:any-link { display: block; cursor: pointer; text-decoration: underline; color: #888; } a._stackstorm_module_highlight__more:link:hover,a._stackstorm_module_highlight__more:visited:hover { color: inherit; } a._stackstorm_module_highlight__more:-webkit-any-link:hover { color: inherit; } a._stackstorm_module_highlight__more:-moz-any-link:hover { color: inherit; } a._stackstorm_module_highlight__more:any-link:hover { color: inherit; } ._stackstorm_module_highlight__buttons._stackstorm_module_highlight__input-active { background-color: #ff9e1b; }
._stackstorm_module_label__component { } ._stackstorm_module_label__label { font-size: 12px; font-weight: bold; line-height: 11px; display: inline-block; padding: 8px 10px; text-align: center; vertical-align: middle; white-space: nowrap; color: #fff; border-radius: 2px; background-color: #777; border: 1px solid #fff; box-sizing: border-box; } ._stackstorm_module_label__label:before { font-family: "brocadeicons"; font-size: 9px; font-weight: normal; font-style: normal; display: inline-block; margin-right: 3px; vertical-align: baseline; } ._stackstorm_module_label__primary { background-color: #428bca; } ._stackstorm_module_label__info { background-color: #5bc0de; } ._stackstorm_module_label__warning { background-color: #FF6600; } ._stackstorm_module_label__warning:before { display: none; content: "\E967"; } ._stackstorm_module_label__danger, ._stackstorm_module_label__failed { background-color: #E63544; } ._stackstorm_module_label__danger:before, ._stackstorm_module_label__failed:before { display: none; content: "\E940"; } ._stackstorm_module_label__success, ._stackstorm_module_label__succeeded { background-color: #00BD49; } ._stackstorm_module_label__success:before, ._stackstorm_module_label__succeeded:before { display: none; content: "\E968"; } ._stackstorm_module_label__progress:before { content: "\E94B"; -webkit-animation: _stackstorm_module_label__spin 2s infinite linear; animation: _stackstorm_module_label__spin 2s infinite linear; } ._stackstorm_module_label__short ._stackstorm_module_label__label { overflow: hidden; box-sizing: border-box; width: 16px; height: 16px; padding: 2px 2.5px; color: transparent; border-radius: 50%; } ._stackstorm_module_label__short ._stackstorm_module_label__label:before { display: inline; display: initial; color: white; font-weight: bold; vertical-align: bottom; } ._stackstorm_module_label__short ._stackstorm_module_label__progress { -webkit-animation: _stackstorm_module_label__breathe 1s ease-in-out infinite alternate; animation: _stackstorm_module_label__breathe 1s ease-in-out infinite alternate; } ._stackstorm_module_label__short ._stackstorm_module_label__progress:before { content: none; -webkit-animation: none; animation: none; } @-webkit-keyframes _stackstorm_module_label__breathe { 0% { background-color: #767679; } 100% { background-color: #bbbbbc; } } @keyframes _stackstorm_module_label__breathe { 0% { background-color: #767679; } 100% { background-color: #bbbbbc; } }
._stackstorm_module_login__component { position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: flex; color: #1E1D1F; align-items: center; justify-content: center; } ._stackstorm_module_login__component a, ._stackstorm_module_login__component a:link, ._stackstorm_module_login__component a:active, ._stackstorm_module_login__component a:visited, ._stackstorm_module_login__component a:hover { color: #a4a4a4; } ._stackstorm_module_login__component ._stackstorm_module_login__field { background-color: #F6F6F9; } ._stackstorm_module_login__logo { display: block; width: 50px; margin: 20px auto; } ._stackstorm_module_login__logo img { width: 50px; } ._stackstorm_module_login__form { display: block; width: 240px; } ._stackstorm_module_login__row { display: flex; margin: 10px; align-items: center; } ._stackstorm_module_login__button { padding: 3px 12px; font-family: Roboto, sans-serif; } ._stackstorm_module_login__checkbox-wrapper { flex: 1; text-align: right; } ._stackstorm_module_login__error { margin: 10px; padding: 10px; color: #ff4500; border: 1px solid #ff4500; border-radius: 4px; } ._stackstorm_module_login__error::-moz-selection { color: #151a1e; background-color: #ff4500; } ._stackstorm_module_login__error::selection { color: #151a1e; background-color: #ff4500; } ._stackstorm_module_login__links { position: absolute; right: 0; bottom: 0; left: 0; display: flex; padding: 10px; text-align: center; justify-content: space-between; } ._stackstorm_module_login__checkbox { display: none; margin: 0; padding: 0; } ._stackstorm_module_login__checkbox-block { font-size: 15px; line-height: 36px; } ._stackstorm_module_login__checkbox-label { font-weight: 100; font-family: Roboto, sans-serif; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; vertical-align: top; } ._stackstorm_module_login__checkbox + ._stackstorm_module_login__checkbox-label:before { font-family: "brocadeicons"; font-size: 12px; font-weight: normal; font-style: normal; line-height: 10px; display: inline-block; width: 10px; height: 10px; margin-right: .3em; content: "\E968"; text-decoration: inherit; color: #1E1D1F; border: 1px solid #1E1D1F; background-color: transparent; } ._stackstorm_module_login__checkbox:not(:checked) + ._stackstorm_module_login__checkbox-label:before { color: transparent; }
._stackstorm_module_menu__component { font-family: Roboto,sans-serif; font-size: 16px; font-weight: normal; position: relative; z-index: 2; display: flex; padding-left: 50px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; letter-spacing: .04em; color: #4B4A4F; background-color: #0097AC; align-items: center; } ._stackstorm_module_menu__component a:link, ._stackstorm_module_menu__component a:visited, ._stackstorm_module_menu__component a:hover, ._stackstorm_module_menu__component a:active { color: inherit; text-decoration: none; } ._stackstorm_module_menu__logo { /* We need to specify it here so the logo on login screen would match the menu one */ font-size: 16px; font-family: Roboto,sans-serif; display: flex; min-width: 200px; height: 52px; margin: 10px; text-decoration: none; color: transparent; background-image: url(../img/logo.svg); background-repeat: no-repeat; background-size: 153px; align-items: flex-end; } ._stackstorm_module_menu__logo:after { white-space: nowrap; color: #4B4A4F; background-color:#0097AC } /* TODO: Remove this ugliness */ ._stackstorm_module_menu__spacer { flex: 1; } ._stackstorm_module_menu__nav { display: flex; margin: 0; padding: 0; list-style: none; } ._stackstorm_module_menu__nav-item { font-size: 10px; display: block; min-width: 35px; height: 72px; padding: 0 16px; text-align: center; text-decoration: none; text-transform: uppercase; color: inherit; border: 1px solid transparent; } ._stackstorm_module_menu__nav-item:hover { background-color: rgba(0,0,0,.1); } ._stackstorm_module_menu__nav-item i { font-size: 20px; line-height: 35px; display: block; width: 35px; height: 35px; margin: 8px auto; border-radius: 50%; } ._stackstorm_module_menu__nav-item-active i { background-color: #008CEB; color: white; } ._stackstorm_module_menu__side { position: relative; padding: 10px; font-size: 10px; cursor: pointer; white-space: nowrap; text-transform: uppercase; color: inherit; text-decoration: none; } ._stackstorm_module_menu__side-item { position: relative; font-size: 12px; height: 40px; padding: 0 10px; margin-left: 0.25em; text-transform: lowercase; cursor: pointer; -webkit-user-select: text; -moz-user-select: text; -ms-user-select: text; user-select: text; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; white-space: nowrap; color: inherit; } ._stackstorm_module_menu__side-item i { font-size: 15px; font-weight: normal; vertical-align: text-top; } ._stackstorm_module_menu__side-item input { display: none; } ._stackstorm_module_menu__side-item ._stackstorm_module_menu__icon-user { margin-left: 0.25em; } ._stackstorm_module_menu__side-dropdown { font-size: 14px; font-weight: normal; position: absolute; z-index: 1; right: 0; display: none; color: black; background-color: white; } ._stackstorm_module_menu__side-dropdown-backdrop { position: fixed; z-index: 10; top: 0; right: 0; bottom: 0; left: 0; } ._stackstorm_module_menu__side-dropdown-item { line-height: 2em; position: relative; z-index: 11; padding: 0 10px; } ._stackstorm_module_menu__side-dropdown-item:hover { background-color: #fff5e9; } ._stackstorm_module_menu__side-item input[type=checkbox]:checked ~ ._stackstorm_module_menu__side-dropdown { display: block; }
.noty_layout_mixin, #noty_layout__top, #noty_layout__topLeft, #noty_layout__topCenter, #noty_layout__topRight, #noty_layout__bottom, #noty_layout__bottomLeft, #noty_layout__bottomCenter, #noty_layout__bottomRight, #noty_layout__center, #noty_layout__centerLeft, #noty_layout__centerRight { position: fixed; margin: 0; padding: 0; z-index: 9999999; -webkit-transform: translateZ(0) scale(1, 1); transform: translateZ(0) scale(1, 1); -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-font-smoothing: subpixel-antialiased; filter: blur(0); -webkit-filter: blur(0); max-width: 90%; } #noty_layout__top { top: 0; left: 5%; width: 90%; } #noty_layout__topLeft { top: 20px; left: 20px; width: 325px; } #noty_layout__topCenter { top: 5%; left: 50%; width: 325px; -webkit-transform: translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1); transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1); } #noty_layout__topRight { top: 20px; right: 20px; width: 325px; } #noty_layout__bottom { bottom: 0; left: 5%; width: 90%; } #noty_layout__bottomLeft { bottom: 20px; left: 20px; width: 325px; } #noty_layout__bottomCenter { bottom: 5%; left: 50%; width: 325px; -webkit-transform: translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1); transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1); } #noty_layout__bottomRight { bottom: 20px; right: 20px; width: 325px; } #noty_layout__center { top: 50%; left: 50%; width: 325px; -webkit-transform: translate(-webkit-calc(-50% - .5px), -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1); transform: translate(calc(-50% - .5px), calc(-50% - .5px)) translateZ(0) scale(1, 1); } #noty_layout__centerLeft { top: 50%; left: 20px; width: 325px; -webkit-transform: translate(0, -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1); transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1); } #noty_layout__centerRight { top: 50%; right: 20px; width: 325px; -webkit-transform: translate(0, -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1); transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1); } .noty_progressbar { display: none; } .noty_has_timeout.noty_has_progressbar .noty_progressbar { display: block; position: absolute; left: 0; bottom: 0; height: 3px; width: 100%; background-color: #646464; opacity: 0.2; filter: alpha(opacity=10); } .noty_bar { -webkit-backface-visibility: hidden; -webkit-transform: translate(0, 0) translateZ(0) scale(1, 1); -ms-transform: translate(0, 0) scale(1, 1); transform: translate(0, 0) scale(1, 1); -webkit-font-smoothing: subpixel-antialiased; overflow: hidden; } .noty_effects_open { opacity: 0; -webkit-transform: translate(50%); -ms-transform: translate(50%); transform: translate(50%); -webkit-animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55); animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55); -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; } .noty_effects_close { -webkit-animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55); animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55); -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; } .noty_fix_effects_height { -webkit-animation: noty_anim_height 75ms ease-out; animation: noty_anim_height 75ms ease-out; } .noty_close_with_click { cursor: pointer; } .noty_close_button { position: absolute; top: 2px; right: 2px; font-weight: bold; width: 20px; height: 20px; text-align: center; line-height: 20px; background-color: rgba(0, 0, 0, 0.05); border-radius: 2px; cursor: pointer; -webkit-transition: all .2s ease-out; transition: all .2s ease-out; } .noty_close_button:hover { background-color: rgba(0, 0, 0, 0.1); } .noty_modal { position: fixed; width: 100%; height: 100%; background-color: #000; z-index: 10000; opacity: .3; left: 0; top: 0; } .noty_modal.noty_modal_open { opacity: 0; -webkit-animation: noty_modal_in .3s ease-out; animation: noty_modal_in .3s ease-out; } .noty_modal.noty_modal_close { -webkit-animation: noty_modal_out .3s ease-out; animation: noty_modal_out .3s ease-out; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; } @-webkit-keyframes noty_modal_in { 100% { opacity: .3; } } @keyframes noty_modal_in { 100% { opacity: .3; } } @-webkit-keyframes noty_modal_out { 100% { opacity: 0; } } @keyframes noty_modal_out { 100% { opacity: 0; } } @keyframes noty_modal_out { 100% { opacity: 0; } } @-webkit-keyframes noty_anim_in { 100% { -webkit-transform: translate(0); transform: translate(0); opacity: 1; } } @keyframes noty_anim_in { 100% { -webkit-transform: translate(0); transform: translate(0); opacity: 1; } } @-webkit-keyframes noty_anim_out { 100% { -webkit-transform: translate(50%); transform: translate(50%); opacity: 0; } } @keyframes noty_anim_out { 100% { -webkit-transform: translate(50%); transform: translate(50%); opacity: 0; } } @-webkit-keyframes noty_anim_height { 100% { height: 0; } } @keyframes noty_anim_height { 100% { height: 0; } } .noty_theme__relax.noty_bar { margin: 4px 0; overflow: hidden; border-radius: 2px; position: relative; } .noty_theme__relax.noty_bar .noty_body { padding: 10px; } .noty_theme__relax.noty_bar .noty_buttons { border-top: 1px solid #e7e7e7; padding: 5px 10px; } .noty_theme__relax.noty_type__alert, .noty_theme__relax.noty_type__notification { background-color: #fff; border: 1px solid #dedede; color: #444; } .noty_theme__relax.noty_type__warning { background-color: #FFEAA8; border: 1px solid #FFC237; color: #826200; } .noty_theme__relax.noty_type__warning .noty_buttons { border-color: #dfaa30; } .noty_theme__relax.noty_type__error { background-color: #FF8181; border: 1px solid #e25353; color: #FFF; } .noty_theme__relax.noty_type__error .noty_buttons { border-color: darkred; } .noty_theme__relax.noty_type__info, .noty_theme__relax.noty_type__information { background-color: #78C5E7; border: 1px solid #3badd6; color: #FFF; } .noty_theme__relax.noty_type__info .noty_buttons, .noty_theme__relax.noty_type__information .noty_buttons { border-color: #0B90C4; } .noty_theme__relax.noty_type__success { background-color: #BCF5BC; border: 1px solid #7cdd77; color: darkgreen; } .noty_theme__relax.noty_type__success .noty_buttons { border-color: #50C24E; } .noty_theme__metroui.noty_bar { margin: 4px 0; overflow: hidden; position: relative; box-shadow: rgba(0, 0, 0, 0.298039) 0 0 5px 0; } .noty_theme__metroui.noty_bar .noty_progressbar { position: absolute; left: 0; bottom: 0; height: 3px; width: 100%; background-color: #000; opacity: 0.2; filter: alpha(opacity=20); } .noty_theme__metroui.noty_bar .noty_body { padding: 1.25em; font-size: 14px; } .noty_theme__metroui.noty_bar .noty_buttons { padding: 0 10px .5em 10px; } .noty_theme__metroui.noty_type__alert, .noty_theme__metroui.noty_type__notification { background-color: #fff; color: #1d1d1d; } .noty_theme__metroui.noty_type__warning { background-color: #FA6800; color: #fff; } .noty_theme__metroui.noty_type__error { background-color: #CE352C; color: #FFF; } .noty_theme__metroui.noty_type__info, .noty_theme__metroui.noty_type__information { background-color: #1BA1E2; color: #FFF; } .noty_theme__metroui.noty_type__success { background-color: #60A917; color: #fff; } .noty_theme__mint.noty_bar { margin: 4px 0; overflow: hidden; border-radius: 2px; position: relative; } .noty_theme__mint.noty_bar .noty_body { padding: 10px; font-size: 14px; } .noty_theme__mint.noty_bar .noty_buttons { padding: 10px; } .noty_theme__mint.noty_type__alert, .noty_theme__mint.noty_type__notification { background-color: #fff; border-bottom: 1px solid #D1D1D1; color: #2F2F2F; } .noty_theme__mint.noty_type__warning { background-color: #FFAE42; border-bottom: 1px solid #E89F3C; color: #fff; } .noty_theme__mint.noty_type__error { background-color: #DE636F; border-bottom: 1px solid #CA5A65; color: #fff; } .noty_theme__mint.noty_type__info, .noty_theme__mint.noty_type__information { background-color: #7F7EFF; border-bottom: 1px solid #7473E8; color: #fff; } .noty_theme__mint.noty_type__success { background-color: #AFC765; border-bottom: 1px solid #A0B55C; color: #fff; } .noty_theme__sunset.noty_bar { margin: 4px 0; overflow: hidden; border-radius: 2px; position: relative; } .noty_theme__sunset.noty_bar .noty_body { padding: 10px; font-size: 14px; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); } .noty_theme__sunset.noty_bar .noty_buttons { padding: 10px; } .noty_theme__sunset.noty_type__alert, .noty_theme__sunset.noty_type__notification { background-color: #073B4C; color: #fff; } .noty_theme__sunset.noty_type__alert .noty_progressbar, .noty_theme__sunset.noty_type__notification .noty_progressbar { background-color: #fff; } .noty_theme__sunset.noty_type__warning { background-color: #FFD166; color: #fff; } .noty_theme__sunset.noty_type__error { background-color: #EF476F; color: #fff; } .noty_theme__sunset.noty_type__error .noty_progressbar { opacity: .4; } .noty_theme__sunset.noty_type__info, .noty_theme__sunset.noty_type__information { background-color: #118AB2; color: #fff; } .noty_theme__sunset.noty_type__info .noty_progressbar, .noty_theme__sunset.noty_type__information .noty_progressbar { opacity: .6; } .noty_theme__sunset.noty_type__success { background-color: #06D6A0; color: #fff; } .noty_theme__bootstrap-v3.noty_bar { margin: 4px 0; overflow: hidden; position: relative; border: 1px solid transparent; border-radius: 4px; } .noty_theme__bootstrap-v3.noty_bar .noty_body { padding: 15px; } .noty_theme__bootstrap-v3.noty_bar .noty_buttons { padding: 10px; } .noty_theme__bootstrap-v3.noty_bar .noty_close_button { font-size: 21px; font-weight: 700; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; filter: alpha(opacity=20); opacity: .2; background: transparent; } .noty_theme__bootstrap-v3.noty_bar .noty_close_button:hover { background: transparent; text-decoration: none; cursor: pointer; filter: alpha(opacity=50); opacity: .5; } .noty_theme__bootstrap-v3.noty_type__alert, .noty_theme__bootstrap-v3.noty_type__notification { background-color: #fff; color: inherit; } .noty_theme__bootstrap-v3.noty_type__warning { background-color: #fcf8e3; color: #8a6d3b; border-color: #faebcc; } .noty_theme__bootstrap-v3.noty_type__error { background-color: #f2dede; color: #a94442; border-color: #ebccd1; } .noty_theme__bootstrap-v3.noty_type__info, .noty_theme__bootstrap-v3.noty_type__information { background-color: #d9edf7; color: #31708f; border-color: #bce8f1; } .noty_theme__bootstrap-v3.noty_type__success { background-color: #dff0d8; color: #3c763d; border-color: #d6e9c6; } .noty_theme__bootstrap-v4.noty_bar { margin: 4px 0; overflow: hidden; position: relative; border: 1px solid transparent; border-radius: .25rem; } .noty_theme__bootstrap-v4.noty_bar .noty_body { padding: .75rem 1.25rem; } .noty_theme__bootstrap-v4.noty_bar .noty_buttons { padding: 10px; } .noty_theme__bootstrap-v4.noty_bar .noty_close_button { font-size: 1.5rem; font-weight: 700; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; filter: alpha(opacity=20); opacity: .5; background: transparent; } .noty_theme__bootstrap-v4.noty_bar .noty_close_button:hover { background: transparent; text-decoration: none; cursor: pointer; filter: alpha(opacity=50); opacity: .75; } .noty_theme__bootstrap-v4.noty_type__alert, .noty_theme__bootstrap-v4.noty_type__notification { background-color: #fff; color: inherit; } .noty_theme__bootstrap-v4.noty_type__warning { background-color: #fcf8e3; color: #8a6d3b; border-color: #faebcc; } .noty_theme__bootstrap-v4.noty_type__error { background-color: #f2dede; color: #a94442; border-color: #ebccd1; } .noty_theme__bootstrap-v4.noty_type__info, .noty_theme__bootstrap-v4.noty_type__information { background-color: #d9edf7; color: #31708f; border-color: #bce8f1; } .noty_theme__bootstrap-v4.noty_type__success { background-color: #dff0d8; color: #3c763d; border-color: #d6e9c6; } .noty_theme__semanticui.noty_bar { margin: 4px 0; overflow: hidden; position: relative; border: 1px solid transparent; font-size: 1em; border-radius: .28571429rem; box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.22) inset, 0 0 0 0 transparent; } .noty_theme__semanticui.noty_bar .noty_body { padding: 1em 1.5em; line-height: 1.4285em; } .noty_theme__semanticui.noty_bar .noty_buttons { padding: 10px; } .noty_theme__semanticui.noty_type__alert, .noty_theme__semanticui.noty_type__notification { background-color: #f8f8f9; color: rgba(0, 0, 0, 0.87); } .noty_theme__semanticui.noty_type__warning { background-color: #fffaf3; color: #573a08; box-shadow: 0 0 0 1px #c9ba9b inset, 0 0 0 0 transparent; } .noty_theme__semanticui.noty_type__error { background-color: #fff6f6; color: #9f3a38; box-shadow: 0 0 0 1px #e0b4b4 inset, 0 0 0 0 transparent; } .noty_theme__semanticui.noty_type__info, .noty_theme__semanticui.noty_type__information { background-color: #f8ffff; color: #276f86; box-shadow: 0 0 0 1px #a9d5de inset, 0 0 0 0 transparent; } .noty_theme__semanticui.noty_type__success { background-color: #fcfff5; color: #2c662d; box-shadow: 0 0 0 1px #a3c293 inset, 0 0 0 0 transparent; } .noty_theme__nest.noty_bar { margin: 0 0 15px 0; overflow: hidden; border-radius: 2px; position: relative; box-shadow: rgba(0, 0, 0, 0.098039) 5px 4px 10px 0; } .noty_theme__nest.noty_bar .noty_body { padding: 10px; font-size: 14px; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); } .noty_theme__nest.noty_bar .noty_buttons { padding: 10px; } .noty_layout .noty_theme__nest.noty_bar { z-index: 5; } .noty_layout .noty_theme__nest.noty_bar:nth-child(2) { position: absolute; top: 0; margin-top: 4px; margin-right: -4px; margin-left: 4px; z-index: 4; width: 100%; } .noty_layout .noty_theme__nest.noty_bar:nth-child(3) { position: absolute; top: 0; margin-top: 8px; margin-right: -8px; margin-left: 8px; z-index: 3; width: 100%; } .noty_layout .noty_theme__nest.noty_bar:nth-child(4) { position: absolute; top: 0; margin-top: 12px; margin-right: -12px; margin-left: 12px; z-index: 2; width: 100%; } .noty_layout .noty_theme__nest.noty_bar:nth-child(5) { position: absolute; top: 0; margin-top: 16px; margin-right: -16px; margin-left: 16px; z-index: 1; width: 100%; } .noty_layout .noty_theme__nest.noty_bar:nth-child(n+6) { position: absolute; top: 0; margin-top: 20px; margin-right: -20px; margin-left: 20px; z-index: -1; width: 100%; } #noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(2), #noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(2) { margin-top: 4px; margin-left: -4px; margin-right: 4px; } #noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(3), #noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(3) { margin-top: 8px; margin-left: -8px; margin-right: 8px; } #noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(4), #noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(4) { margin-top: 12px; margin-left: -12px; margin-right: 12px; } #noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(5), #noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(5) { margin-top: 16px; margin-left: -16px; margin-right: 16px; } #noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(n+6), #noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(n+6) { margin-top: 20px; margin-left: -20px; margin-right: 20px; } .noty_theme__nest.noty_type__alert, .noty_theme__nest.noty_type__notification { background-color: #073B4C; color: #fff; } .noty_theme__nest.noty_type__alert .noty_progressbar, .noty_theme__nest.noty_type__notification .noty_progressbar { background-color: #fff; } .noty_theme__nest.noty_type__warning { background-color: #FFD166; color: #fff; } .noty_theme__nest.noty_type__error { background-color: #EF476F; color: #fff; } .noty_theme__nest.noty_type__error .noty_progressbar { opacity: .4; } .noty_theme__nest.noty_type__info, .noty_theme__nest.noty_type__information { background-color: #118AB2; color: #fff; } .noty_theme__nest.noty_type__info .noty_progressbar, .noty_theme__nest.noty_type__information .noty_progressbar { opacity: .6; } .noty_theme__nest.noty_type__success { background-color: #06D6A0; color: #fff; } .noty_theme__light.noty_bar { margin: 4px 0; overflow: hidden; border-radius: 2px; position: relative; } .noty_theme__light.noty_bar .noty_body { padding: 10px; } .noty_theme__light.noty_bar .noty_buttons { border-top: 1px solid #e7e7e7; padding: 5px 10px; } .noty_theme__light.noty_type__alert, .noty_theme__light.noty_type__notification { background-color: #fff; border: 1px solid #dedede; color: #444; } .noty_theme__light.noty_type__warning { background-color: #FFEAA8; border: 1px solid #FFC237; color: #826200; } .noty_theme__light.noty_type__warning .noty_buttons { border-color: #dfaa30; } .noty_theme__light.noty_type__error { background-color: #ED7000; border: 1px solid #e25353; color: #FFF; } .noty_theme__light.noty_type__error .noty_buttons { border-color: darkred; } .noty_theme__light.noty_type__info, .noty_theme__light.noty_type__information { background-color: #78C5E7; border: 1px solid #3badd6; color: #FFF; } .noty_theme__light.noty_type__info .noty_buttons, .noty_theme__light.noty_type__information .noty_buttons { border-color: #0B90C4; } .noty_theme__light.noty_type__success { background-color: #57C880; border: 1px solid #7cdd77; color: darkgreen; } .noty_theme__light.noty_type__success .noty_buttons { border-color: #50C24E; } /*# sourceMappingURL=style.css.map */
._stackstorm_module_pack_icon__component { position: relative; display: inline-block; width: 32px; height: 32px; vertical-align: middle; border: 5px solid #fff; border-radius: 5px; background: #fff; } ._stackstorm_module_pack_icon__component:after { font-family: "brocadeicons"; font-size: 32px; line-height: 1; position: absolute; top: 0; left: 0; width: 32px; height: 32px; content: "\E94D"; text-align: center; color: #000; } ._stackstorm_module_pack_icon__small { width: 24px; height: 24px; border: 4px solid #fff; } ._stackstorm_module_pack_icon__small:after { font-size: 24px; top: 0; width: 24px; height: 24px; } ._stackstorm_module_pack_icon__image { position: relative; z-index: 1; width: 32px; height: 32px; background: #fff; box-shadow: 0 0 0 3px white; } ._stackstorm_module_pack_icon__image-small { width: 24px; height: 24px; }
.st2-panel { display: flex; flex: 1; width: 100%; background-color: white; } .st2-panel__view { /* for .st2-panel__back-button to fill the right block */ position: relative; z-index: 1; display: flex; flex: 1; flex-direction: column; box-sizing: border-box; box-shadow: 0 0 20px rgba(0,0,0,.4); } .st2-panel__details { position: relative; display: flex; overflow-x: hidden; overflow-y: auto; flex-direction: column; box-sizing: border-box; padding: 0; width: 480px; background-color: #f6f6f6; } .st2-panel--detailed .st2-panel__view { flex: initial; width: 480px; } .st2-panel--detailed .st2-panel__details { width: auto; width: initial; flex: 1; } .st2-panel__scroller { /* Since you have already gone that far, why don't you eliminate the jump that happens when scroll appears */ position: absolute; top: 0; right: 0; bottom: 0; left: 0; overflow-x: hidden; overflow-y: auto; } .st2-panel__scroller::-webkit-scrollbar { width: 5px; height: 5px; background-color: transparent; } .st2-panel__scroller::-webkit-scrollbar-thumb { background-color: #ddddde; } .st2-panel__scroller::-webkit-scrollbar-thumb:hover { background-color: #bbbbbc; } .st2-panel__toolbar { font-size: 18px; font-weight: 200; display: flex; height: 38px; padding: 10px; color: white; background-color: #4b4b4f; justify-content: space-between; flex-flow: row-reverse nowrap; } .st2-panel__toolbar-title { font-weight: 400; line-height: 38px; overflow: hidden; flex: 1 0 auto; margin-right: 10px; letter-spacing: .8px; order: -1; } .st2-panel__toolbar-actions { position: absolute; z-index: 1; right: 10px; bottom: 10px; display: flex; flex: 0 0 40px; margin-right: 10px; justify-content: center; } .st2-panel__toolbar-button { font-size: 20px; line-height: 42px; display: block; width: 38px; height: 38px; padding: 0; cursor: pointer; text-align: center; text-decoration: none; color: white; border-radius: 50%; background-color: #008ceb; box-shadow: 0 0 10px #b3b0ba; } a.st2-panel__toolbar-button, a.st2-panel__toolbar-button:link, a.st2-panel__toolbar-button:active, a.st2-panel__toolbar-button:visited, a.st2-panel__toolbar-button:hover { color: #fff; } .st2-panel__toolbar-filters { display: flex; flex: 1 0 auto; justify-content: flex-end; order: -2; } .st2-panel__toolbar-search { font-family: Roboto,sans-serif; font-size: 14px; font-weight: 400; position: relative; top: -3px; padding: 4px 0; min-width: 32px; order: -3; } .st2-panel__toolbar-view { display: flex; flex: 0 0 auto; order: -4; } .st2-panel__toolbar-toggle-all { font-size: 10px; line-height: 38px; display: flex; flex: 0 0 auto; width: 15px; padding: 0 5px; cursor: pointer; order: 0; } .st2-panel__toolbar-toggle-all:after { font-family: "brocadeicons"; font-weight: normal; font-style: normal; width: 100%; content: "\e95f"; } .st2-panel__toolbar-toggle-all--collapsed:after { content: "\e972"; } .st2-panel__search-bar[type="search"] { font-size: 13px; line-height: 20px; box-sizing: border-box; width: 100%; padding: 6px 30px 3px 0; color: white; border: 0; border-bottom: 1px solid #98989b; outline: none; background-color: transparent; } .st2-panel__search-bar::-moz-placeholder { color: #98989b; } .st2-panel__search-bar:-ms-input-placeholder { color: #98989b; } .st2-panel__search-bar::placeholder { color: #98989b; } .st2-panel__search-bar ~ i { font-size: 120%; position: absolute; top: 13px; right: 6px; color: #98989b; } .st2-panel__search-bar:focus { border-bottom: 1px solid white; } .st2-panel__search-bar:focus::-moz-placeholder { color: transparent; } .st2-panel__search-bar:focus:-ms-input-placeholder { color: transparent; } .st2-panel__search-bar:focus::placeholder { color: transparent; } .st2-panel__search-bar:focus ~ i { color: white; } .st2-panel__search-bar--hidden { display: none; } .st2-panel__content { position: relative; flex: 1; min-height: 100px; color: color-mod(#B0D1E5 alpha(40%)); } .st2-panel__content-empty { font-size: 18px; margin: 60px 30px 30px; padding: 100px 0; text-align: center; color: black; background-image: url(../img/empty.svg); background-repeat: no-repeat; background-position: center 0; background-size: 320px; text-shadow: 0 0 1px #eee; } .st2-panel__content-error { padding: 5em; text-align: center; } .st2-panel__content-error:before { font-family: "brocadeicons"; font-size: 32px; font-weight: normal; font-style: normal; display: block; padding-bottom: 10px; content: "\e93d"; } .st2-panel__content-error-title { color: #8396A8; } .st2-panel__content-error a, .st2-panel__content-error a:link, .st2-panel__content-error a:active, .st2-panel__content-error a:visited, .st2-panel__content-error a:hover { color: #8396A8; } .st2-panel__navigation { display: flex; padding: 10px; justify-content: space-between; } .st2-panel__loader:before { font-family: "brocadeicons"; font-size: 92px; font-weight: normal; font-style: normal; position: absolute; z-index: 5; top: 50%; left: 50%; width: 100px; height: 100px; margin: -50px 0 0 -50px; content: "\e94b"; -webkit-animation: spin 2s infinite linear; animation: spin 2s infinite linear; text-align: center; vertical-align: middle; pointer-events: none; color: #22282D; } @-webkit-keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(359deg); } } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(359deg); } } .st2-details__panel { padding: 20px 10px 10px 0; margin-left: 20px; border-bottom: 1px solid #bbb; } .st2-details__panel--stick { padding-right: 0; } .st2-details__panel-heading { display: flex; margin-bottom: 10px; } .st2-details__panel-title { font-size: 15px; font-weight: 400; flex: 1; margin: 0; margin-bottom: -2px; padding: 0; letter-spacing: .5px; text-transform: uppercase; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; } .st2-details__panel-type { flex: 1; text-align: right; } .st2-details__panel-body { margin: 0 0 10px; } .st2-details__panel-body-tag { font-weight: 400; line-height: 1; display: inline-block; margin: 2px 5px 2px 0; padding: .25em .4em; cursor: pointer; text-align: center; vertical-align: baseline; white-space: nowrap; color: #fff; border-radius: .25rem; background-color: #6493b4; } .st2-details__panel-body-pocket { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .st2-details__panel-body-line { display: grid; grid-template-columns: -webkit-max-content auto; grid-template-columns: max-content auto; grid-column-gap: 10px; margin: 0; } .st2-details__panel-body-label { line-height: 34px; width: 100px; text-transform: capitalize; color: #818083; } .st2-details__panel-body-value { line-height: 34px; overflow: hidden; flex: 1; margin: 0; } .st2-details__panel-body-value pre { margin: 0; } .st2-details__panel-body-value a { color: #00558a; } .st2-details__panel-empty { font-weight: 200; padding: 0 0 15px; text-align: left; color: #545458; } .st2-details__panel:last-of-type { margin-bottom: 10px; padding-bottom: 0; border-bottom-color: transparent; } .st2-details__header { overflow: hidden; padding-top: 20px; color: white; background: #4b4b4f; } .st2-details__header a:link, .st2-details__header a:visited, .st2-details__header a:hover, .st2-details__header a:active { color: inherit; text-decoration: none; } .st2-details__header-label { float: right; margin-top: 3px; margin-left: 10px; } .st2-details__header-name { font-size: 18px; padding: 0 20px; word-break: break-all; } .st2-details__header-name:hover { text-decoration: underline; } .st2-details__header-description { font-size: 14px; margin-top: 6px; margin-bottom: 20px; padding: 0 20px; } .st2-details__header-conditions { display: table; width: 100%; } .st2-details__header-condition { display: table-row; } .st2-details__header-condition-icon { position: relative; top: -1px; } .st2-details__header-condition-label, .st2-details__header-condition-icon, .st2-details__header-condition-name { line-height: 32px; display: table-cell; height: 32px; padding: 7px 0; vertical-align: middle; } .st2-details__header-condition-label { font-size: 22px; width: 1px; padding-right: 12px; padding-left: 20px; text-align: right; vertical-align: middle; text-transform: uppercase; } .st2-details__header-condition-name { font-size: 14px; width: 100%; padding-right: 20px; padding-left: 12px; vertical-align: middle; } .st2-details__toolbar { display: flex; align-items: center; height: 28px; padding: 15px 15px 15px 20px; background-color: #e5e5e5; } .st2-details__toolbar-separator { flex: 1; align-self: center; } .st2-details__toolbar-message { display: block; overflow: hidden; width: 100%; -webkit-animation-name: show-then-hide; animation-name: show-then-hide; -webkit-animation-duration: 5s; animation-duration: 5s; white-space: nowrap; text-overflow: ellipsis; opacity: 0; } .st2-details__toolbar-message-saved { color: #5cb85c; } .st2-details__toolbar-message-error { color: #d9534f; } .st2-details__body { position: relative; display: none; flex: 1; font-size: 14px; } .st2-details__body--active { display: block; } .st2-details__line { display: flex; line-height: 20px; } .st2-details__line-name { width: 150px; color: #666; } .st2-details__line-key { width: 150px; color: #000; } .st2-details__line-type { width: 150px; color: #666; text-transform: uppercase; } .st2-details__line-value { color: #000; } .st2-details__line-note { color: #aaa; } .st2-details__switch { position: relative; display: flex; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; text-transform: uppercase; color: white; background-color: #4b4b4f; } .st2-details__switch-item { line-height: 25px; z-index: 2; cursor: pointer; text-align: center; padding: 0 10px; min-width: 100px; border-bottom: 5px solid transparent; } .st2-details__switch-item--active { border-color: #008CEB; } .st2-details__switch-button[class] { min-width: 0; margin: 0 7px 7px auto; padding: 0 5px; border: 1px solid white; border-radius: 3px; line-height: 21px; height: 21px; width: 25px; overflow: hidden; -webkit-font-smoothing: initial; } .st2-details__switch-button[class]:before { display: block; width: 100%; height: 21px; } .st2-details__switch-button[class] + .st2-details__switch-button[class] { margin-left: 7px; } .st2-details__switch-button.st2-details__switch-item--active { border-color: transparent; background-color: #008CEB; } .st2-details .st2-flex-table { border: 0; } @-webkit-keyframes show-then-hide { 0% { opacity: 0; } 10% { opacity: 1; } 90% { opacity: 1; } 100% { opacity: 0; } } @keyframes show-then-hide { 0% { opacity: 0; } 10% { opacity: 1; } 90% { opacity: 1; } 100% { opacity: 0; } } .st2-panel--detailed .st2-details__panel { display: flex; } .st2-panel--detailed .st2-details__panel-heading { width: 120px; } .st2-panel--detailed .st2-details__panel-heading h2 { font-size: inherit; } .st2-panel--detailed .st2-details__panel-body { flex: 1; border-spacing: 10px 0; width: 100%; } .st2-panel--detailed .st2-details__line { display: table-row; } .st2-panel--detailed .st2-details__line-key, .st2-panel--detailed .st2-details__line-type, .st2-panel--detailed .st2-details__line-name, .st2-panel--detailed .st2-details__line-value { display: table-cell; } .st2-panel--detailed .st2-details__line-name, .st2-panel--detailed .st2-details__line-key { min-width: 150px; width: auto; width: initial; } .st2-panel--detailed .st2-details__line-value { width: 100%; }
._stackstorm_module_popup__component { font-family: Roboto, sans-serif; position: fixed; z-index: 2; top: 0; right: 0; bottom: 0; left: 0; cursor: pointer; background-color: rgba(0, 0, 0, .8); } ._stackstorm_module_popup__component ._stackstorm_module_popup__st2-panel__scroller { padding: 10px 0 10px 10px; } ._stackstorm_module_popup__component ._stackstorm_module_popup__st2-details__panel { padding-left: 0; } ._stackstorm_module_popup__details { height: 100%; margin: 0 auto; padding: 10px; padding-right: 0; cursor: default; background-color: #eeeeef; width: auto; width: initial; } ._stackstorm_module_popup__title { font-size: 24px; padding: 20px 20px 0; }
._stackstorm_module_portion_bar__component { width: 100%; } ._stackstorm_module_portion_bar__bar { display: table; width: 100%; margin: 0; padding: 0; list-style: none; } ._stackstorm_module_portion_bar__bar-value { display: table-cell; height: 10px; } ._stackstorm_module_portion_bar__bar-value_actions { background-color: #428bca; } ._stackstorm_module_portion_bar__bar-value_aliases { background-color: #619F42; } ._stackstorm_module_portion_bar__bar-value_rules { background-color: #5bc0de; } ._stackstorm_module_portion_bar__bar-value_sensors { background-color: #FF9E1B; } ._stackstorm_module_portion_bar__bar-value_tests { background-color: #D35935; } ._stackstorm_module_portion_bar__bar-value_triggers { background-color: #ffa500; } ._stackstorm_module_portion_bar__info { font-size: 12px; display: flex; margin: 0; padding: 0; list-style: none; background-color: #ddddde; } ._stackstorm_module_portion_bar__info-value { flex: 1; padding: 5px; text-align: center; white-space: nowrap; }
.st2-auto-form { /* TODO: Should it be .st2-remote-form? */ }
._stackstorm_module_view__component { font-size: 14px; line-height: 35px; position: relative; flex: 0 0 auto; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } ._stackstorm_module_view__component-active ._stackstorm_module_view__label:before { position: fixed; z-index: 3; top: 0; left: 0; width: 100%; height: 100%; content: ""; } ._stackstorm_module_view__component:last-of-type._stackstorm_module_view__component-active ._stackstorm_module_view__variants { right: 0; } ._stackstorm_module_view__component-active ._stackstorm_module_view__variants { display: block; } ._stackstorm_module_view__component-active ._stackstorm_module_view__label { border-radius: 5px 5px 0 0; background-color: #222; } ._stackstorm_module_view__label { position: relative; padding: 0 10px; cursor: pointer; white-space: nowrap; } ._stackstorm_module_view__label:after { font-family: "brocadeicons"; font-size: 14px; font-weight: normal; font-style: normal; display: inline-block; padding: 0 5px; /* may always broke if we won't pay enough attention to keeping the same codes */ content: "\E900"; vertical-align: middle; } ._stackstorm_module_view__label-active { color: #007396; } ._stackstorm_module_view__variants { position: absolute; z-index: 3; display: none; min-width: 100%; color: black; background-color: white; box-shadow: rgba(0, 0, 0, .2) 0 8px 18px 0, rgba(0, 0, 0, .2) 0 8px 20px 0; } ._stackstorm_module_view__list { overflow-x: hidden; overflow-y: auto; max-height: 150px; } ._stackstorm_module_view__list::-webkit-scrollbar { width: 5px; height: 5px; background-color: transparent; } ._stackstorm_module_view__list::-webkit-scrollbar-thumb { border-radius: 3px; background-color: rgba(117, 117, 117, .3); } /* #757575 */ ._stackstorm_module_view__list::-webkit-scrollbar-thumb:hover { background-color: rgba(117, 117, 117, .7); /* #757575 */ } ._stackstorm_module_view__item { line-height: 2em; padding: 0 20px 0 10px; white-space: nowrap; } ._stackstorm_module_view__item:hover { cursor: pointer; background-color: #fff5e9; } ._stackstorm_module_view__item-active { color: #007396; } ._stackstorm_module_view__item-secondary { padding-left: 20px; }
/* Copyright 2021 The StackStorm Authors. Copyright 2020 Extreme Networks, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ :root { --transition-color: orange; --selected-bg: #fff3e6; --selected-border: #ffa256; --gray-white: #f4f4f4; } ._stackstorm_st2flow_canvas__component { background-color: white; position: relative; } ._stackstorm_st2flow_canvas__canvas { overflow: auto; width: 100%; height: 100%; position: relative; } ._stackstorm_st2flow_canvas__task { display: block; position: absolute; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } ._stackstorm_st2flow_canvas__task-body { padding: 10px; background-color: white; border-radius: 3px; box-shadow: 3px 3px 0 rgba(0, 0, 0, .3); box-sizing: border-box; } ._stackstorm_st2flow_canvas__task-body img { float: left; } ._stackstorm_st2flow_canvas__task-body > div { margin-left: 40px; } ._stackstorm_st2flow_canvas__task._stackstorm_st2flow_canvas__selected ._stackstorm_st2flow_canvas__task-body { border: 1px solid #ffa256; border: 1px solid var(--selected-border); background-color: #fff3e6; background-color: var(--selected-bg); } ._stackstorm_st2flow_canvas__task._stackstorm_st2flow_canvas__selected ._stackstorm_st2flow_canvas__task-button { display: flex; } ._stackstorm_st2flow_canvas__task-button { position: absolute; width: 24px; height: 24px; right: -36px; border-radius: 50%; border: 1px solid #ffa256; background-color: #fff3e6; display: none; align-items: center; justify-content: center; } ._stackstorm_st2flow_canvas__task-button:after { content: ' '; } ._stackstorm_st2flow_canvas__task-button._stackstorm_st2flow_canvas__delete { top: 12px; } ._stackstorm_st2flow_canvas__task-name { width: 100%; overflow: hidden; text-overflow: ellipsis; pointer-events: none; } ._stackstorm_st2flow_canvas__task-action { width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; pointer-events: none; } ._stackstorm_st2flow_canvas__task-badges { right: 0; bottom: 1px; position: absolute; } ._stackstorm_st2flow_canvas__task-badge { border: 1px solid black; margin: 1px; padding: 1px; padding-right: 2px; border-radius: 2px; } ._stackstorm_st2flow_canvas__task-badge-with-items { } ._stackstorm_st2flow_canvas__task-badge-with-items:before { margin: 0; font-weight: bold !important; } ._stackstorm_st2flow_canvas__task-badge-join { display: inline-block; transform: rotateZ(180deg) translateY(1px); } ._stackstorm_st2flow_canvas__task-badge-join:before { margin: 0; font-weight: bold !important; font-family: 'st2'; } ._stackstorm_st2flow_canvas__task-handle { position: absolute; width: 10px; height: 10px; border-radius: 50%; border: 1px solid #ffa256; background-color: white; transform-origin: center center; transform: translate(-50%, -50%); display: none; -webkit-user-drag: element; } ._stackstorm_st2flow_canvas__task-handle:hover { background-color: #ffa256; } ._stackstorm_st2flow_canvas__task._stackstorm_st2flow_canvas__selected ._stackstorm_st2flow_canvas__task-handle { display: block; } ._stackstorm_st2flow_canvas__transition { stroke: orange; stroke: var(--transition-color); stroke-width: 5; fill: transparent; pointer-events: none; } ._stackstorm_st2flow_canvas__transition-button { position: absolute; top: -13px; left: -13px; width: 24px; height: 24px; border-radius: 50%; border: 1px solid #ffa256; background-color: #fff3e6; display: flex; align-items: center; justify-content: center; } ._stackstorm_st2flow_canvas__transition-button:after { content: ' '; } ._stackstorm_st2flow_canvas__transition-active { stroke-width: 12; fill: transparent; stroke: transparent; visibility: hidden; } ._stackstorm_st2flow_canvas__transition-active._stackstorm_st2flow_canvas__selected { visibility: visible; stroke: #fff3e6; stroke: var(--selected-bg); pointer-events: none; } ._stackstorm_st2flow_canvas__transition-active-border { stroke-width: 13; fill: transparent; stroke: transparent; pointer-events: stroke; visibility: hidden; } ._stackstorm_st2flow_canvas__transition-active-border._stackstorm_st2flow_canvas__selected { visibility: visible; stroke: orange; stroke: var(--transition-color); pointer-events: none; } ._stackstorm_st2flow_canvas__transition-arrow { fill: orange; fill: var(--transition-color); } ._stackstorm_st2flow_canvas__transition-arrow-active { fill: #fff3e6; fill: var(--selected-bg); } ._stackstorm_st2flow_canvas__surface { background-color: #ebebeb; background-image: linear-gradient(#ddd 2px, transparent 2px), linear-gradient(90deg, #ddd 2px, transparent 2px), linear-gradient(rgba(221, 221, 221, 0.3) 1px, transparent 1px), linear-gradient(90deg, rgba(221, 221, 221, 0.3) 1px, transparent 1px); background-size:100px 100px, 100px 100px, 20px 20px, 20px 20px; background-position:-2px -2px, -2px -2px, -1px -1px, -1px -1px; box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.32); position: absolute; transform-origin: 0 0; } ._stackstorm_st2flow_canvas__svg { width: 100%; height: 100%; /* Chrome shows vertical scroll when svg canvas matches container exactly so we're subtracting 3 pixels at the bottom */ margin-bottom: -3px; pointer-events: none; } ._stackstorm_st2flow_canvas__toolbar { position: absolute; top: 8px; left: 0; right: 0; height: 40px; display: flex; justify-content: center; } ._stackstorm_st2flow_canvas__toolbar-right { right: 16px; flex-flow: column; width: 50px; height: 140px; left: auto; top: 55px; } ._stackstorm_st2flow_canvas__toolbar-button { width: 32px; height: 32px; border-radius: 50%; background-color: white; z-index: 1; margin: 8px; box-shadow: 0 0 3px rgba(0, 0, 0, 0.5); cursor: pointer; display: flex; align-items: center; justify-content: center; color: var(--gray); font-size: 20px; } ._stackstorm_st2flow_canvas__toolbar-button:after { content: ' '; } ._stackstorm_st2flow_canvas__toolbar-button._stackstorm_st2flow_canvas__success { -webkit-animation: _stackstorm_st2flow_canvas__ok .2s linear 3s forwards; animation: _stackstorm_st2flow_canvas__ok .2s linear 3s forwards; background-color: var(--green-base); color: white; } ._stackstorm_st2flow_canvas__toolbar-button._stackstorm_st2flow_canvas__error { -webkit-animation: _stackstorm_st2flow_canvas__fail .2s linear 3s forwards; animation: _stackstorm_st2flow_canvas__fail .2s linear 3s forwards; background-color: var(--red-base); color: white; } ._stackstorm_st2flow_canvas__toolbar-button._stackstorm_st2flow_canvas__disabled { background-color: #dddddd; cursor: not-allowed; } ._stackstorm_st2flow_canvas__toolbar-button-glow { box-shadow: 0px 0px 5px red; } ._stackstorm_st2flow_canvas__dropdown { width: 100%; position: absolute; top: 57px; overflow-y: visible; z-index: 1000; } ._stackstorm_st2flow_canvas__dropdown-pointer { position: absolute; top: -8px; width: 20px; height: 20px; transform: rotateZ(45deg); background-color: #f4f4f4; background-color: var(--gray-white); } ._stackstorm_st2flow_canvas__dropdown-body { margin-left: auto; margin-right: auto; background-color: #f4f4f4; background-color: var(--gray-white); width: 250px; padding: 15px; padding-top: 1px; box-shadow: 5px 5px rgba(0, 0, 0, 0.3); } ._stackstorm_st2flow_canvas__dropdown h2 { text-align: center; } ._stackstorm_st2flow_canvas__collapse-button { position: absolute; width: 30px; height: 48px; padding: 5px 0; background-color: #444; color: #eee; font-size: 23px; z-index: 1; display: flex; align-items: center; } ._stackstorm_st2flow_canvas__collapse-button._stackstorm_st2flow_canvas__left { left: 0; border-bottom-right-radius: 4px; box-shadow: 2px 0px 7px 0px rgba(0,0,0,0.32); } ._stackstorm_st2flow_canvas__collapse-button._stackstorm_st2flow_canvas__right { right: 0; border-bottom-left-radius: 4px; box-shadow: -2px 0px 7px 0px rgba(0,0,0,0.32); } ._stackstorm_st2flow_canvas__collapse-button._stackstorm_st2flow_canvas__top { top: 0; right: 0; background-color: rgba(30, 29, 31, 0.22); width: auto; width: initial; padding: 5px 0; height: 44px; } @-webkit-keyframes _stackstorm_st2flow_canvas__ok { 0% { background-color: var(--green-base); color: white; } 100% { background-color: white; color: var(--gray); } } @keyframes _stackstorm_st2flow_canvas__ok { 0% { background-color: var(--green-base); color: white; } 100% { background-color: white; color: var(--gray); } } @-webkit-keyframes _stackstorm_st2flow_canvas__fail { 0% { background-color: var(--red-base); color: white; } 100% { background-color: white; color: var(--gray); } } @keyframes _stackstorm_st2flow_canvas__fail { 0% { background-color: var(--red-base); color: white; } 100% { background-color: white; color: var(--gray); } }
/* Copyright 2021 The StackStorm Authors. Copyright 2020 Extreme Networks, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ :root { --gray-2: #4B4A4F; --selected: #008CEB; --body-bg-color: #fff; --text: #333; --nav-text: var(--text); --box-border-color: #e4e4e4; --box-bg-color: var(--body-bg-color); --box-shadow-color: #aeaeae; --gray-darkest: #000000; --gray-darker: #1e1e1e; --gray-dark: #2e2e2e; --gray-dull: #404040; --gray: #6c6c6c; --gray-bright: #747474; --gray-light: #a4a4a4; --gray-lighter: #d9d9d9; --gray-lightest: #eaeaeb; --gray-white: #f4f4f4; --blue-darkest: #151a1e; --blue-darker: #22282D; --blue-dark: #364049; --blue: #637789; --blue-dull: #8396A8; --blue-pale: #D9E5E8; --blue-light: #B0D1E5; --blue-lightest: #8AD3FF; --orange-bright: #FFA94E; --orange-pale: #FCEBD9; --button: #ff8300; --button-disabled: #888; --red-lighten-5: #fbefeb; --red-lighten-4: #f6ded7; --red-lighten-3: #edbdae; --red-lighten-2: #e59b86; --red-lighten-1: #dc7a5d; --red-base: #D35935; --red-darken-1: #bd5030; --red-darken-2: #a9472a; --red-darken-3: #7f3520; --red-darken-4: #542415; --purple-lighten-5: #f5e9f5; --purple-lighten-4: #ead2ea; --purple-lighten-3: #d6a5d5; --purple-lighten-2: #c177c1; --purple-lighten-1: #ad4aac; --purple-base: #981d97; --purple-darken-1: #891a88; --purple-darken-2: #7a1779; --purple-darken-3: #5b115b; --purple-darken-4: #3d0c3c; --blue-lighten-5: #edebf5; --blue-lighten-4: #dad6eb; --blue-lighten-3: #b4add6; --blue-lighten-2: #8f84c2; --blue-lighten-1: #695bad; --blue-base: #443299; --blue-darken-1: #3d2d89; --blue-darken-2: #36287a; --blue-darken-3: #291e5c; --blue-darken-4: #1b143d; --grey-lighten-5: #eeeeef; --grey-lighten-4: #ddddde; --grey-lighten-3: #bbbbbc; --grey-lighten-2: #98989b; --grey-lighten-1: #767679; --grey-base: #545458; --grey-darken-1: #4b4b4f; --grey-darken-2: #434346; --grey-darken-3: #323235; --grey-darken-4: #222223; --yellow-lighten-5: #fff5e9; --yellow-lighten-4: #ffecd1; --yellow-lighten-3: #ffd8a4; --yellow-lighten-2: #ffc576; --yellow-lighten-1: #ffb149; --yellow-base: #FF9E1B; --yellow-darken-1: #e58e18; --yellow-darken-2: #cc7e16; --yellow-darken-3: #995f10; --yellow-darken-4: #663f0b; --aqua-lighten-5: #e6f1f5; --aqua-lighten-4: #cce3ea; --aqua-lighten-3: #99c7d5; --aqua-lighten-2: #66abc0; --aqua-lighten-1: #338fab; --aqua-base: #007396; --aqua-darken-1: #006787; --aqua-darken-2: #005c78; --aqua-darken-3: #00455a; --aqua-darken-4: #002e3c; --orange-lighten-5: #fdeeed; --orange-lighten-4: #fbdcda; --orange-lighten-3: #f7bab5; --orange-lighten-2: #f49791; --orange-lighten-1: #f0756c; --orange-base: #ec5247; --orange-darken-1: #d44a40; --orange-darken-2: #bd4239; --orange-darken-3: #8e312b; --orange-darken-4: #5e211c; --green-lighten-5: #f0f6ec; --green-lighten-4: #dfecd9; --green-lighten-3: #c0d9b3; --green-lighten-2: #a0c58e; --green-lighten-1: #81b268; --green-base: #619F42; --green-darken-1: #578f3b; --green-darken-2: #4e7f35; --green-darken-3: #3a5f28; --green-darken-4: #27401a; --violet-lighten-5: #f6e8f4; --violet-lighten-4: #edd1e9; --violet-lighten-3: #dba3d3; --violet-lighten-2: #c974bc; --violet-lighten-1: #b746a6; --violet-base: #a51890; --violet-darken-1: #941681; --violet-darken-2: #841373; --violet-darken-3: #630e56; --violet-darken-4: #420a3a; } :root { --token-color: #eee; --yellow-lighten-5: #fff5e9; --yellow-base: #FF9E1B; } ._stackstorm_st2flow_details__component { display: flex; flex-direction: column; overflow: hidden; } ._stackstorm_st2flow_details__toolbar { background-color: #4b4b4f; color: #bbb; display: flex; align-items: center; /* For collapse button */ padding-right: 30px; height: 38px; padding: 10px; } ._stackstorm_st2flow_details__toolbar._stackstorm_st2flow_details__secondary { background-color: #d8d8d8; color: #222; border-bottom: 1px solid #f8f8f8; padding-right: 0; padding-right: initial; } ._stackstorm_st2flow_details__toolbar._stackstorm_st2flow_details__secondary ._stackstorm_st2flow_details__toolbar-button._stackstorm_st2flow_details__selected { background-color: transparent; color: inherit; border-color: #ff921a; } ._stackstorm_st2flow_details__toolbar ._stackstorm_st2flow_details__task { border-bottom: none; flex: 1; } ._stackstorm_st2flow_details__toolbar ._stackstorm_st2flow_details__task:hover { background-color: transparent; background-color: initial; } ._stackstorm_st2flow_details__toolbar ._stackstorm_st2flow_details__task-arrow { display: none; } ._stackstorm_st2flow_details__toolbar ._stackstorm_st2flow_details__edit { padding: 5px; } ._stackstorm_st2flow_details__toolbar ._stackstorm_st2flow_details__input { } ._stackstorm_st2flow_details__toolbar ._stackstorm_st2flow_details__button { margin-right: -5px; padding: 5px; } ._stackstorm_st2flow_details__toolbar ._stackstorm_st2flow_details__button:last-of-type { margin-right: 0; margin-right: initial; } ._stackstorm_st2flow_details__toolbar-button { padding: 15px 10px 10px; border-bottom: 5px solid transparent; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; text-transform: uppercase; } ._stackstorm_st2flow_details__toolbar-button._stackstorm_st2flow_details__selected { background-color: #333; color: #ff921a; } ._stackstorm_st2flow_details__toolbar-button._stackstorm_st2flow_details__stretch { flex: 1; text-align: center; } ._stackstorm_st2flow_details__toolbar-button:before { font-size: 20px; } ._stackstorm_st2flow_details__code { margin: 10px; padding: 4px; margin-left: auto; border: 1px solid #888; border-radius: 3px; min-width: 23px; text-align: center; } ._stackstorm_st2flow_details__code._stackstorm_st2flow_details__selected { background-color: #ff921a; border-color: #ff921a; color: #444; } ._stackstorm_st2flow_details__panel { background-color: #f4f4f4; background-color: var(--gray-white); padding: 10px; overflow: auto; flex: 1; } ._stackstorm_st2flow_details__task-list-title { margin: 12px; color: #6c6c6c; color: var(--gray); text-transform: uppercase; } ._stackstorm_st2flow_details__taskPanel { padding: 10px; } ._stackstorm_st2flow_details__task { display: flex; align-items: center; cursor: pointer; padding: 10px; border-bottom: 1px solid #ccc; } ._stackstorm_st2flow_details__task:hover { background-color: #eee; } ._stackstorm_st2flow_details__task-info { flex-grow: 1; } ._stackstorm_st2flow_details__task-name { font-weight: bold; } ._stackstorm_st2flow_details__task-arrow { flex-grow: 0; font-size: 1.3em; } ._stackstorm_st2flow_details__parameter { border-bottom: 1px solid #ccc; padding-bottom: 10px; margin: 10px 0; } ._stackstorm_st2flow_details__parameter-buttons { float: right; } ._stackstorm_st2flow_details__parameter-button { padding: 5px; cursor: pointer; } ._stackstorm_st2flow_details__parameter-name { font-size: 15px; margin: 10px 0; } ._stackstorm_st2flow_details__parameter-description { margin: 5px; } ._stackstorm_st2flow_details__parameter-tokens { margin: -5px; } ._stackstorm_st2flow_details__parameter-token { background-color: transparent; border: 1px solid #ccc; color: #888; padding: 4px; margin: 5px; display: inline-block; border-radius: 2px; } ._stackstorm_st2flow_details__parameter-token._stackstorm_st2flow_details__active { background-color: #ccc; color: white } ._stackstorm_st2flow_details__property { display: grid; grid-template-columns: auto 50px; grid-template-rows: auto auto auto; grid-template-areas: "name toggle" "description toggle" "content content"; padding: 10px 0; border-bottom: 1px solid #ccc; } ._stackstorm_st2flow_details__property-name { grid-area: name; font-size: 15px; padding-bottom: 5px; } ._stackstorm_st2flow_details__property-description { grid-area: description; color: #6c6c6c; color: var(--gray); line-height: 16px; } ._stackstorm_st2flow_details__property-toggle { grid-area: toggle; padding: 0px; padding-top: 4px; } ._stackstorm_st2flow_details__transition { border-bottom: 1px solid #ccc; margin-top: 15px; padding-bottom: 15px; display: grid; grid-template-columns: auto 1fr auto; grid-auto-rows: auto; grid-gap: 12px 0; align-items: center; } ._stackstorm_st2flow_details__transition + ._stackstorm_st2flow_details__transition { margin-top: 20px; } ._stackstorm_st2flow_details__transition-selected { background-color: #fff5e9; background-color: var(--yellow-lighten-5); border-left: 4px solid #FF9E1B; border-left: 4px solid var(--yellow-base); margin-left: -4px; padding-left: 10px; padding-top: 15px; } ._stackstorm_st2flow_details__transition-line { display: contents; } ._stackstorm_st2flow_details__transition-label { grid-column: 1; color: #404040; color: var(--gray-dull); padding-right: 10px; } ._stackstorm_st2flow_details__transition-field { grid-column: 2; } ._stackstorm_st2flow_details__transition-button { grid-column: 3; font-size: 17px; } ._stackstorm_st2flow_details__transition-info { color: #888; margin-top: 20px; } ._stackstorm_st2flow_details__editor-title { font-size: 20px; margin: 0 0 20px; } ._stackstorm_st2flow_details__editor-footer { margin: 20px 0; } ._stackstorm_st2flow_details__property-child { margin: 10px 0; } ._stackstorm_st2flow_details__radio-group { display: flex; align-items: center; justify-content: space-between; } ._stackstorm_st2flow_details__radio { display: flex; align-items: center; padding-top: 3px; } ._stackstorm_st2flow_details__radio:before { display: inline-block; width: 17px; height: 17px; content: ''; box-shadow: inset 0 0 0 2px #a4a4a4; box-shadow: inset 0 0 0 2px var(--gray-light); border-radius: 50%; background-color: #f8f8f8; margin-right: 5px; vertical-align: bottom; } ._stackstorm_st2flow_details__radio._stackstorm_st2flow_details__checked:before { background-color: #619F42; background-color: var(--green-base); box-shadow: inset 0 0 0 2px #619F42, inset 0 0 0 4px #f8f8f8; box-shadow: inset 0 0 0 2px var(--green-base), inset 0 0 0 4px #f8f8f8; } ._stackstorm_st2flow_details__radioField { width: auto; width: initial; margin: 0 7px; font-weight: normal; box-sizing: border-box; height: 36px; padding: 0 7; color: black; border: none; outline: 0; background-color: white; box-shadow: 0 1px 0 #bbbbbc; } ._stackstorm_st2flow_details__delayField { width: 100%; margin: 0 7px; display: block; font-weight: normal; box-sizing: border-box; height: 36px; padding: 0 7; color: black; border: none; outline: 0; background-color: white; box-shadow: 0 1px 0 #bbbbbc; margin-top: 7px; margin-left: 0px; } ._stackstorm_st2flow_details__string-properties { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr auto; grid-auto-rows: auto; align-items: center; grid-gap: 12px; } ._stackstorm_st2flow_details__string-properties-key-field { grid-column: 1; } ._stackstorm_st2flow_details__string-properties-value-field { grid-column: 2; } ._stackstorm_st2flow_details__string-properties-buttons { grid-column: 3; font-size: 17px; } ._stackstorm_st2flow_details__string-properties-line { display: contents; } ._stackstorm_st2flow_details__tooltip { position: relative; }
/* Copyright 2021 The StackStorm Authors. Copyright 2020 Extreme Networks, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ ._stackstorm_st2flow_editor__component { flex: 1; position: relative; border-left: 2px solid #f0f0f0; } ._stackstorm_st2flow_editor__has-error { border-left-color: var(--red-darken-1) } ._stackstorm_st2flow_editor__notifications { margin-left: 48px; /* editor gutter width */ } ._stackstorm_st2flow_editor__editor { width: 100%; height: 100%; } ._stackstorm_st2flow_editor__active-task { position: absolute; z-index: 2; background-color: var(--yellow-lighten-5); border-left: 4px solid var(--yellow-base); } ._stackstorm_st2flow_editor__error-line { position: absolute; z-index: 2; background-color: var(--red-lighten-3); border-left: 4px solid var(--red-darken-1); }
/* Copyright 2021 The StackStorm Authors. Copyright 2020 Extreme Networks, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ ._stackstorm_st2flow_notifications__component { position: absolute; z-index: 2147483600; } /* there's a little room left above jik */ ._stackstorm_st2flow_notifications__component._stackstorm_st2flow_notifications__top { top: 1em; left: 1em; right: 1em; } ._stackstorm_st2flow_notifications__component._stackstorm_st2flow_notifications__top-left { top: 1em; left: 1em; } ._stackstorm_st2flow_notifications__component._stackstorm_st2flow_notifications__top-right { top: 1em; right: 1em; } ._stackstorm_st2flow_notifications__component._stackstorm_st2flow_notifications__bottom { bottom: 1em; left: 1em; right: 1em; } ._stackstorm_st2flow_notifications__component._stackstorm_st2flow_notifications__bottom-left { bottom: 1em; left: 1em; } ._stackstorm_st2flow_notifications__component._stackstorm_st2flow_notifications__bottom-right { bottom: 1em; right: 1em; } ._stackstorm_st2flow_notifications__notification { border: 1px solid transparent; padding: .5em 2em .5em .75em; margin-bottom: .5em; position: relative; } ._stackstorm_st2flow_notifications__notification ._stackstorm_st2flow_notifications__close { cursor: pointer; position: absolute; top: .5em; right: .75em; padding: .1em .2em; border-color: inherit; background-color: rgba(255, 255, 255, .3); } ._stackstorm_st2flow_notifications__notification._stackstorm_st2flow_notifications__error { background-color: #f2dede; border-color: #ebcccc; color: #a94442; } ._stackstorm_st2flow_notifications__notification._stackstorm_st2flow_notifications__warning { background-color: #fcf8e3; border-color: #faf2cc; color: #8a6d3b; } ._stackstorm_st2flow_notifications__notification._stackstorm_st2flow_notifications__info { background-color: #d9edf7; border-color: #bcdff1; color: #31708f; } ._stackstorm_st2flow_notifications__notification._stackstorm_st2flow_notifications__success { background-color: #dff0d8; border-color: #d0e9c6; color: #3c763d; }
/* Copyright 2021 The StackStorm Authors. Copyright 2020 Extreme Networks, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ ._stackstorm_st2flow_palette__component { background-color: #fff; display: flex; flex-direction: column; } ._stackstorm_st2flow_palette__action { background: #ebebeb; border-radius: 3px; margin: 10px; padding: 8px 10px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-user-drag: element; position: relative; } ._stackstorm_st2flow_palette__action-name { color: #2d2d2d; font-size: 14px; overflow: hidden; text-overflow: ellipsis; } ._stackstorm_st2flow_palette__action-description { color: #5b5b5b; font-size: 12px !important; } ._stackstorm_st2flow_palette__palette-chevron-icon:before{ content: "\E972"; font-size:10px; } ._stackstorm_st2flow_palette__search { color: #888; min-height: 38px; font-size: 18px; font-weight: 200; display: flex; height: 38px; padding: 10px; background-color: #4b4b4f; justify-content: space-between; flex-flow: row-reverse nowrap; } ._stackstorm_st2flow_palette__search-field { box-sizing: border-box; background-color: transparent; border: 0; padding: 5px; border-bottom: 1px solid #888; outline: none; color: #ccc; width: 100%; } ._stackstorm_st2flow_palette__search-field:focus { border-bottom: 1px solid #ccc; } ._stackstorm_st2flow_palette__list { overflow: auto; } ._stackstorm_st2flow_palette__list > div { margin-left: 10px; } ._stackstorm_st2flow_palette__pack-name { margin-left: 10px; margin: 10px; font-size: 14px; text-transform: uppercase; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; display: flex; align-items: center; } ._stackstorm_st2flow_palette__pack-name > h2 { font-size: 14px; font-weight: 400; line-height: 42px; display: inline-block; margin: 0; letter-spacing: .6px; text-transform: uppercase; color: black; } ._stackstorm_st2flow_palette__pack-name img{ width: 20px; height: 20px; margin-right: 5px; padding: 5px; vertical-align: top; border-radius: 5px; background: white; overflow: hidden; }
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ /* Document ========================================================================== */ /** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in iOS. */ html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ } /* Sections ========================================================================== */ /** * Remove the margin in all browsers. */ body { margin: 0; } /** * Render the `main` element consistently in IE. */ main { display: block; } /** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */ h1 { font-size: 2em; margin: 0.67em 0; } /* Grouping content ========================================================================== */ /** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */ hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /* Text-level semantics ========================================================================== */ /** * Remove the gray background on active links in IE 10. */ a { background-color: transparent; } /** * 1. Remove the bottom border in Chrome 57- * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ -webkit-text-decoration: underline dotted; text-decoration: underline dotted; /* 2 */ } /** * Add the correct font weight in Chrome, Edge, and Safari. */ b, strong { font-weight: bolder; } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /** * Add the correct font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* Embedded content ========================================================================== */ /** * Remove the border on images inside links in IE 10. */ img { border-style: none; } /* Forms ========================================================================== */ /** * 1. Change the font styles in all browsers. * 2. Remove the margin in Firefox and Safari. */ button, input, optgroup, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ } /** * Show the overflow in IE. * 1. Show the overflow in Edge. */ button, input { /* 1 */ overflow: visible; } /** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ text-transform: none; } /** * Correct the inability to style clickable types in iOS and Safari. */ button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; } /** * Remove the inner border and padding in Firefox. */ button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } /** * Restore the focus styles unset by the previous rule. */ button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; } /** * Correct the padding in Firefox. */ fieldset { padding: 0.35em 0.75em 0.625em; } /** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */ legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } /** * Add the correct vertical alignment in Chrome, Firefox, and Opera. */ progress { vertical-align: baseline; } /** * Remove the default vertical scrollbar in IE 10+. */ textarea { overflow: auto; } /** * 1. Add the correct box sizing in IE 10. * 2. Remove the padding in IE 10. */ [type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * Correct the cursor style of increment and decrement buttons in Chrome. */ [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } /** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */ [type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } /** * Remove the inner padding in Chrome and Safari on macOS. */ [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */ ::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } /* Interactive ========================================================================== */ /* * Add the correct display in Edge, IE 10+, and Firefox. */ details { display: block; } /* * Add the correct display in all browsers. */ summary { display: list-item; } /* Misc ========================================================================== */ /** * Add the correct display in IE 10+. */ template { display: none; } /** * Add the correct display in IE 10. */ [hidden] { display: none; } /* Copyright 2021 The StackStorm Authors. Copyright 2020 Extreme Networks, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ @font-face { font-family: 'st2'; src: url('../font/st2.eot'); src: url('../font/st2.eot#iefix') format('embedded-opentype'), url('../font/st2.woff2') format('woff2'), url('../font/st2.woff') format('woff'), url('../font/st2.ttf') format('truetype'), url('../font/st2.svg#st2') format('svg'); font-weight: normal; font-style: normal; } .icon-plus:before { content: '\e915'; } /* '' */ .icon-triangle-down:before { content: '\e91c'; } /* '' */ .icon-code:before { content: '\e928'; } /* '' */ .icon-lan:before { content: '\e932'; } /* '' */ .icon-cross:before { content: '\e937'; } /* '' */ .icon-delete:before { content: '\e940'; } /* '' */ .icon-edit:before { content: '\e941'; } /* '' */ .icon-gear:before { content: '\e943'; } /* '' */ .icon-user:before { content: '\e94f'; } /* '' */ .icon-chevron_down:before { content: '\e95f'; } /* '' */ .icon-chevron_up:before { content: '\e960'; } /* '' */ .icon-check2:before { content: '\e968'; } /* '' */ .icon-save:before { content: '\e971'; } /* '' */ .icon-chevron_right:before { content: '\e972'; } /* '' */ .icon-chevron_left:before { content: '\e973'; } /* '' */ .icon-arrange:before { content: '\e974'; } /* '' */ .icon-redirect:before { content: '\e975'; } /* '' */ .icon-redirect2:before { content: '\e977'; } /* '' */ .icon-play:before { content: '\e993'; } /* '' */ .icon-merge_type:before { content: '\e9b9'; } /* '' */ .icon-repeat:before { content: '\ea53'; } /* '' */ .icon-zoom_in:before { content: '\eb43'; } /* '' */ .icon-zoom_out:before { content: '\eb45'; } /* '' */ .icon-zoom_reset:before { content: '\ee65'; } /* '' */ @font-face { font-family: 'Droid Sans Mono'; src: url('../font/DroidSansMono.eot?80426639'); src: url('../font/DroidSansMono.eot?80426639#iefix') format('embedded-opentype'), url('../font/DroidSansMono.woff?80426639') format('woff'), url('../font/DroidSansMono.ttf?80426639') format('truetype'), url('../font/DroidSansMono.svg?80426639#ststanley') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Roboto'; font-weight: 400; font-style: normal; src: url('../font/Roboto-300.eot'); src: url('../font/Roboto-300.eot?#iefix') format('embedded-opentype'), local('Roboto'), local('Roboto-300'), url('../font/Roboto-300.woff2') format('woff2'), url('../font/Roboto-300.woff') format('woff'), url('../font/Roboto-300.ttf') format('truetype'), url('../font/Roboto-300.svg#Roboto') format('svg'); } @font-face { font-family: 'Roboto'; font-weight: 600; font-style: normal; src: url('../font/Roboto-500.eot'); src: url('../font/Roboto-500.eot?#iefix') format('embedded-opentype'), local('Roboto Medium'), local('Roboto-500'), url('../font/Roboto-500.woff2') format('woff2'), url('../font/Roboto-500.woff') format('woff'), url('../font/Roboto-500.ttf') format('truetype'), url('../font/Roboto-500.svg#Roboto') format('svg'); } @font-face { font-family: 'ststanley'; src: url('../font/ststanley.eot?19144852'); src: url('../font/ststanley.eot?19144852#iefix') format('embedded-opentype'), url('../font/ststanley.svg?19144852#ststanley') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'ststanley'; src: url('data:application/octet-stream;base64,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') format('woff'), url('data:application/octet-stream;base64,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') format('truetype'); } /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */ /* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */ /* @media screen and (-webkit-min-device-pixel-ratio:0) { @font-face { font-family: 'ststanley'; src: url('../font/ststanley.svg?19144852#ststanley') format('svg'); } } */ [class^="st2-icon__"]:before, [class*=" st2-icon__"]:before { font-family: "ststanley"; font-style: normal; font-weight: normal; speak: none; display: inline-block; text-decoration: inherit; width: 1em; margin-right: .2em; text-align: center; /* opacity: .8; */ /* For safety - reset parent styles, that can break glyph codes*/ font-feature-settings: normal; font-variant: normal; text-transform: none; /* fix buttons height, for twitter bootstrap */ line-height: 1em; /* Animation center compensation - margins should be symmetric */ /* remove if not needed */ margin-left: .2em; /* you can be more comfortable with increased icons size */ /* font-size: 120%; */ /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ } .st2-icon__off:before { content: '\e800'; } /* '' */ .st2-icon__edit:before { content: '\e801'; } /* '' */ .st2-icon__cancel:before { content: '\e802'; } /* '' */ .st2-icon__right-open:before { content: '\e803'; } /* '' */ .st2-icon__down-open:before { content: '\e804'; } /* '' */ .st2-icon__actions:before { content: '\e805'; } /* '' */ .st2-icon__reload:before { content: '\e806'; } /* '' */ .st2-icon__flow-cascade:before { content: '\e807'; } /* '' */ .st2-icon__rules:before { content: '\e808'; } /* '' */ .st2-icon__history:before { content: '\e809'; } /* '' */ .st2-icon__tick:before { content: '\e80a'; } /* '' */ .st2-icon__cube:before { content: '\e80b'; } /* '' */ .st2-icon__left-open:before { content: '\e80c'; } /* '' */ .st2-icon__up-open:before { content: '\e80d'; } /* '' */ .st2-icon__eye:before { content: '\e80e'; } /* '' */ .st2-icon__search:before { content: '\e80f'; } /* '' */ .st2-icon__info-circled:before { content: '\e810'; } /* '' */ .st2-icon__attention:before { content: '\e811'; } /* '' */ .st2-icon__cancel-circled:before { content: '\e812'; } /* '' */ .st2-icon__cogs:before { content: '\e813'; } /* '' */ .st2-icon__code:before { content: '\e814'; } /* '' */ .st2-icon__calendar:before { content: '\e815'; } /* '' */ .st2-icon__user:before { content: '\e816'; } /* '' */ .st2-icon__bug:before { content: '\e818'; } /* '' */ .st2-icon__trash-empty:before { content: '\e819'; } /* '' */ .st2-icon__wrench:before { content: '\e81a'; } /* '' */ .st2-icon__plus:before { content: '\e81b'; } /* '' */ /* Animation example, for spinners */ .animate-spin { -webkit-animation: spin 2s infinite linear; animation: spin 2s infinite linear; display: inline-block; } @-webkit-keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(359deg); } } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(359deg); } } @font-face { font-family: 'brocadeicons'; src: url('../font/brocadeicons.eot?o8eim6'); src: url('../font/brocadeicons.eot?o8eim6#iefix') format('embedded-opentype'), url('../font/brocadeicons.ttf?o8eim6') format('truetype'), url('../font/brocadeicons.woff?o8eim6') format('woff'), url('../font/brocadeicons.svg?o8eim6#brocadeicons') format('svg'); font-weight: normal; font-style: normal; } [class^="icon-"], [class*=" icon-"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'brocadeicons' !important; speak: none; font-style: normal; font-weight: normal; font-feature-settings: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .icon-chart:before { content: "\e9a6"; } .icon-plus2:before { content: "\e9a7"; } .icon-clear:before { content: "\e9a5"; } .icon-folder:before { content: "\e9a3"; } .icon-cog6:before { content: "\e9a4"; } .icon-lightning:before { content: "\e99f"; } .icon-reset:before { content: "\e9a0"; } .icon-tree:before { content: "\e9a1"; } .icon-monitor:before { content: "\e9a2"; } .icon-cog5:before { content: "\e98a"; } .icon-user2:before { content: "\e98b"; } .icon-check3:before { content: "\e99b"; } .icon-folder_list:before { content: "\e99e"; } .icon-view:before { content: "\e900"; } .icon-view2:before { content: "\e985"; } .icon-update2:before { content: "\e987"; } .icon-update3:before { content: "\e988"; } .icon-update4:before { content: "\e989"; } .icon-pause:before { content: "\e98c"; } .icon-pause2:before { content: "\e98f"; } .icon-play2:before { content: "\e993"; } .icon-stop2:before { content: "\e994"; } .icon-exit2:before { content: "\e995"; } .icon-goto:before { content: "\e996"; } .icon-ruler3:before { content: "\e997"; } .icon-ruler4:before { content: "\e998"; } .icon-connect:before { content: "\e999"; } .icon-server3:before { content: "\e99c"; } .icon-update:before { content: "\e986"; } .icon-list3:before { content: "\e984"; } .icon-token:before { content: "\e983"; } .icon-flag:before { content: "\e982"; } .icon-indent:before { content: "\e97a"; } .icon-cog2:before { content: "\e97b"; } .icon-cog3:before { content: "\e97c"; } .icon-cog4:before { content: "\e97d"; } .icon-wrench:before { content: "\e97e"; } .icon-wrench2:before { content: "\e97f"; } .icon-wrench3:before { content: "\e980"; } .icon-wrench4:before { content: "\e981"; } .icon-time:before { content: "\e979"; } .icon-save:before { content: "\e971"; } .icon-chevron_right:before { content: "\e972"; } .icon-chevron_left:before { content: "\e973"; } .icon-arrange:before { content: "\e974"; } .icon-redirect2:before { content: "\e977"; } .icon-calendar:before { content: "\e978"; } .icon-lan:before { content: "\e932"; } .icon-node:before { content: "\e94c"; } .icon-server:before { content: "\e95a"; } .icon-virtual-server:before { content: "\e95b"; } .icon-move:before { content: "\e970"; } .icon-history:before { content: "\e96e"; } .icon-repeat:before { content: "\e96f"; } .icon-paths2:before { content: "\e96d"; } .icon-wand:before { content: "\e96c"; } .icon-redirect:before { content: "\e975"; } .icon-code3:before { content: "\e976"; } .icon-cubes:before { content: "\e96b"; } .icon-datacenter:before { content: "\e969"; } .icon-datacenter2:before { content: "\e96a"; } .icon-pencil:before { content: "\e961"; } .icon-notes_list:before { content: "\e962"; } .icon-wrenches:before { content: "\e963"; } .icon-change:before { content: "\e964"; } .icon-list2:before { content: "\e965"; } .icon-branch:before { content: "\e966"; } .icon-warning:before { content: "\e967"; } .icon-check2:before { content: "\e968"; } .icon-paths:before { content: "\e95d"; } .icon-chevrons:before { content: "\e95e"; } .icon-chevron-down:before { content: "\e95f"; } .icon-chevron-up:before { content: "\e960"; } .icon-server2:before { content: "\e95c"; } .icon-bars:before { content: "\e954"; } .icon-dashboard:before { content: "\e955"; } .icon-configuration:before { content: "\e956"; } .icon-traffic:before { content: "\e957"; } .icon-activity:before { content: "\e958"; } .icon-port:before { content: "\e959"; } .icon-health:before { content: "\e953"; } .icon-dropdown:before { content: "\e927"; } .icon-grid:before { content: "\e92b"; } .icon-go-to-grid:before { content: "\e931"; } .icon-template:before { content: "\e93e"; } .icon-bandwidth:before { content: "\e952"; } .icon-instance:before { content: "\e951"; } .icon-fontsize:before { content: "\e903"; } .icon-cluster:before { content: "\e950"; } .icon-desktop:before { content: "\e901"; } .icon-icons2:before { content: "\e902"; } .icon-search:before { content: "\e904"; } .icon-zoom-out:before { content: "\e905"; } .icon-zoom-in:before { content: "\e906"; } .icon-sign:before { content: "\e907"; } .icon-hard-disk:before { content: "\e908"; } .icon-question:before { content: "\e909"; } .icon-ruler:before { content: "\e90a"; } .icon-ruler2:before { content: "\e90b"; } .icon-code2:before { content: "\e90c"; } .icon-shield:before { content: "\e90d"; } .icon-home:before { content: "\e90e"; } .icon-library:before { content: "\e90f"; } .icon-flow:before { content: "\e910"; } .icon-palette:before { content: "\e911"; } .icon-ellipsis:before { content: "\e912"; } .icon-circle:before { content: "\e913"; } .icon-icons:before { content: "\e914"; } .icon-plus:before { content: "\e915"; } .icon-network:before { content: "\e916"; } .icon-show-panel:before { content: "\e917"; } .icon-hide-panel:before { content: "\e918"; } .icon-left:before { content: "\e919"; } .icon-right:before { content: "\e91a"; } .icon-samples:before { content: "\e91b"; } .icon-triangle-down:before { content: "\e91c"; } .icon-triangle-up:before { content: "\e91d"; } .icon-catalogs:before { content: "\e91e"; } .icon-switch-vdx:before { content: "\e91f"; } .icon-switch-icx:before { content: "\e920"; } .icon-switch-mlx:before { content: "\e921"; } .icon-list:before { content: "\e922"; } .icon-switch:before { content: "\e923"; } .icon-host:before { content: "\e924"; } .icon-exit:before { content: "\e925"; } .icon-router:before { content: "\e926"; } .icon-code:before { content: "\e928"; } .icon-colors:before { content: "\e929"; } .icon-fonts:before { content: "\e92a"; } .icon-composite:before { content: "\e92c"; } .icon-components:before { content: "\e92d"; } .icon-upload:before { content: "\e92e"; } .icon-platforms:before { content: "\e92f"; } .icon-info:before { content: "\e930"; } .icon-play:before { content: "\e933"; } .icon-stop:before { content: "\e934"; } .icon-arrow-down2:before { content: "\e935"; } .icon-arrow-up2:before { content: "\e936"; } .icon-cross:before { content: "\e937"; } .icon-check:before { content: "\e938"; } .icon-arrow-down:before { content: "\e939"; } .icon-arrow-up:before { content: "\e93a"; } .icon-filter:before { content: "\e93b"; } .icon-alarm:before { content: "\e93c"; } .icon-alert:before { content: "\e93d"; } .icon-menu:before { content: "\e93f"; } .icon-delete:before { content: "\e940"; } .icon-edit:before { content: "\e941"; } .icon-download:before { content: "\e942"; } .icon-gear:before { content: "\e943"; } .icon-folder-lens:before { content: "\e944"; } .icon-notes-check:before { content: "\e945"; } .icon-notes-text:before { content: "\e946"; } .icon-book-open:before { content: "\e947"; } .icon-book-closed:before { content: "\e948"; } .icon-lens:before { content: "\e949"; } .icon-reload:before { content: "\e94a"; } .icon-loading:before { content: "\e94b"; } .icon-cube:before { content: "\e94d"; } .icon-admin:before { content: "\e94e"; } .icon-user:before { content: "\e94f"; } html, body, .wrapper { font-size: 12px; display: flex; overflow: hidden; flex-direction: column; height: 100%; background-color: #fff; } main { position: relative; display: flex; flex: 1; font-family: Roboto, sans-serif; color: #333; } .hljs { background-color: transparent; } [class^="st2-icon__"]:before, [class*=" st2-icon__"]:before { font-size: 120%; margin: 0; } a:link, a:visited, a:hover, a:active { color: #008CEB; text-decoration: none; } html, body, .wrapper { font-size: 13px; font-family: "Roboto", Arial, sans-serif; display: flex; overflow: hidden; flex-direction: column; height: 100%; background-color: #fff; background-color: #fff; } /*Workflow tab zoom icon Css*/ .icon-zoom_out:before { font-family: 'st2'; content: "\eb45" !important; } .icon-zoom_in:before { font-family: 'st2'; content: "\eb43" !important; } .icon-zoom_reset:before { font-family: 'st2'; content: '\ee65'; } .palette-chevron-icon:before { font-size: 10px; padding: 0 5px; line-height: 42px; display: block; } .icon-plus-class i{ display: none !important; } .gearclass{ margin-left: -10px; }