mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2026-03-27 09:28:43 +07:00
29 lines
472 B
CSS
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;
|
|
}
|