]> git.apps.os.sepia.ceph.com Git - ceph.git/blob
084b466150a617a1771456b127665c7b0fc7190a
[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 }