/** plugin: Futuristic Icons #1.0 code **/
.sidebar a[href*="characters"] i:before { content: "\f007"; }
.sidebar a[href*="locations"] i:before { content: "\"; font-family: RPGAwesome; font-weight: 400; }
.sidebar a[href*="races"] i:before { content: "\"; font-family: RPGAwesome; font-weight: 400; }
.sidebar a[href*="families"] i:before { content: "\E99E"; font-family: RPGAwesome; font-weight: 400; }
.sidebar a[href*="items"] i:before { content: "\"; font-family: RPGAwesome; font-weight: 400; }
.sidebar a[href*="notes"] i:before { content: "\f249"; font-family: FontAwesome; font-weight: 900; }
.sidebar a[href*="maps"] i:before { content: "\f279"; }
.sidebar a[href*="calendars"] i:before { content: "\f073"; }
.sidebar a[href*="events"] i:before { content: "\f073"; }
.sidebar a[href*="journals"] i:before { content: "\f15c"; font-family: FontAwesome; font-weight: 900; }
.sidebar a[href*="organisations"] i:before { content: "\f21b"; font-family: FontAwesome; font-weight: 400; }
.sidebar a[href*="quests"] i:before { content: "\f12a"; font-family: FontAwesome; font-weight: 900; }
.sidebar a[href*="tags"] i:before { content: "\f02c"; }
.sidebar a[href*="abilities"] i:before { content: "\"; font-family: RPGAwesome; font-weight: 400; }
.sidebar a[href*="timelines"] i:before { content: "\f017"; }

/** plugin: Larger pictures in Dashboard #1.1 code **/
/* Set vars */
:root {
	--sky-dashboard-picture-height: 250px;
	--sky-dashboard-picture-height-mobile: 200px;
}

.panel .panel-heading-entity h3 {
	height: var(--sky-dashboard-picture-height);
}

@media (max-width:767px) {
	.panel .panel-heading-entity h3 {
		height: var(--sky-dashboard-picture-height-mobile);
	}
}

