File tree Expand file tree Collapse file tree 5 files changed +485
-2
lines changed
packages/react-sdk-components/src
components/template/ListView
samples/mediacoOverrides/ToDo Expand file tree Collapse file tree 5 files changed +485
-2
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,6 @@ export default function ListView(props: ListViewProps) {
155155 } ,
156156 paper : {
157157 width : '100%' ,
158- marginTop : theme . spacing ( 2 ) ,
159158 marginBottom : theme . spacing ( 2 ) ,
160159 display : 'grid' ,
161160 borderRadius : 16 ,
Original file line number Diff line number Diff line change 1+ .psdk-display-divider {
2+ border-bottom : 0.0625rem solid var (--app-neutral-light-color );
3+ }
4+
5+ .psdk-todo {
6+ padding : 0.5rem ;
7+ }
8+
9+ .psdk-todo-header {
10+ display : inline-flex;
11+ }
12+
13+ .psdk-todo-text {
14+ padding : 0.5rem 0.625rem ;
15+ font-size : 1.1rem ;
16+ font-weight : bold;
17+ }
18+
19+ .psdk-assignment-count {
20+ background-color : var (--app-primary-light-color );
21+ margin : 0.5rem ;
22+ border-radius : 45% ;
23+ padding : 0.15rem 0.4rem ;
24+ }
25+
26+ .psdk-todo-id {
27+ color : var (--app-primary-color );
28+ cursor : pointer;
29+ }
30+
31+ .psdk-avatar {
32+ margin : 0rem ;
33+ padding : 0rem ;
34+ min-width : 2.5rem ;
35+ min-height : 2.5rem ;
36+ max-width : 2.5rem ;
37+ max-height : 2.5rem ;
38+ border-radius : 50% ;
39+ justify-content : center;
40+ align-items : center;
41+ text-align : center;
42+ display : flex;
43+ background : var (--app-primary-color );
44+ color : var (--app-text-color );
45+ font-weight : bold;
46+ font-size : 1.25rem ;
47+ }
48+
49+ .psdk-todo-assignment {
50+ display : inline-flex;
51+ width : 100% ;
52+ padding : 0.625rem 0rem ;
53+ }
54+
55+ .psdk-todo-assignment-data {
56+ display : inline-flex;
57+ }
58+
59+ .psdk-todo-assignment-task {
60+ color : var (--app-neutral-color );
61+ }
62+
63+ .psdk-todo-assignment-action {
64+ display : inline-flex;
65+ }
66+
67+ .psdk-todo-card {
68+ width : 100% ;
69+ padding-left : 0.625rem ;
70+ }
71+
72+ .psdk-todo-show-more {
73+ width : 100% ;
74+ text-align : center;
75+ }
76+
77+ .psdk-todo-avatar-header {
78+ display : flex;
79+ align-items : center;
80+ padding : 16px ;
81+ }
You can’t perform that action at this time.
0 commit comments