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