| 1 |
#dashboard-widgets .inside .bdt-dashboard-feed { |
| 2 |
border-radius: 4px; |
| 3 |
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08); |
| 4 |
line-height: 0; |
| 5 |
margin: -12px -12px 16px -12px; |
| 6 |
overflow: hidden; |
| 7 |
} |
| 8 |
#dashboard-widgets .inside .bdt-dashboard-feed a { |
| 9 |
display: block; |
| 10 |
text-decoration: none; |
| 11 |
} |
| 12 |
#dashboard-widgets .inside .bdt-dashboard-feed img { |
| 13 |
display: block; |
| 14 |
height: auto; |
| 15 |
max-width: 100%; |
| 16 |
vertical-align: middle; |
| 17 |
} |
| 18 |
#dashboard-widgets .inside .bdt-widget ul { |
| 19 |
list-style: none; |
| 20 |
margin: 0; |
| 21 |
padding: 0; |
| 22 |
} |
| 23 |
#dashboard-widgets .inside .bdt-widget li { |
| 24 |
border-bottom: 1px solid #e5e7eb; |
| 25 |
margin: 0 -12px; |
| 26 |
padding: 12px 12px 14px; |
| 27 |
transition: background-color 0.15s ease; |
| 28 |
} |
| 29 |
#dashboard-widgets .inside .bdt-widget li:last-child { |
| 30 |
border-bottom: none; |
| 31 |
} |
| 32 |
#dashboard-widgets .inside .bdt-widget li:hover { |
| 33 |
background-color: #f9fafb; |
| 34 |
} |
| 35 |
#dashboard-widgets .inside .bdt-widget a { |
| 36 |
color: #2271b1; |
| 37 |
display: inline-block; |
| 38 |
font-size: 14px; |
| 39 |
font-weight: 600; |
| 40 |
line-height: 1.4; |
| 41 |
margin-bottom: 4px; |
| 42 |
text-decoration: none; |
| 43 |
} |
| 44 |
#dashboard-widgets .inside .bdt-widget a:hover { |
| 45 |
color: #2271b1; |
| 46 |
text-decoration: none; |
| 47 |
} |
| 48 |
#dashboard-widgets .inside .bdt-widget .bdt-feed-badge { |
| 49 |
border-radius: 3px; |
| 50 |
display: inline-block; |
| 51 |
font-size: 10px; |
| 52 |
font-weight: 600; |
| 53 |
letter-spacing: 0.03em; |
| 54 |
line-height: 1.2; |
| 55 |
padding: 2px 6px; |
| 56 |
text-transform: uppercase; |
| 57 |
vertical-align: middle; |
| 58 |
} |
| 59 |
#dashboard-widgets .inside .bdt-widget .bdt-feed-badge--new { |
| 60 |
background: #0A875A; |
| 61 |
color: #ffffff; |
| 62 |
} |
| 63 |
#dashboard-widgets .inside .bdt-widget .bdt-date { |
| 64 |
color: #646970; |
| 65 |
display: block; |
| 66 |
font-size: 12px; |
| 67 |
line-height: 1.3; |
| 68 |
margin: 0 0 6px; |
| 69 |
} |
| 70 |
#dashboard-widgets .inside .bdt-widget .bdt-summary { |
| 71 |
color: #50575e; |
| 72 |
font-size: 13px; |
| 73 |
line-height: 1.5; |
| 74 |
margin: 0; |
| 75 |
} |
| 76 |
#dashboard-widgets .inside .community-events-footer { |
| 77 |
border-top: 1px solid #e5e7eb; |
| 78 |
font-size: 13px; |
| 79 |
margin: 12px -12px 0; |
| 80 |
padding: 12px 12px 0; |
| 81 |
} |
| 82 |
#dashboard-widgets .inside .community-events-footer a { |
| 83 |
color: #50575e; |
| 84 |
text-decoration: none; |
| 85 |
} |
| 86 |
#dashboard-widgets .inside .community-events-footer a:hover { |
| 87 |
color: #2271b1; |
| 88 |
text-decoration: underline; |
| 89 |
} |
| 90 |
#dashboard-widgets .inside .community-events-footer .dashicons { |
| 91 |
color: #606a73; |
| 92 |
font-size: 16px; |
| 93 |
height: 16px; |
| 94 |
vertical-align: middle; |
| 95 |
width: 16px; |
| 96 |
} |