This repository was archived by the owner on Jul 30, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +14
-8
lines changed
plugin-carbon-themes/web/scss
plugin-client-common/web/scss/components/Table Expand file tree Collapse file tree 2 files changed +14
-8
lines changed Original file line number Diff line number Diff line change 34
34
--color-base0C : #30b0ff ;
35
35
--color-base0D : #4589ff ;
36
36
--color-base0E : #fa75a6 ;
37
- --color-base0F : #bb8eff ;
37
+ --color-base0F : #d4bbff ;
38
38
39
39
--color-confirm-background : var (--color-sidecar-header );
40
40
--color-confirm-foreground : var (--color-base06 );
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
+ $inter-message-spacing : 0.1875rem ;
18
+
17
19
.kui--data-table-container {
18
20
.kui--data-table-footer-message {
19
21
/* this tells the browser to line wrap according to the width dictated by the rest of the table */
40
42
/* applies only to tables */
41
43
.kui--data-table-container {
42
44
.kui--data-table-footer-messages {
43
- height : 1.5 rem ;
45
+ height : auto ;
44
46
}
45
47
}
46
48
60
62
}
61
63
62
64
a {
65
+ line-height : initial ;
63
66
color : var (--color-base0F );
64
67
font-weight : normal ;
65
68
font-size : 0.75rem ;
68
71
}
69
72
70
73
tr :not (.kui--data-table-footer-messages ) + .kui--data-table-footer-messages ,
71
- .kui--data-table-toolbar-filler + .kui--data-table-footer-messages {
74
+ .kui--data-table-toolbar-filler + .kui--data-table-footer-messages ,
75
+ .kui--data-table-footer-messages :first-child {
72
76
.kui--data-table-footer-message {
73
- padding-top : 0.5 rem ;
77
+ padding-top : calc ( 2 * #{ $inter-message-spacing } ) ;
74
78
}
75
79
}
76
- .kui--data-table-footer-messages :last-child {
80
+
81
+ .kui--data-table-footer-messages {
77
82
.kui--data-table-footer-message {
78
- padding-bottom : 0.5rem ;
83
+ padding-top : 0 ;
84
+ padding-bottom : 0 ;
79
85
}
80
86
}
81
87
82
- .kui--data-table-footer-messages :not ( : last-child) {
88
+ .kui--data-table-footer-messages :last-child {
83
89
.kui--data-table-footer-message {
84
- padding-bottom : 0 ;
90
+ padding-bottom : calc ( 2.5 * #{ $inter-message-spacing } ) ;
85
91
}
86
92
}
87
93
}
You can’t perform that action at this time.
0 commit comments