]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/frontend/src/app/shared/components/wizard/wizard.component.scss
import ceph quincy 17.2.4
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / shared / components / wizard / wizard.component.scss
1 @use './src/styles/vendor/variables' as vv;
2
3 ::ng-deep cd-wizard {
4 width: 15%;
5 }
6
7 .card-body {
8 padding-left: 0;
9 }
10
11 span.circle-step {
12 background: vv.$gray-500;
13 border-radius: 0.8em;
14 color: vv.$white;
15 display: inline-block;
16 font-weight: bold;
17 line-height: 1.6em;
18 margin-right: 5px;
19 text-align: center;
20 width: 1.6em;
21
22 &.active {
23 background-color: vv.$primary;
24 }
25 }
26
27 .nav-pills .nav-link {
28 background-color: vv.$white;
29 color: vv.$gray-800;
30
31 &.active {
32 color: vv.$primary;
33 }
34 }