MediaWiki:Common.css/src/template/translation projects.scss

From Terraria Wiki
Jump to navigation Jump to search
/********* [[Template:Translation projects]] *********/

#indic-project {
	&.collapsed .text-wrapper {
		display: none;
	}

	&.expanded {
		border: 1px solid var(--theme-box-border-color);
		border-radius: 0.2em;
		padding: 0.5em;
		background: var(--theme-box-background);

		#indic-project-flag {
			margin-left: 1em;
		}
	}

	.client-js &-flag {
		/* the cursor should not be pointer if JavaScript is disabled (because
		 * the flag can't be clicked in that case); see also
		 * https://www.mediawiki.org/wiki/Manual:Coding_conventions/CSS#.client-js_and_.client-nojs */
		cursor: pointer
	}

	&-flag > img {
		border: 1px solid var(--theme-box-border-color-invert); /* border around the flag to improve visibility */
	}
}