CodeBlock.module.scss 321 B

123456789101112131415
  1. @use '~/styles/variables' as var;
  2. @use '@growi/core/scss/bootstrap/init' as bs;
  3. .code-highlighted-title {
  4. position: absolute;
  5. top: 0;
  6. right: 0.5em;
  7. padding: 0 4px;
  8. font-style: normal;
  9. font-weight: bold;
  10. color: bs.$gray-900;
  11. background: bs.$gray-300;
  12. border-radius: bs.$border-radius;
  13. opacity: 0.8;
  14. }