Project

General

Profile

« Previous | Next » 

Revision b99cbf31

Added by Andreas Kohlbecker about 7 years ago

ref #6169 Overview on Names and Types in RegistrationWorkingSets

View differences:

src/main/webapp/VAADIN/themes/edit-valo/edit-valo.scss
160 160

  
161 161
    #workflow-container {
162 162
        text-align: center;
163
        margin-top: $v-unit-size;
163 164
    }
164 165
    
165 166
    $workflow-icon-size: 110px;
......
231 232
    }
232 233

  
233 234
    // tab element being part of a process ----------- //
235
    // use $v-unit-size instead of $v-font-size * 3?
234 236
    .workflow-step-wrap {
235 237
        padding-right: 10px;
236 238
        height: $v-font-size * 3;
......
249 251
            padding-right: 10px;
250 252
            color: $v-background-color;
251 253
        }
252
  
254
    }
255

  
256
    .workflow-tabsheet {
257
        
258
        table.v-tabsheet-tabs, .v-tabsheet-tabs tr, .v-tabsheet-tabs tbody {
259
          width: 100%; 
260
        }
261
        
262
        .v-tabsheet-tabitemcell {
263
              width: 25%;
264
        }
265

  
266
        .v-tabsheet-tabitem {
267
            
268
            // background-color: scale-color(lighten($v-app-background-color, 20%), $saturation: -20%);
269
            // @include valo-gradient($color: $v-background-color, $gradient: $v-gradient, $fallback: null, $direction: to right);
270
            // @include box-shadow(inset 0 0 5px $v-app-background-color);
271
            // background-color: $v-font-color
272
            
273
            // border: valo-border($border: 2px solid, $color: $v-font-color, $strength: 1);
274
            
275
            background-color: scale-color(lighten($v-app-background-color, 20%), $saturation: -20%);
276
            @include box-shadow(inset 0 0 5px $v-app-background-color);
277
            border: valo-border($border: 2px solid, $color: $v-app-background-color, $strength: 1);
278
            border-color: $v-app-background-color;
279
            .v-caption {
280
                // line-height: $v-unit-size;
281
                margin: 0;
282
                padding: 0;
283
                padding-right: $v-unit-size / 2;
284
                border: 0px none;
285
            }
286
            .v-icon {
287
                line-height: $v-unit-size;
288
                font-size: $v-unit-size * 1.8;
289
                vertical-align: middle;
290
                // padding-right: $v-unit-size / 2;
291
                
292
                //color: $v-font-color;
293
                
294
                color: $v-app-background-color;
295
            }
296
        }
253 297
    }
254 298

  
255 299
    // ----------------------------------------------- //
300
    
301
   // status colors --------------------------------- //
256 302
    .status-REJECTED {
257 303
        color: $status-rejected-color;
258 304
    }

Also available in: Unified diff