MediaWiki:Common.css: Difference between revisions

mNo edit summary
mNo edit summary
Line 25: Line 25:
   margin-top: 1em;
   margin-top: 1em;
   justify-content: center;
   justify-content: center;
}
.pm-full {
  flex: 1 1 100%;
  max-width: 100%;
}
}


Line 41: Line 36:
   box-shadow: 0 2px 6px rgba(0,0,0,0.04);
   box-shadow: 0 2px 6px rgba(0,0,0,0.04);
   transition: box-shadow 0.3s ease;
   transition: box-shadow 0.3s ease;
}
.pm-full {
  flex: 1 1 100%;
  max-width: 100%;
}
.pm-emphasis {
  background-color: #fef6e9;
  border-left: 5px solid #d88c3d;
}
}