• Sign in

App / scienceApp · Files

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Forks
  • Network
  • scienceApp
  • src
  • pages
  • extunit
  • extunit.scss
  • 学習アプリ初回登録
      ddd0f8c8
    r-ujihara authored
    2017-05-10 16:39:35 +0900  
    Browse Files »
extunit.scss 454 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
page-extunit {
    .extunit-page {
        background-image: url('../assets/img/extunitbackground.png');

        .card {
            background: #505050;
            .item {
                background: #505050;
            }
        }

        .extunit-card {
            .unit-card-header {
                font-weight: bold;
                color: white
            }

            .label {
                color: white
            }
        }
    }
}