cms/app-client/app/styles/app.scss
changeset 95 f7ab931581af
parent 84 36f84e8f1ad5
child 98 2e6bfce6f99c
equal deleted inserted replaced
94:62984937a062 95:f7ab931581af
    31       display: block;
    31       display: block;
    32       width: 50%;
    32       width: 50%;
    33       height: 600px;
    33       height: 600px;
    34       float: left;
    34       float: left;
    35       border-top: none;
    35       border-top: none;
    36       border-right: 1px solid grey;
       
    37     }
    36     }
    38     &-wrapper{
    37     &-wrapper{
    39       height: 600px;
    38       height: 600px;
    40       display : flex;
    39       display : flex;
    41       flex-flow: column;
    40       flex-flow: column;
    42       border: none;
    41       border: none;
    43       padding: 0 10px;
    42       padding: 0 0 0 10px;
    44     }
    43     }
    45     &-player{
    44     &-player{
    46       flex: 0 1 auto;
    45       flex: 0 1 auto;
    47       float: left;
    46       float: left;
    48       border-left: none;
    47       border-left: none;
    49       border-top: none;
    48       border-top: none;
    50       margin-bottom: 10px;
    49       margin-bottom: 10px;
    51       background-color: #eeeeee;
    50       background-color: #eeeeee;
       
    51       padding: 0 10px;
    52     }
    52     }
    53   }
    53   }
    54 }
    54 }