/* [project]/node_modules/@timeedit/ui-components/lib/src/components/Button/button.css [app-client] (css) */
@layer teui-components {
  .te-btn {
    box-shadow: 0 2px #00000005;
    font-weight: 400 !important;
  }

  .te-btn.ant-btn-primary {
    border-color: #00000073;
  }

  .te-btn.ant-btn-text {
    box-shadow: none !important;
  }

  .te-btn .ant-btn-icon {
    padding-top: .12rem;
  }
}

