_components.thebelab.scss 530 B

123456789101112131415161718192021222324252627
  1. .thebelab-button {
  2. z-index: 999;
  3. display: inline-block;
  4. padding: 0.35em 1.2em;
  5. margin: 0px 1px;
  6. border-radius: 0.12em;
  7. box-sizing: border-box;
  8. text-decoration: none;
  9. font-family: 'Roboto', sans-serif;
  10. font-weight: 300;
  11. text-align: center;
  12. transition: all 0.2s;
  13. background-color: #dddddd;
  14. border: 0.05em solid white;
  15. color: #000000;
  16. }
  17. .thebelab-button:hover{
  18. border: 0.05em solid black;
  19. background-color: #fcfcfc;
  20. }
  21. div.jp-OutputArea-output {
  22. padding: 5px;
  23. }