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
  • _mastercard.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
_mastercard.scss 396 Bytes
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
@import "../cards/_card";
@import "../logos/_mastercard";

$fill-color: #0061A8;

.card.mastercard {
    &.identified {
        .front, .back {
            .card-logo.mastercard {
                box-shadow: none;
            }
            &:before {
                background-color: $fill-color;
            }
        }
        .card-logo.mastercard {
            opacity: 1;
        }
    }
}

Replace _mastercard.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