initial commit
This commit is contained in:
commit
3c2fb32b3e
73 changed files with 22349 additions and 0 deletions
13
src/styles/docs/docs-config.css
Normal file
13
src/styles/docs/docs-config.css
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
.small {
|
||||
opacity: 0.6;
|
||||
transition: opacity 0.5s;
|
||||
|
||||
&:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
& p {
|
||||
font-size: 0.841rem;
|
||||
margin-top: 1rem;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue