Dot styles

This commit is contained in:
Adina Țeudan 2021-10-20 18:09:01 +03:00
parent 782284f9e9
commit d2f16b1a84
3 changed files with 12 additions and 5 deletions

View File

@ -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;
}

View File

@ -102,3 +102,11 @@
height: 4px;
z-index: 2;
}
.dot {
background: var(--iqser-primary);
height: 8px;
width: 8px;
border-radius: 50%;
position: absolute;
}

View File

@ -32,6 +32,10 @@
display: flex;
align-items: center;
.dot {
right: 8px;
}
> *:not(:last-child) {
margin-right: 8px;
}