cms/app-client/app/styles/app.scss
changeset 53 30e7ac1ff04a
parent 44 6e2c500adca0
child 68 69977e2aa39e
equal deleted inserted replaced
52:87b6a104de8e 53:30e7ac1ff04a
    33     &-wrapper{
    33     &-wrapper{
    34       height: 900px;
    34       height: 900px;
    35       display : flex;
    35       display : flex;
    36       flex-flow: column;
    36       flex-flow: column;
    37       border: none;
    37       border: none;
    38     }
       
    39     &-player,
       
    40     &-results {
       
    41       padding: 0 10px;
    38       padding: 0 10px;
    42       margin-bottom: 10px;
       
    43       background-color: #eeeeee;
       
    44     }
    39     }
    45     &-player{
    40     &-player{
    46       flex: 0 1 auto;
    41       flex: 0 1 auto;
    47       float: left;
    42       float: left;
    48       border-left: none;
    43       border-left: none;
    49       border-top: none;
    44       border-top: none;
    50     }
    45       margin-bottom: 10px;
    51     &-results {
    46       background-color: #eeeeee;
    52       flex: 1 1 auto;
       
    53       float: left;
       
    54       overflow: auto;
       
    55       border-left: none;
       
    56       border-top: none;
       
    57     }
    47     }
    58   }
    48   }
    59 }
    49 }