Skip to content
Snippets Groups Projects
Select Git revision
  • 5b4e287d6f2d804101763400bb22c3d82e899fc7
  • master default protected
2 results

test_excel_operation.py

Blame
  • Button.module.scss 581 B
    .button {
      /*background-color: purple;
      color:white;
      position: relative;
      font-size: 12px;
      font-weight: 700;
      align-items: center;
      letter-spacing: 0.7px;
      text-align: center;
      -moz-box-align: center;
      text-decoration: none;
      display: inline-block;
      border-radius: 10px;
      -webkit-transition: background-color 0.2s ease-in;
      transition: background-color 0.2s ease-in;
      cursor: pointer;
      padding: 10px 30px;*/
      font-size: .875rem;
      position: relative;
      transition: all .15s ease;
      letter-spacing: .025em;
      text-transform: none;
      will-change: transform;
      }