Vorlage:Kachel/styles.css: Unterschied zwischen den Versionen

Keine Bearbeitungszusammenfassung
Markierung: Manuelle Zurücksetzung
Keine Bearbeitungszusammenfassung
 
Zeile 74: Zeile 74:
}
}


/* Artikel des Tages */


.artikel-des-tages {
.artikel-des-tages {
    box-sizing: border-box;
     display: flex;
     display: flex;
     flex-direction: column;
     flex-direction: column;
Zeile 85: Zeile 82:


     min-height: 160px;
     min-height: 160px;
     padding: 25px;
     padding: 20px;
 
     box-sizing: border-box;
     background: #f8f9fa;
    border: 1px solid #c8ccd1;
    border-radius: 12px;


     text-align: center;
     text-align: center;
Zeile 102: Zeile 96:
.artikel-des-tages-label {
.artikel-des-tages-label {
     font-size: 14px;
     font-size: 14px;
     color: #72777d;
     color: #54595d;
     margin-bottom: 8px;
     margin-bottom: 12px;
}
}


Zeile 112: Zeile 106:


.artikel-des-tages-titel a {
.artikel-des-tages-titel a {
     color: #202122;
     color: #36c;
     text-decoration: none;
     text-decoration: none;
}
}