Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_widget-inaccessible.scss « dashboard « components « sass « stylesheets « sass - github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8349b4eb3c2b7dee7f8ab17359c771493049e496 (plain)
1
2
3
4
5
6
7
8
.dashboard-widget-inaccessible {
	display: grid;
	align-items: center;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	color: $font-alt-color;
}