2022-12-28 11:16:23 +00:00
|
|
|
@import "variables";
|
|
|
|
|
2023-02-21 09:56:46 +00:00
|
|
|
.circle {
|
2022-12-28 11:16:23 +00:00
|
|
|
display: inline-block;
|
2023-02-21 09:56:46 +00:00
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
border-radius: 50%;
|
|
|
|
font-size: .9rem;
|
|
|
|
width: 30px;
|
|
|
|
height: 30px;
|
|
|
|
cursor: pointer;
|
2022-12-28 11:16:23 +00:00
|
|
|
}
|