Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • Styles Styles
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 6
    • Issues 6
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • amoCRM
  • StylesStyles
  • Issues
  • #2

Closed
Open
Created Nov 08, 2022 by Pavel Kupreev@iamkuper👽Owner

Базовые компоненты | Кнопки

1. Buttons

amoCRM includes five predefined button styles, each serving its own semantic purpose, with a few extras thrown in for more control.

Снимок_экрана_2022-11-10_в_3.11.30

<button type="button" class="amocrm-btn-primary">Primary</button>
<button type="button" class="amocrm-btn-secondary">Secondary</button>
<button type="button" class="amocrm-btn-dark">Dark</button>
<button type="button" class="amocrm-btn-light">Light</button>
<button type="button" class="amocrm-btn-link">Link</button>

1.1. Outline buttons

In need of a button, but not the hefty background colors they bring? Replace the default modifier classes with the .amocrm-btn-outline-* ones to remove all background images and colors on any button.

Снимок_экрана_2022-11-10_в_3.12.43

<button type="button" class="amocrm-btn-outline-primary">Primary</button>
<button type="button" class="amocrm-btn-outline-dark">Dark</button>

1.1. Sizes ext

Fancy larger or smaller buttons? Add .amocrm-btn-lg or .amocrm-btn-sm for additional sizes.

Снимок_экрана_2022-11-10_в_3.18.31

<button type="button" class="amocrm-btn-primary amocrm-btn-lg">Large button</button>
<button type="button" class="amocrm-btn-primary amocrm-btn-sm">Small button</button>

Снимок_экрана_2022-11-10_в_5.36.34

Edited Nov 10, 2022 by Pavel Kupreev
Assignee
Assign to
Time tracking