Budibase is an open-source low-code platform for creating internal apps in minutes. Supports PostgreSQL, MySQL, MSSQL, MongoDB, Rest API, Docker, K8s 🚀
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

23 lines
873 B

name: Page
status: n/a
description: |
The outer page container. A parent tag should only have the `.spectrum` class if using a standalone CSS file.
If using multistops, a parent tag should have both the `.spectrum` class and the corresponding colorstop variant class, i.e. `.spectrum--light`.
Finally, if scaling to large with the diff strategy, a parent tag should have the `.spectrum--large` class.
examples:
- id: page
name: Standard
markup: |
Text here!<br>
<br><br>
<div class="spectrum--large spectrum">
Text here!<br>
</div>
<br><br>
<button class="spectrum-Button spectrum-Button--sizeM spectrum-Button--cta">Button</button>
<br><br>
<div class="spectrum--large">
<button class="spectrum-Button spectrum-Button--sizeM spectrum-Button--cta">Button</button>
</div>
<br><br>