]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/blob
0a513f7475a1fa6be2dd498a000e21582b114265
[ceph-ci.git] /
1 @use '@carbon/styles/scss/spacing';
2 @use '@carbon/styles/scss/theme';
3
4 .notification-footer {
5   display: flex;
6   justify-content: flex-start;
7   padding: spacing.$spacing-03;
8   border-top: 1px solid theme.$border-subtle-01;
9
10   cds-button {
11     color: theme.$text-primary;
12
13     &:hover {
14       color: theme.$link-primary;
15     }
16   }
17 }