c680f5b4
Administrator
first commit
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
/* :host /deep/ lets shadowdom style child elements */
:host /deep/ {
/**
* CSS Overrides for bug fixes
*/
/**
* END CSS Overrides for bug fixes
*/
/* Manage list custom styles */
.md-sort-item {
/deep/ {
.md-list-item {
padding: 0;
}
}
}
.md-sort-icon {
font-size: 15px;
margin-right: 10px;
}
.md-sort-header {
padding: 10px;
&:hover {
background-color: #EEEEEE;
cursor: pointer;
}
}
}
|