• 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
  • unit
  • unit.scss
  • 学習アプリ初回登録
      ddd0f8c8
    r-ujihara authored
    2017-05-10 16:39:35 +0900  
    Browse Files »
unit.scss 475 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 24 25 26
page-unit {
    .unit-page {
        background-image: url('../assets/img/unitbackground.png');

        .card {
            background: #076B31;
            .item {
                background: #076B31;
            }
        }
        .unit-card{
            position: relative;

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

            .label {
                color: white
            }

        }

    }
}