Aller au contenu

« MediaWiki:Common.css » : différence entre les versions

aucun résumé des 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;
 
}
   &:first-of-type {
 
   .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;
   }
   }
    
    
   &:first-of-type .flex-row {
   .flex-table:first-of-type .flex-row {
     background: #1976D2;
     background: #1976D2;
     color: white;
     color: white;
Ligne 29 : Ligne 30 :
   }
   }
    
    
   &.row:nth-child(odd) .flex-row {
   .flex-table.row:nth-child(odd) .flex-row {
     background: $row-bg;
     background: #f4f2f1;
   }
   }
    
    
   &:hover {
   .flex-table:hover {
     background: #F5F5F5;
     background: #F5F5F5;
     transition: 500ms;
     transition: 500ms;
   }
   }
}
 
 
.flex-row {
.flex-row {
   width: calc(100% / 4);
   width: calc(100% / 4);
9 349

modifications