Files
horizon/openstack_dashboard/static/dashboard/scss/components/_code.scss
Tyr Johanson 9ed4acd4ff Schema Form Developer Panel
A developer panel that allows you to edit schema forms in real-time,
with multiple examples. Also, you can view that same form in a
standard Horizon modal to preview what the form will look like. Based
on http://schemaform.io/examples/bootstrap-example.html

Also fixes some bugs in the schema-form implementation:
- Arrays cleaned up and fixed
- Tab arrays cleaned up
- Improved modal form to use schema.title if available

Co-Authored-By: Rob Cresswell <robert.cresswell@outlook.com>
Change-Id: Ia75a18d4c0c064ae618ee923cd6d602b1ef6e66e
2017-02-22 11:01:02 +11:00

8 lines
177 B
SCSS

// Workarounds for some browsers inserting <div> elements when editing
.code-input {
display: inline-block;
width: 100%;
color: $kbd-color;
background-color: $kbd-bg;
}