]> git.apps.os.sepia.ceph.com Git - ceph.git/blob
569f1e0c4a4a98eacd95954641b8f21197738a3d
[ceph.git] /
1 @use './src/styles/vendor/variables' as vv;
2
3 ::ng-deep cd-telemetry-notification .no-margin-bottom {
4   margin-bottom: 0;
5 }
6
7 .activate-button {
8   background-color: vv.$barley-white;
9   border: vv.$gray-700 solid 0.5px;
10   border-radius: 10%;
11   padding: 0.1rem 0.4rem;
12 }
13
14 .activate-text {
15   color: vv.$gray-700;
16   font-weight: bold;
17 }