Difference between revisions of "MediaWiki:Common.css"

no edit summary
Line 2,203: Line 2,203:


.smart-template-bottom {
.smart-template-bottom {
  display: flex;
   justify-content: center;
   justify-content: center;
   gap: 10px;
   gap: 10px;
   margin-bottom: 5px;
   margin-bottom: 5px;
   padding: 5px;
   padding: 5px;
   background-color: #f2f2f2;
   background-color: #e6e7e8;
}
   border-radius: 0 0 8px 8px;
.smart-template:last-child .smart-template-bottom:last-child {
   border-radius: 0 8px 8px 0;
}
}