/* remotefilename=/style/ButtonMenu.css
 *
 *	Copyright © 2026 by The L5 Development Group.  All rights reserved.
 *
 *	$Id: /style/ButtonMenu.css,v $
 */
/**
*	CSS rulesets for styling the ThmIndxr-generated button menus
*
*	Author:			Fred Koschara
*	Creation Date:	May twenty-eighth, 2026
*	Last Modified:	May 30, 2026 @ 12:55 am
*
*	Revision History:
*	   Date		  by		Description
*	2026/05/30	wfredk	original development
*		|		  |				|
*	2026/05/28	wfredk	original development
*/

/* rulesets in *nesting* order */
.btnMnu
{	margin:0 auto;
	transform-origin:top center;
}
.btnMnuRow
{	display:flex;
	justify-content:flex-start;
	margin:10px auto;
}
.btnMnuWrap
{	flex:0 0 220px;
}
.btnMnuBtn
{	display:block;
	padding:30px;
}
.btnMnuBtn img
{	display:block;
	height:120px;
	width:160px;
}

/* EOF: ButtonMenu.css */
