(Created page with "→‎CSS placed here will be applied to all skins: .treeview ul { list-style: none; margin-left: ; padding-left: 20px; }")
 
Line 5: Line 5:
 
   padding-left: 20px;
 
   padding-left: 20px;
 
}
 
}
 +
/* Used for legend example */
 +
.legend-example {
 +
    background-color: #000;
 +
    color: #fff;
 +
    padding: 3px 6px;
 +
}
 +
 +
.legend-example-output {
 +
    font: 1rem 'Fira Sans', sans-serif;
 +
}
 +
 +
input.legend-example {
 +
    margin: .4rem;
 +
}
 +
*/

Revision as of 23:16, 9 March 2022

/* CSS placed here will be applied to all skins */
.treeview ul {
  list-style: none;
  margin-left: ;
  padding-left: 20px;
}
/* Used for legend example */
 .legend-example {
    background-color: #000;
    color: #fff;
    padding: 3px 6px;
}

.legend-example-output {
    font: 1rem 'Fira Sans', sans-serif;
}

input.legend-example {
    margin: .4rem;
}
*/