Skip to content

GitLab

  • Menu
    • Projects Groups Snippets
      Help
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • C card
  • Project information
    • Project information
    • Activity
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • pixers
  • card
  • Repository

Switch branch/tag
  • card
  • src
  • scss
  • cards
  • _amex.scss
Find file BlameHistoryPermalink
  • Andrew Allen's avatar
    changed occurances of css class 'logo' to 'card-logo' 路 2bf15cc8
    Andrew Allen authored 10 years ago
    2bf15cc8
_amex.scss 532 Bytes
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
@import "../cards/_card";
@import "../logos/_amex";

$fill-color: #108168;

.card.amex {

    &.flipped{
        @include transform(none);
    }
    
    &.identified {
        .front, .back {
            &:before {
                background-color: $fill-color;
            }
        }

        .front {

            .card-logo.amex {
                opacity: 1;
            }

            .cvc {
                visibility: visible;
            }

            &:after {
                opacity: 1;
            }
        }
    }
}

Replace _amex.scss

Attach a file by drag & drop or click to upload


Cancel
GitLab will create a branch in your fork and start a merge request.

Menu

Projects Groups Snippets
Help