Files
n8n-docs/docs/_extra/css/templates-widget.css
2024-07-02 15:11:58 +01:00

29 lines
472 B
CSS

.n8n-templates-widget {
display: flex;
flex-direction: column;
}
.n8n-templates-widget-template {
display: flex;
flex-direction: column;
border: .05rem solid var(--md-default-fg-color--lightest);
border-radius: 6px;
margin: .4em;
padding: 12px 16px;
}
.n8n-templates-name {
margin-top: 0px;
margin-bottom: 24px;
font-size: 15px;
}
.n8n-templates-widget-more {
padding: 1em 0 0 0;
}
.n8n-templates-link {
font-weight: 600;
font-size: 15px;
}