Skip to content
Snippets Groups Projects
_input.scss 120 B
Newer Older
  • Learn to ignore specific revisions
  • .input {
        &--transparent {
            color: $color--white;
            background: transparent;
            border: 0;
        }
    }