2021-01-28 12:58:35 +01:00
|
|
|
@import "../css/variables.module";
|
2020-06-19 11:36:49 +01:00
|
|
|
|
2020-09-26 02:48:45 +05:30
|
|
|
.excalidraw {
|
|
|
|
.Avatar {
|
|
|
|
width: 2.5rem;
|
|
|
|
height: 2.5rem;
|
|
|
|
border-radius: 1.25rem;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
color: $oc-white;
|
|
|
|
cursor: pointer;
|
|
|
|
font-size: 0.8rem;
|
|
|
|
font-weight: 500;
|
|
|
|
}
|
2020-06-19 11:36:49 +01:00
|
|
|
}
|