Project

General

Profile

« Previous | Next » 

Revision 08f24060

Added by Andreas Kohlbecker about 7 years ago

ref #6169 abstract page view having header and sub-header

View differences:

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

  
73 73
  // Insert your own theme rules here
74 74
  
75
  // --- AbstractPageView --- // 
76
  #header {
77
    text-align: center;
78
    margin: round($v-layout-spacing-vertical/2); // corresponds to layout spacing
79
    font-size: $v-font-size--huge; // corresponds to valo style huge (26px)
80
  }
81

  
82
  #subheader {
83
    text-align: center;
84
    margin: round($v-layout-spacing-vertical/2);
85
    font-size: $v-font-size; // valo default font size (16px)
86
  }
87
  // ------------------- // 
88
  
75 89
  .logo_giant {
76 90
    font-size: 400%;
77 91
   }
......
193 207
    }
194 208
    
195 209
    #registration-list {
210
        /* --- for the css layout --- */
211
        overflow: auto;
212
        height: 100%;
213
        padding-left: round($v-unit-size/3);
214
        padding-right: round($v-unit-size/3);
215
        
216
        border: valo-border($border: $v-border, $color: $v-background-color, $strength: 1.4);
217
        border-radius: $v-border-radius - first-number($v-border) $v-border-radius - first-number($v-border) 0 0;
218
        /* ----------------------------------------------- */
219
        
196 220
        // for grid rows
197 221
        .status-REJECTED {
198 222
            color: $status-rejected-color;

Also available in: Unified diff