Aller au contenu

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

aucun résumé des modifications
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 3 : Ligne 3 :
     display: none !important;
     display: none !important;
}
}
.flex {
.sb-flex {
     display: flex;
     display: flex;
     flex-direction: row;
     flex-direction: row;
     flex-wrap: wrap;
     flex-wrap: wrap;
}
}
.flex-inner {
.sb-flex-inner {
     flex-grow: 1;
     flex-grow: 1;
     width: 19%;
     width: 19%;
     width: 200px;
     width: 200px;
}
}
.box-shadow {
.sb-box-shadow {
     box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
     box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
     border-radius: 2px;
     border-radius: 2px;
Ligne 22 : Ligne 22 :
     align-items: center;
     align-items: center;
}
}
.box-shadow .header {
.sb-box-shadow .sb-header {
     font-size: 1.25rem;
     font-size: 1.25rem;
     margin-bottom: 1rem;
     margin-bottom: 1rem;
Ligne 28 : Ligne 28 :
     line-height: 1.2;
     line-height: 1.2;
}
}
.box-shadow .image {
.sb-box-shadow .sb-image {
     height: 148px;
     height: 148px;
}
}
.text-center {
.sb-text-center {
     text-align: center;
     text-align: center;
}
}