2021-10-21 17:35:28 +05:30
|
|
|
@import "../css/variables.module";
|
|
|
|
|
|
|
|
.excalidraw {
|
2021-11-16 18:55:56 +05:30
|
|
|
.confirm-dialog {
|
2021-10-21 17:35:28 +05:30
|
|
|
&-buttons {
|
|
|
|
display: flex;
|
|
|
|
padding: 0.2rem 0;
|
|
|
|
justify-content: flex-end;
|
2021-11-16 18:55:56 +05:30
|
|
|
}
|
|
|
|
.ToolIcon__icon {
|
|
|
|
min-width: 2.5rem;
|
|
|
|
width: auto;
|
|
|
|
font-size: 1rem;
|
|
|
|
}
|
2021-10-21 17:35:28 +05:30
|
|
|
|
2021-11-16 18:55:56 +05:30
|
|
|
.ToolIcon_type_button {
|
|
|
|
margin-left: 0.8rem;
|
|
|
|
padding: 0 0.5rem;
|
2021-10-21 17:35:28 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
&__content {
|
|
|
|
font-size: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
&--confirm.ToolIcon_type_button {
|
|
|
|
background-color: $oc-red-6;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
background-color: $oc-red-8;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ToolIcon__icon {
|
|
|
|
color: $oc-white;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|