cms/app-client/app/styles/app.scss
changeset 315 e3217b6adea3
parent 299 2c16302b06f7
child 316 fb11295ef666
equal deleted inserted replaced
314:f5690d918358 315:e3217b6adea3
     9 $dark-grey: #59626b;
     9 $dark-grey: #59626b;
    10 $medium-white: #f5f5f5;
    10 $medium-white: #f5f5f5;
    11 $light-white: #fbfbfb;
    11 $light-white: #fbfbfb;
    12 
    12 
    13 $content-height: 600px;
    13 $content-height: 600px;
    14 
       
    15 
    14 
    16 body {
    15 body {
    17     background-color: $medium-white;
    16     background-color: $medium-white;
    18 }
    17 }
    19 
    18 
    71 
    70 
    72 .corpus-app-container {
    71 .corpus-app-container {
    73     color: $dark-grey;
    72     color: $dark-grey;
    74     box-sizing: border-box;
    73     box-sizing: border-box;
    75     background-color: $medium-white;
    74     background-color: $medium-white;
       
    75     position: relative;
    76 }
    76 }
    77 
    77 
    78 body.videoscreen .corpus-app-container {
    78 body.videoscreen .corpus-app-container {
    79     margin-top: 308px;
    79     margin-top: 308px;
    80     height: 292px;
    80     height: 292px;
   136     border-top: none;
   136     border-top: none;
   137 }
   137 }
   138 
   138 
   139 .corpus-app-container.window {
   139 .corpus-app-container.window {
   140     overflow: scroll;
   140     overflow: scroll;
       
   141     height: 560px;
   141 }
   142 }
   142 
   143 
   143 .corpus-app-modal {
   144 .corpus-app-modal {
   144     position: absolute;
   145     position: absolute;
   145     top: 0px;
   146     top: 0px;