Project

General

Profile

« Previous | Next » 

Revision 15f46faf

Added by Andreas Kohlbecker about 7 years ago

ref #6169 initial design for main application

View differences:

src/main/webapp/VAADIN/themes/edit-valo/edit-valo.scss
3 3
// Defines the plaintext font size, weight and family. Font size affects general component sizing.
4 4
//$v-font-size: 16px;
5 5
//$v-font-weight: 300;
6
//$v-font-family: "Open Sans", sans-serif;
6
$v-font-family: "Open Sans", sans-serif;
7 7

  
8 8
// Defines the border used by all components.
9 9
//$v-border: 1px solid (v-shade 0.7);
......
14 14
// Affects the color of content areas, e.g  Panel and Window content, TextField input etc
15 15
//$v-app-background-color: $v-background-color;
16 16

  
17
// Affects the visual appearance of all components
17
// Affects the visual appearance of all component
18 18
//$v-gradient: v-linear 8%;
19 19
//$v-bevel-depth: 30%;
20 20
//$v-shadow-opacity: 5%;
......
53 53
  @include valo;
54 54

  
55 55
  // Insert your own theme rules here
56
  
57
  // ----- Banner and Logo  ------
58
  $banner-height:  60px;
59
  
60
  .logo {
61
    font-weight: bold;
62
    font-size: 1.5em;
63
    color: #0E9B06;
64
    height: $banner-height;
65
  }
66
  
67
  .banner {
68
    height: $banner-height;
69
  }
70
  
71

  
56 72
}

Also available in: Unified diff