fix rebase
This commit is contained in:
parent
01a45e00bb
commit
f138199936
2 changed files with 6 additions and 1 deletions
|
@ -1,6 +1,11 @@
|
||||||
|
.comments {
|
||||||
|
@extend .ul--no-style;
|
||||||
|
}
|
||||||
|
|
||||||
.comment {
|
.comment {
|
||||||
font-size: var(--font-multiplier-small);
|
font-size: var(--font-multiplier-small);
|
||||||
padding: var(--spacing-small) 0;
|
padding: var(--spacing-small) 0;
|
||||||
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
font-size: var(--font-small);
|
font-size: var(--font-small);
|
||||||
padding: var(--spacing-medium) 0;
|
padding: var(--spacing-medium) 0;
|
||||||
|
|
|
@ -8118,7 +8118,7 @@ node-releases@^1.1.38:
|
||||||
dependencies:
|
dependencies:
|
||||||
semver "^6.3.0"
|
semver "^6.3.0"
|
||||||
|
|
||||||
node-sass@^4.13.0:
|
node-sass@^4.11.0:
|
||||||
version "4.13.0"
|
version "4.13.0"
|
||||||
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.13.0.tgz#b647288babdd6a1cb726de4545516b31f90da066"
|
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.13.0.tgz#b647288babdd6a1cb726de4545516b31f90da066"
|
||||||
integrity sha512-W1XBrvoJ1dy7VsvTAS5q1V45lREbTlZQqFbiHb3R3OTTCma0XBtuG6xZ6Z4506nR4lmHPTqVRwxT6KgtWC97CA==
|
integrity sha512-W1XBrvoJ1dy7VsvTAS5q1V45lREbTlZQqFbiHb3R3OTTCma0XBtuG6xZ6Z4506nR4lmHPTqVRwxT6KgtWC97CA==
|
||||||
|
|
Loading…
Add table
Reference in a new issue