Skip to content

Commit bff2d2c

Browse files
Create my_assets.css
1 parent abf6af2 commit bff2d2c

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
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+
}

0 commit comments

Comments
 (0)