refactor: resource attribution
This commit is contained in:
parent
1a61aeade0
commit
24bfa733ba
12 changed files with 169 additions and 99 deletions
17
assets/css/components/_attr.scss
Normal file
17
assets/css/components/_attr.scss
Normal file
|
@ -0,0 +1,17 @@
|
|||
.attr {
|
||||
position: absolute;
|
||||
background-color: $dark;
|
||||
font-size: 0.7em;
|
||||
color: $light;
|
||||
inline-size: fit-content;
|
||||
padding-block: 0.2em;
|
||||
padding-inline: 0.5em;
|
||||
opacity: 0.8;
|
||||
margin-block: 0 !important;
|
||||
margin-inline: auto;
|
||||
top: 0;
|
||||
|
||||
& a {
|
||||
color: $light;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue