File tree Expand file tree Collapse file tree 1 file changed +41
-0
lines changed
Modern Development/Service Portal Widgets/My Assets Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Original file line number Diff line number Diff line change 1+ .my-assets-widget {
2+ border-radius : 12px ;
3+ box-shadow : 0 2px 10px rgba (0 , 0 , 0 , 0.08 );
4+ overflow : hidden;
5+ }
6+
7+ .my-assets-widget .panel-heading {
8+ background : linear-gradient (90deg , # 0078d4, # 005fa3 );
9+ color : # fff ;
10+ padding : 12px 16px ;
11+ font-weight : 500 ;
12+ }
13+
14+ .my-assets-widget .panel-heading .badge {
15+ background-color : # fff ;
16+ color : # 005fa3 ;
17+ font-weight : 600 ;
18+ }
19+
20+ .my-assets-widget .table {
21+ margin-bottom : 0 ;
22+ }
23+
24+ .my-assets-widget .table-hover tbody tr : hover {
25+ background-color : # f2f8ff ;
26+ cursor : pointer;
27+ }
28+
29+ .my-assets-widget .asset-link {
30+ font-weight : 500 ;
31+ color : # 0078d4 ;
32+ text-decoration : none;
33+ }
34+
35+ .my-assets-widget .asset-link : hover {
36+ text-decoration : underline;
37+ }
38+
39+ .my-assets-widget .panel-body .text-center {
40+ padding : 30px ;
41+ }
You can’t perform that action at this time.
0 commit comments