Kheys, Administrateurs
9 367
modifications
Aucun résumé des modifications Balise : Révoqué (en savoir plus) |
Aucun résumé des modifications Balise : Révoqué (en savoir plus) |
||
Ligne 17 : | Ligne 17 : | ||
border-left: solid 1px #d9d9d9; | border-left: solid 1px #d9d9d9; | ||
transition: 0.5s; | transition: 0.5s; | ||
} | |||
.flex-table:first-of-type { | |||
border-top: solid 1px #1565C0; | border-top: solid 1px #1565C0; | ||
border-left: solid 1px #1565C0; | border-left: solid 1px #1565C0; | ||
} | } | ||
.flex-table:first-of-type .flex-row { | |||
background: #1976D2; | background: #1976D2; | ||
color: white; | color: white; | ||
Ligne 29 : | Ligne 30 : | ||
} | } | ||
.flex-table.row:nth-child(odd) .flex-row { | |||
background: | background: #f4f2f1; | ||
} | } | ||
.flex-table:hover { | |||
background: #F5F5F5; | background: #F5F5F5; | ||
transition: 500ms; | transition: 500ms; | ||
} | } | ||
.flex-row { | .flex-row { | ||
width: calc(100% / 4); | width: calc(100% / 4); |