MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 32: Line 32:
}
}


.rizline-bio-chip-text {
.rizline-bio-text {
     font-family: 'Comfortaa', sans-serif;
     font-family: 'Comfortaa', sans-serif;
     font-weight: 700;
     font-weight: 700;
Line 42: Line 42:
}
}


.rizline-bio-chip-selected > .rizline-bio-chip-text {
.rizline-bio-chip-selected > .rizline-bio-text {
     border-color: #c1aee6;
     border-color: #c1aee6;
}
}


.rizline-bio-chip-left > .rizline-bio-chip-text {
.rizline-bio-chip-left > .rizline-bio-text {
     border-right-width: 1px;
     border-right-width: 1px;
}
}


.rizline-bio-chip-right > .rizline-bio-chip-text {
.rizline-bio-chip-right > .rizline-bio-text {
     border-left-width: 1px;
     border-left-width: 1px;
}
}