-
Notifications
You must be signed in to change notification settings - Fork 5
/
DashboardPanelShortcuts.css
1 lines (1 loc) · 1.25 KB
/
DashboardPanelShortcuts.css
1
.DashboardPanelShortcuts ul{margin:0;padding:0;list-style:none}.DashboardPanelShortcuts li{margin:0}.DashboardPanelShortcuts a{color:inherit;align-items:center;text-decoration:none;display:flex}.DashboardPanelShortcuts a>span{align-items:center;display:flex}.DashboardPanelShortcuts span+span{min-width:0}.DashboardPanelShortcuts .fa{color:var(--dashboard-color-icon);margin-right:.5em;font-size:var(--dashboard-fontsize-icon)!important}.DashboardPanelShortcuts a:hover .fa{color:inherit}.DashboardPanelShortcuts .summary{white-space:nowrap;text-overflow:ellipsis;color:var(--dashboard-color-text-light);padding-left:1em;display:none;overflow:hidden}.DashboardPanelShortcuts--grid ul{grid-gap:1.1em .7em;grid-template-columns:repeat(auto-fill,minmax(9rem,1fr));margin-bottom:-1px;display:grid}.DashboardPanelShortcuts--list .uk-card-body{padding:0}.DashboardPanelShortcuts--list a{padding:var(--dashboard-card-padding-list-y)var(--dashboard-card-padding-content-x);border-bottom:1px solid var(--dashboard-color-separator);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.DashboardPanelShortcuts--list a:hover{background:var(--dashboard-color-list-hover-bg)}.DashboardPanelShortcuts--list .title{font-weight:700}.DashboardPanelShortcuts--list .summary{display:block}