diff options
| author | bobzel <zzzman@gmail.com> | 2020-04-28 10:57:36 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-28 10:57:36 -0400 |
| commit | 65458838ce4c903946a669b1ead5e576d0bc4009 (patch) | |
| tree | 60c2235b15800c84dbcbdea624ae49fa892b59b7 /src/client/views/nodes/formattedText/DashFieldView.scss | |
| parent | c05c272cab73cf700cc995648642e6defb974798 (diff) | |
| parent | 1ec185790790367d0437cc2adb1fbb80e7310f52 (diff) | |
Merge pull request #354 from browngraphicslab/richTextSchemaS
Rich text schema s
Diffstat (limited to 'src/client/views/nodes/formattedText/DashFieldView.scss')
| -rw-r--r-- | src/client/views/nodes/formattedText/DashFieldView.scss | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/src/client/views/nodes/formattedText/DashFieldView.scss b/src/client/views/nodes/formattedText/DashFieldView.scss new file mode 100644 index 000000000..35ff9c1e6 --- /dev/null +++ b/src/client/views/nodes/formattedText/DashFieldView.scss @@ -0,0 +1,36 @@ +.dashFieldView { + position: relative; + display: inline-block; + + .dashFieldView-enumerables { + width: 10px; + height: 10px; + position: relative; + display: inline-block; + background: dimGray; + } + .dashFieldView-fieldCheck { + min-width: 12px; + position: relative; + display: inline-block; + background-color: rgba(155, 155, 155, 0.24); + } + .dashFieldView-labelSpan { + position: relative; + display: inline-block; + font-size: small; + } + .dashFieldView-fieldSpan { + min-width: 20px; + margin-left: 2px; + margin-right: 5px; + position: relative; + display: inline-block; + background-color: rgba(155, 155, 155, 0.24); + span { + min-width: 100%; + display: inline-block; + } + } +} +
\ No newline at end of file |
