Last change
on this file since 59329aa was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago |
adding photos
|
-
Property mode
set to
100644
|
File size:
720 bytes
|
Line | |
---|
1 | .p-steps {
|
---|
2 | position: relative;
|
---|
3 | }
|
---|
4 |
|
---|
5 | .p-steps ul {
|
---|
6 | padding: 0;
|
---|
7 | margin: 0;
|
---|
8 | list-style-type: none;
|
---|
9 | display: flex;
|
---|
10 | }
|
---|
11 |
|
---|
12 | .p-steps-item {
|
---|
13 | position: relative;
|
---|
14 | display: flex;
|
---|
15 | justify-content: center;
|
---|
16 | flex: 1 1 auto;
|
---|
17 | }
|
---|
18 |
|
---|
19 | .p-steps-item .p-menuitem-link {
|
---|
20 | display: inline-flex;
|
---|
21 | flex-direction: column;
|
---|
22 | align-items: center;
|
---|
23 | overflow: hidden;
|
---|
24 | text-decoration: none;
|
---|
25 | }
|
---|
26 |
|
---|
27 | .p-steps.p-steps-readonly .p-steps-item {
|
---|
28 | cursor: auto;
|
---|
29 | }
|
---|
30 |
|
---|
31 | .p-steps-item.p-steps-current .p-menuitem-link {
|
---|
32 | cursor: default;
|
---|
33 | }
|
---|
34 |
|
---|
35 | .p-steps-title {
|
---|
36 | white-space: nowrap;
|
---|
37 | }
|
---|
38 |
|
---|
39 | .p-steps-number {
|
---|
40 | display: flex;
|
---|
41 | align-items: center;
|
---|
42 | justify-content: center;
|
---|
43 | }
|
---|
44 |
|
---|
45 | .p-steps-title {
|
---|
46 | display: block;
|
---|
47 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.