Commit 543057f 1 parent 29ed766 commit 543057f Copy full SHA for 543057f
File tree 1 file changed +27
-13
lines changed
src/components/reply-card
1 file changed +27
-13
lines changed Original file line number Diff line number Diff line change 1
1
@use ' ~@zero-tech/zui/styles/theme' as theme ;
2
- @use ' ../../shared-components/theme-engine/theme' as themeDeprecated ;
3
- @use ' ../../modules/animation' as animation ;
4
-
5
- @import ' ../../variables' ;
6
- @import ' ../../animation' ;
7
2
@import ' ../../glass' ;
8
3
9
4
.reply-card {
10
- box-sizing : border-box ;
11
5
display : flex ;
12
6
align-items : center ;
13
7
gap : 16px ;
14
- padding : 8 px 8px 8 px 16px ;
8
+ padding : 0 px 8px 0 px 16px ;
15
9
border-radius : 4px ;
10
+ background : theme .$color-greyscale-transparency-2 ;
11
+ color : theme .$color-greyscale-11 ;
12
+ box-sizing : border-box ;
16
13
17
- font-weight : 400 ;
18
- font-size : 12px ;
19
- font-style : normal ;
20
- line-height : 15px ;
14
+ height : 56px ;
21
15
22
- @include glass-text-secondary-color ;
23
16
@include glass-state-active-stroke ;
24
17
25
18
& __content {
19
+ display : flex ;
20
+ flex-direction : column ;
26
21
flex-grow : 1 ;
27
22
overflow : hidden ;
28
23
white-space : nowrap ;
24
+ gap : 4px ;
29
25
}
30
26
31
27
& __header {
32
- margin-bottom : 4px ;
28
+ height : 15px ;
29
+
30
+ font-weight : 600 ;
31
+ font-size : 12px ;
32
+ line-height : 15px ;
33
+ color : theme .$color-greyscale-12 ;
34
+
35
+ overflow : hidden ;
36
+ text-overflow : ellipsis ;
37
+ white-space : nowrap ;
38
+ }
39
+
40
+ & __message {
41
+ height : 15px ;
42
+
43
+ font-weight : 400 ;
44
+ font-size : 12px ;
45
+ line-height : 15px ;
46
+ color : theme .$color-greyscale-11 ;
33
47
}
34
48
35
49
& __media {
You can’t perform that action at this time.
0 commit comments