]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/frontend/src/app/shared/components/telemetry-notification/telemetry-notification.component.scss
import ceph quincy 17.2.6
[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 font-size: 0.875rem;
5 margin-bottom: 0;
6 }
7
8 .activate-button {
9 background-color: vv.$barley-white;
10 border: vv.$gray-700 solid 0.5px;
11 border-radius: 10%;
12 padding: 0.1rem 0.4rem;
13 }
14
15 .activate-text {
16 color: vv.$gray-700;
17 font-weight: bold;
18 }
19
20 a {
21 color: darken(vv.$primary, 10);
22 font-weight: bold;
23 }