Skip to content

Commit

Permalink
Merge pull request #773 from jllr/feature/FSPE-6670-Add-latest-Enterp…
Browse files Browse the repository at this point in the history
…rise-components-developed-into-Portal-Templates

[FSPE-6670] Added latest Enterprise components in Portal templates
  • Loading branch information
jllr authored Dec 4, 2020
2 parents 3bf1e58 + 302100f commit 598f52a
Show file tree
Hide file tree
Showing 3 changed files with 362 additions and 56 deletions.
4 changes: 2 additions & 2 deletions src/website/views/components/table/_examples.pug
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ p.-text Enable a hover state by applying the modifier class <code>-hover</code>.

h3 Portal theme
p.-text
| Enable portal styling by applying class <code>-portal</code>.
| Enable portal styling by applying class <code>-portal</code> and <code>-sm</code>.
| To display a row in active / selected state, apply class <code>-active</code> to the <code>tr</code>.
:example(lang="html"):html-beautify:pug include ./_portal.pug

Expand Down Expand Up @@ -255,4 +255,4 @@ h2 Two tier table header
td —
td 1
td 66%
td 66%
td 66%
2 changes: 1 addition & 1 deletion src/website/views/components/table/_portal.pug
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
include ./_common.pug

table.chi-table.-portal
table.chi-table.-portal.-sm
thead
tr
th Name
Expand Down
Loading

0 comments on commit 598f52a

Please sign in to comment.