]> git.apps.os.sepia.ceph.com Git - ceph.git/blob
6b0a82d130fcff162d73413641a9e5fba27d2d98
[ceph.git] /
1 @use './src/styles/vendor/variables' as vv;
2
3 button.disabled {
4   color: vv.$gray-500;
5   cursor: default !important;
6   pointer-events: auto;
7 }
8
9 button.dropdown-item:hover {
10   background-color: vv.$gray-300;
11 }
12
13 .action-icon {
14   padding-right: 1.5rem;
15 }
16
17 .action-label {
18   font-weight: bold;
19 }
20
21 ::ng-deep .cds--toolbar-content .cds--overflow-menu {
22   inline-size: auto !important;
23 }
24
25 .primary-dropdown-btn {
26   align-items: center;
27   background-color: vv.$primary;
28   border: 0;
29   display: flex;
30   fill: vv.$white;
31   height: 3rem;
32   justify-content: center;
33   width: 3rem;
34 }