mirror of
https://github.com/d0zingcat/nextjs-notion-starter-kit.git
synced 2026-05-13 15:09:47 +00:00
stylezz
This commit is contained in:
@@ -70,10 +70,19 @@
|
||||
}
|
||||
|
||||
.notion-collection-card-cover img {
|
||||
/* border-radius: 0; */
|
||||
border-radius: 16px;
|
||||
}
|
||||
|
||||
.notion-collection-card {
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
.notion-collection-card-cover {
|
||||
border-radius: 16px;
|
||||
overflow: visible;
|
||||
box-shadow: 2px 2px 8px 4px rgba(15, 15, 15, 0.1);
|
||||
}
|
||||
|
||||
.notion-collection-card-cover {
|
||||
border-bottom: 0 none;
|
||||
transition: filter 150ms linear;
|
||||
@@ -173,3 +182,8 @@
|
||||
justify-content: center;
|
||||
padding: 2em;
|
||||
}
|
||||
|
||||
.notion-page-icon-wrapper img.notion-page-icon {
|
||||
border-radius: 50%;
|
||||
box-shadow: 0 8px 40px 0 rgb(0 0 0 / 21%);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user