Merge commit '8be91ee3d9
' as 'themes/tabi-lean'
This commit is contained in:
commit
2c6602e3b2
336 changed files with 25227 additions and 0 deletions
33
themes/tabi-lean/sass/parts/_comments.scss
Normal file
33
themes/tabi-lean/sass/parts/_comments.scss
Normal file
|
@ -0,0 +1,33 @@
|
|||
.utterances-frame {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.comments {
|
||||
margin-top: 2rem;
|
||||
border-top: var(--divider-color) solid 0.5px;
|
||||
border-bottom: var(--divider-color) solid 0.5px;
|
||||
padding-top: 2rem;
|
||||
padding-bottom: 2rem;
|
||||
|
||||
iframe {
|
||||
margin: 0;
|
||||
border: none;
|
||||
aspect-ratio: inherit;
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.load-comments-button {
|
||||
display: block;
|
||||
cursor: pointer;
|
||||
margin: 0.5em auto;
|
||||
border: none;
|
||||
background: none;
|
||||
padding-block: 0.5em;
|
||||
padding-inline: 1em;
|
||||
color: inherit;
|
||||
font-size: 0.95rem;
|
||||
font-family: var(--sans-serif-font);
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue