MediaWiki:SkillNav.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 106: Line 106:


.mw-customtoggle-Surya.mw-customtoggle {
.mw-customtoggle-Surya.mw-customtoggle {
     width: calc(20px + 0.5rem);
     width: calc(20px + 0.75rem);
     height: calc(20px + 0.5rem);
     height: calc(20px + 0.75rem);
     transform: skew(10deg);
     transform: skew(10deg);
     margin-left: auto;
     margin-left: auto;
Line 116: Line 116:
     background-repeat: no-repeat;
     background-repeat: no-repeat;
     background-position: center;
     background-position: center;
     transition: .3s;
     transition: background-color .3s;
     border-radius: 4px;
     border-radius: 4px;
}
}