Prepend comments for infix comments in argument list
This commit is contained in:
parent
84f69f482f
commit
9a74addc61
1 changed files with 5 additions and 6 deletions
|
@ -636,13 +636,12 @@ textarea {
|
||||||
}
|
}
|
||||||
background: linear-gradient(
|
background: linear-gradient(
|
||||||
to bottom,
|
to bottom,
|
||||||
rgb(238, 238, 238) 0%,
|
/* (1 - 0.41) * 255 + 0.41 * 213*/ rgb(238, 238, 238) 0%,
|
||||||
/* (1 - 0.41) * 255 + 0.41 * 213*/ rgb(243, 243, 243) 12%,
|
/* (1 - 0.19) * 255 + 0.19 * 191*/ rgb(243, 243, 243) 12%,
|
||||||
/* (1 - 0.19) * 255 + 0.19 * 191*/ rgb(255, 255, 255) 27%,
|
rgb(255, 255, 255) 27%,
|
||||||
rgb(255, 255, 255) 60%,
|
rgb(255, 255, 255) 60%,
|
||||||
rgb(249, 249, 249) 85%,
|
/* (1 - 0.19) * 255 + 0.19 * 222*/ rgb(249, 249, 249) 85%,
|
||||||
/* (1 - 0.19) * 255 + 0.19 * 222*/ rgb(213, 213, 213) 100%
|
/* (1 - 0.27) * 255 + 0.27 * 98 */ rgb(213, 213, 213) 100%
|
||||||
/* (1 - 0.27) * 255 + 0.27 * 98*/
|
|
||||||
);
|
);
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue