Skip to content

Instantly share code, notes, and snippets.

@nabettu
Last active November 18, 2021 08:31
Show Gist options
  • Save nabettu/568e5aea6ae09126ebb6acf720cda82d to your computer and use it in GitHub Desktop.
Save nabettu/568e5aea6ae09126ebb6acf720cda82d to your computer and use it in GitHub Desktop.
.notion-callout {
border-radius: 100px !important;
position: relative !important;
padding: 16px 24px !important;
border: none !important;
}
.notion-callout.notion-purple_background_co {
box-shadow: 0 10px 20px -10px #8c51be !important;
background: #6441A5 !important;
}
.notion-callout.notion-brown_background_co {
box-shadow: 0 10px 20px -10px #516Bbef !important;
background: #808080!important;
}
.notion-callout.notion-teal_background_co {
box-shadow:0 10px 20px -10px #a1be51 !important;
background: #84BD00 !important;
}
.notion-callout.notion-red_background_co {
box-shadow: 0 10px 20px -10px #ef5151 !important;
background: #DA1725 !important;
}
.notion-callout.notion-yellow_background_co {
box-shadow: 0 10px 20px -10px #f0bd66 !important;
background: #f0bd66 !important;
}
.notion-callout.notion-blue_background_co {
box-shadow: 0 10px 20px -10px #1ea1f1 !important;
background: #1ea1f1 !important;
}
.notion-callout a {
letter-spacing: -0.5px !important;
padding: 0 0 2px 66px !important;
align-items: center !important;
position: absolute !important;
font-weight: 600 !important;
display: flex !important;
border: none !important;
color: #FFFFFF !important;
bottom: 0 !important;
right: 0 !important;
left: 0 !important;
top: 0 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment