n8n-editor-ui
Version:
Workflow Editor UI for n8n
250 lines (248 loc) • 5.36 kB
CSS
.perks-list {
&[data-v-528a05c4] {
margin: 0;
padding: 0;
list-style: none;
display: flex;
flex-direction: column;
gap: var(--spacing--sm);
}
> li[data-v-528a05c4] {
display: flex;
align-items: center;
gap: var(--spacing--2xs);
}
}
._PresetButton_1waws_2 {
--button--border-color: transparent;
text-align: left;
display: flex;
}
._LockIcon_1waws_7 {
margin-left: auto;
}
/* BEM support Func
-------------------------- */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Outline
-------------------------- */
/* Box shadow
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
--------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Break-point
--------------------------*/
/* Break-points
-------------------------- */
/* Scrollbar
-------------------------- */
/* Placeholder
-------------------------- */
/* BEM
-------------------------- */
._insightsView_ttte2_123 {
flex: 1;
display: flex;
flex-direction: column;
gap: 30px;
overflow: auto;
}
._insightsContainer_ttte2_131 {
width: 100%;
max-width: var(--content-container--width);
padding: var(--spacing--lg) var(--spacing--2xl);
margin: 0 auto;
}
._insightsBanner_ttte2_138 {
margin-bottom: 0;
}
._insightsBanner_ttte2_138 ul {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
._insightsContent_ttte2_146 {
padding: var(--spacing--lg) 0;
border: var(--border-width) var(--border-style) var(--color--foreground);
border-top: 0;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
background: var(--color--background--light-3);
}
._insightsContentWrapper_ttte2_155 {
position: relative;
overflow-x: hidden;
}
._insightsChartWrapper_ttte2_160 {
position: relative;
height: 292px;
padding: 0 var(--spacing--lg);
z-index: 1;
}
._insightsTableWrapper_ttte2_167 {
position: relative;
padding: var(--spacing--lg) var(--spacing--lg) 0;
z-index: 1;
}
._dataLoader_ttte2_173 {
position: absolute;
top: 0;
left: -100%;
height: 100%;
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 9px;
z-index: 2;
}
._dataLoader_ttte2_173._isDataLoading_ttte2_186 {
transition: left 0s linear;
left: 0;
transition-delay: 0.5s;
}
._dataLoader_ttte2_173 > span {
position: relative;
z-index: 2;
}
._dataLoader_ttte2_173::before {
content: "";
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: var(--color--background--light-3);
opacity: 0.75;
z-index: 1;
}
._projectSelect_ttte2_208 {
min-width: 200px;
}
._projectSelect_ttte2_208 .el-input--suffix .el-input__inner {
padding-right: 26px;
}
._PresetButton_ttte2_215 {
background-color: transparent;
border: none;
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 0.15s;
border-radius: 0.375rem;
padding-left: 0.75rem;
padding-right: 0.75rem;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
text-align: left;
font-size: 13px;
cursor: pointer;
color: var(--color--text);
font-weight: 400;
}
._PresetButton_ttte2_215:hover {
background-color: var(--color--foreground--tint-1);
}