initial commit
This commit is contained in:
parent
1790106c30
commit
03b0dd8422
33 changed files with 1006 additions and 513 deletions
36
src/app/modules/modules.component.css
Normal file
36
src/app/modules/modules.component.css
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
.module.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
summary {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
summary, .summary {
|
||||
padding: 0.5rem 0.5rem 0.5rem 0;
|
||||
}
|
||||
|
||||
details > summary {
|
||||
list-style: none;
|
||||
}
|
||||
details > summary::-webkit-details-marker {
|
||||
display: none;
|
||||
}
|
||||
|
||||
summary:after {
|
||||
content: "►";
|
||||
}
|
||||
|
||||
details[open] summary:after {
|
||||
content: "▼";
|
||||
}
|
||||
|
||||
summary * {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
h4 {
|
||||
margin: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue