Fix download scroll shadow
This commit is contained in:
parent
dcef05ff6d
commit
9e5ec12b02
2 changed files with 8 additions and 0 deletions
|
@ -64,6 +64,10 @@ export default {
|
|||
&:not(:first-child) {
|
||||
margin-top: 16px;
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
}
|
||||
|
||||
.code {
|
||||
|
|
|
@ -78,6 +78,10 @@ export default {
|
|||
0px 2px 2px 0px rgba(0, 0, 0, 0.14),
|
||||
0px 1px 5px 0px rgba(0, 0, 0, 0.12);
|
||||
margin-top: 16px;
|
||||
|
||||
&:last-child {
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
}
|
||||
|
||||
.title {
|
||||
|
|
Loading…
Reference in a new issue