Skip to content
Snippets Groups Projects

use of component-level CSS custom properties

Closes #3353641

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
152 }
153
154 .password-strength__bar.is-fair {
155 border-color: var(--password-strength-bar-fair-border-color);
156 background-color: var(--password-strength-bar-fair-bg-color);
157 }
158
159 .password-strength__bar.is-good {
160 border-color: var(--password-strength-bar-good-border-color);
161 background-color: var(--password-strength-bar-good-bg-color);
162 }
163
164 .password-strength__bar.is-strong {
165 border-color: var(--password-strength-bar-strong-border-color);
166 background-color: var(--password-strength-bar-strong-bg-color);
167 }
  • santosh verma added 1 commit

    added 1 commit

    • e2bcce57 - Addressed the comment 7 and removed the unnecessary local scoped code

    Compare with previous version

  • 10 10 * Visual styles for the Password widgets.
    11 11 */
    12 12
    13 :root {
    14 /* Weak */
    15 --password-strength-bar-weak-bg-color: var(--color-maximumred);
  • Gaurav added 1 commit

    added 1 commit

    • f37f64ef - Variables scope updated in form password confirm pcss file

    Compare with previous version

  • Gaurav added 308 commits

    added 308 commits

    • f37f64ef...720d213c - 305 commits from branch project:10.1.x
    • 278cba47 - use of component-level CSS custom properties
    • 9a816fe5 - Addressed the comment 7 and removed the unnecessary local scoped code
    • 26434cda - Variables scope updated in form password confirm pcss file

    Compare with previous version

  • Please register or sign in to reply
    Loading