n8n-editor-ui
Version:
Workflow Editor UI for n8n
156 lines • 3.26 kB
CSS
/* 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
-------------------------- */
._container_y6w94_123 > * {
margin-bottom: var(--spacing--2xl);
}
._syncTable_y6w94_127 {
margin-bottom: var(--spacing--2xl);
}
._header_y6w94_131 {
display: flex;
align-items: center;
white-space: nowrap;
}
._header_y6w94_131 *:first-child {
flex-grow: 1;
}
._enableFeatureContainer_y6w94_140 {
margin-bottom: var(--spacing--xl);
}
._enableFeatureContainer_y6w94_140 > span {
font-size: var(--font-size--sm);
font-weight: var(--font-weight--bold);
padding: 0;
}
._enableFeatureContainer_y6w94_140 > * {
padding: 0.5em;
}
._sectionHeader_y6w94_152 {
margin-bottom: var(--spacing--sm);
}
._settingsForm_y6w94_156 .form-text {
margin-top: var(--spacing--xl);
}
._docsInfoTip_y6w94_160, ._docsInfoTip_y6w94_160 > div {
margin-bottom: var(--spacing--xl);
}