Dot styles
This commit is contained in:
parent
782284f9e9
commit
d2f16b1a84
@ -84,11 +84,6 @@ iqser-circle-button {
|
||||
}
|
||||
|
||||
.dot {
|
||||
background: var(--iqser-primary);
|
||||
height: 8px;
|
||||
width: 8px;
|
||||
border-radius: 50%;
|
||||
position: absolute;
|
||||
top: 1px;
|
||||
left: 1px;
|
||||
}
|
||||
|
||||
@ -102,3 +102,11 @@
|
||||
height: 4px;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.dot {
|
||||
background: var(--iqser-primary);
|
||||
height: 8px;
|
||||
width: 8px;
|
||||
border-radius: 50%;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
@ -32,6 +32,10 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
.dot {
|
||||
right: 8px;
|
||||
}
|
||||
|
||||
> *:not(:last-child) {
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user