• 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
  • menu
  • menu.scss
  • 学習アプリ初回登録
      ddd0f8c8
    r-ujihara authored
    2017-05-10 16:39:35 +0900  
    Browse Files »
menu.scss 660 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 27 28 29
page-menu {
    .top-menu-page {
        background-image: url('../assets/img/background.png');
        background-size: cover;

        .title{
            position: relative;
            text-align: center;

            .card-title {
                position: absolute;
                top: 36%;
                font-size: 2.0em;
                width: 100%;
                font-weight: bold;
                color: #505050;
            }

           .card-subtitle {
                font-size: 1.0em;
                position: absolute;
                top: 55%;
                width: 100%;
                color: #505050;
           }

        }
    }
}