mirror of
https://github.com/penpot/penpot.git
synced 2026-02-12 14:42:56 +00:00
* 🎉 Add tokens to plugins API documentation And add poc plugin example * 📚 Document better the tokens value in plugins API * 🔧 Refactor token validation schemas * 🔧 Use automatic validation in token proxies * 🔧 Use schemas to validate token creation * 🔧 Use multi schema for token value * 🔧 Use schema in token api methods * 🐛 Fix review comments --------- Co-authored-by: Andrey Antukh <niwi@niwi.nz>
24 lines
281 B
CSS
24 lines
281 B
CSS
/* @import "@penpot/plugin-styles/styles.css"; */
|
|
|
|
html {
|
|
height: 100%;
|
|
}
|
|
|
|
body {
|
|
height: 100%;
|
|
line-height: 1.5;
|
|
padding: 10px;
|
|
}
|
|
|
|
ul {
|
|
margin-block-start: var(--spacing-12);
|
|
}
|
|
|
|
.title-l {
|
|
text-align: center;
|
|
}
|
|
|
|
.headline-l {
|
|
margin-block-start: var(--spacing-8);
|
|
}
|