Remove hero borders from stats page
This commit is contained in:
parent
f55b70b4e3
commit
93ba2dd24a
1 changed files with 1 additions and 1 deletions
|
|
@ -403,7 +403,6 @@
|
||||||
text-underline-offset: 4px;
|
text-underline-offset: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
[data-page="stats"] [data-section="hero"],
|
|
||||||
[data-page="stats"] [data-section="chart"],
|
[data-page="stats"] [data-section="chart"],
|
||||||
[data-page="stats"] [data-section="newsletter"] {
|
[data-page="stats"] [data-section="newsletter"] {
|
||||||
border-bottom: 1px solid var(--stats-line);
|
border-bottom: 1px solid var(--stats-line);
|
||||||
|
|
@ -424,6 +423,7 @@
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
padding: 128px 24px 48px;
|
padding: 128px 24px 48px;
|
||||||
border-bottom: 0;
|
border-bottom: 0;
|
||||||
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
[data-page="stats"] h1,
|
[data-page="stats"] h1,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue