Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 16da593f

Von Cem Aydin vor mehr als 3 Jahren hinzugefügt

  • ID 16da593f591b6387a5c1d211b07266552ca514fa
  • Vorgänger c1b1ecac
  • Nachfolger 29498fea

Neues Design Anpassung: #386 Farben Überschriften und Buttons angepasst

Da bei einer Änderung der Brand Farbe oftmals ein unbrauchbarer
Hintergrund-Ton entstand, habe ich diese nun entkoppelt. Dazu:

- brand durchgehend in base umbenannt
- neuen Abschnitt brand eingefügt (css/less/variables_color_style.less)
- diesen für H1 Header und Buttons verwendet
- less/css neu kompiliert

Unterschiede anzeigen:

css/less/requirement_spec.less
116 116
              font-size:       90% ;
117 117
              font-weight:     bold;
118 118
              letter-spacing: 0.1em;
119
              color:           @brand-dark;
119
              color:           @base-dark;
120 120
            }
121 121
          } // /h3
122 122

  
......
463 463
    // special rows
464 464
    &.section th {
465 465
      line-height: 2.2em ;
466
      //background-color: @brand-standard;
467
      color: @brand-superdark ;
466
      //background-color: @base-standard;
467
      color: @base-superdark ;
468 468
      b {
469 469
        font-size: 116% ;
470 470
      }
......
473 473
      td, th {
474 474
        font-weight:      bold ;
475 475
        background-color: @gray-standard; // PENDENT: ZEBRA
476
        border-top:       1px @brand-superdark solid ;
477
        border-bottom:    1px @brand-superdark solid ;
476
        border-top:       1px @base-superdark solid ;
477
        border-bottom:    1px @base-superdark solid ;
478 478
        text-align:       right;
479 479
      }
480 480
    }

Auch abrufbar als: Unified diff