fix: dtl-panel dot position
This commit is contained in:
parent
6442b4b165
commit
6db29dddf2
1 changed files with 4 additions and 1 deletions
|
|
@ -145,6 +145,9 @@
|
|||
box-shadow: 0px 0px 2px 0px var(--color-black-50);
|
||||
}
|
||||
|
||||
#positionnement {
|
||||
position: relative;
|
||||
}
|
||||
#positionnement dl {
|
||||
width: 100%;
|
||||
height: 192px;
|
||||
|
|
@ -215,7 +218,7 @@
|
|||
}
|
||||
#positionnement .dot {
|
||||
position: absolute;
|
||||
top: calc(50% + 1.5rem);
|
||||
top: calc(50% + 0.6875rem);
|
||||
left: calc(50% - .25rem);
|
||||
width: .5rem;
|
||||
height: .5rem;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue