2021-05-15 14:49:58 +05:30
|
|
|
.excalidraw {
|
|
|
|
.layer-ui__wrapper__footer-center {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
2021-07-15 18:48:03 +02:00
|
|
|
margin-top: auto;
|
|
|
|
margin-bottom: auto;
|
|
|
|
margin-inline-start: auto;
|
2021-05-15 14:49:58 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.encrypted-icon {
|
|
|
|
border-radius: var(--space-factor);
|
|
|
|
color: var(--icon-green-fill-color);
|
2021-07-15 18:48:03 +02:00
|
|
|
margin-top: auto;
|
|
|
|
margin-bottom: auto;
|
|
|
|
margin-inline-start: auto;
|
|
|
|
margin-inline-end: 0.6em;
|
2021-05-15 14:49:58 +05:30
|
|
|
|
|
|
|
svg {
|
|
|
|
width: 1.2rem;
|
|
|
|
height: 1.2rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|