Add data attributes to ViewTemplate (#3209)

* change 3 set-widgets to 1 var-widget call. Add data-tags and userClass.

* add new documentation and change the existing one accordingly.
This commit is contained in:
Mario Pietsch
2018-04-24 23:08:20 +02:00
committed by Jeremy Ruston
parent 200e854814
commit 19085a1277
23 changed files with 466 additions and 41 deletions

View File

@@ -474,6 +474,16 @@ html body.tc-body .tc-btn-rounded:hover svg {
margin: 0;
}
/* used for documentation "fake" buttons */
.tc-btn-standard {
line-height: 1.8;
color: #667;
background-color: #e0e0e0;
border: 1px solid #888;
padding: 2px 1px 2px 1px;
margin: 1px 4px 1px 4px;
}
.tc-btn-big-green {
display: inline-block;
padding: 8px;