]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/frontend/src/app/shared/components/telemetry-notification/telemetry-notification.component.scss
cf8aa33d3bae4112a0515daa2e349b37f764a7b8
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / shared / components / telemetry-notification / telemetry-notification.component.scss
1 @use './src/styles/vendor/variables' as vv;
2
3 .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 }