/*
file name:  src/subaccounts/Faculties/styles/modulesquicklinks.scss

created:    Mark Murphy 20102025
notes:      
version:    1.0 
*/
/*

	created:  	221001
	notes:    	housing variables that will be reused across many stylesheets
	version:  	1.0 init setup | s malcolm
				1.1 adjustments for canvas core x | camilanovic
				1.2 changes to default font | mahood
*/
/*
$fonts: (
	'body': $web-font,
	'feature': $web-font,
	'link': $web-font
);*/
/* Module Navigation - Script Active Indicator */
/* This can be commented out, as it's just to confirm it's working */
.unit-nav-buttons {
  margin: 1rem 0;
  padding: .5rem 0; }

/* Module Navigation - Main Container */
#module-quick-nav {
  margin: 1.5rem 0;
  padding: 1rem;
  background: #eeeeee; }

/* Module Navigation - Label */
label[for="module-selector"] {
  font-weight: bold;
  margin-right: 10px;
  display: inline-block; }

/* Module Navigation - Dropdown */
#module-selector {
  border-radius: 4px;
  border: 0px solid #252320;
  margin: .5rem 1rem .5rem 0; }

/* Module Navigation - Go Button */
#module-quick-nav button {
  padding: 8px 16px;
  font-size: 14px;
  border-radius: 4px;
  border: none;
  background: #3C1053;
  color: white;
  cursor: pointer;
  font-weight: bold; }

#module-quick-nav button:not(:disabled):hover {
  background: white;
  color: #3C1053;
  border: 1px solid #3C1053; }

#module-quick-nav button:disabled {
  opacity: 0.5;
  cursor: not-allowed; }
