@import "../css/variables.module";
.excalidraw {
.publish-library {
&__fields {
display: flex;
flex-direction: column;
label {
padding: 1em 0;
justify-content: space-between;
align-items: center;
span {
font-weight: 500;
font-size: 1rem;
color: $oc-gray-6;
}
input,
textarea {
width: 70%;
padding: 0.6em;
font-family: var(--ui-font);
.required {
color: $oc-red-8;
margin: 0.2rem;
&__buttons {
padding: 0.2rem 0;
justify-content: flex-end;
gap: 0.5rem;
.ToolIcon__icon {
min-width: 2.5rem;
width: auto;
.ToolIcon_type_button {
margin-left: 1rem;
padding: 0 0.5rem;
&--confirm.ToolIcon_type_button {
background-color: $oc-blue-6;
&:hover {
background-color: $oc-blue-8;
&--cancel.ToolIcon_type_button {
background-color: $oc-gray-5;
background-color: $oc-gray-6;
color: $oc-white;
.Spinner {
--spinner-color: #fff;
svg {
padding: 0.5rem;
.selected-library-items {
flex-wrap: wrap;
.single-library-item-wrapper {
width: 9rem;
&-warning {
color: $oc-red-6;
&-note {
font-style: italic;
font-size: 14px;
display: block;
.single-library-item {
position: relative;
&-status {
position: absolute;
top: 0.3rem;
left: 0.3rem;
font-size: 0.7rem;
color: $oc-red-7;
background: rgba(255, 255, 255, 0.9);
padding: 0.1rem 0.2rem;
border-radius: 0.2rem;
&__svg {
background-color: $oc-white;
padding: 0.3rem;
width: 7.5rem;
height: 7.5rem;
border: 1px solid var(--button-gray-2);
width: 100%;
height: 100%;
height: auto;
margin: 0 0.5rem;
.ToolIcon,
.ToolIcon_type_button:hover {
background-color: white;
.required,
.error {
font-weight: bold;
margin: 0;
padding: 0.3em 0;
&--remove {
top: 0.2rem;
right: 1rem;
background-color: $oc-red-6;
background-color: $oc-red-7;
&:active {
background-color: $oc-red-8;
padding: 0.26rem;
border-radius: 0.3em;
width: 1rem;
height: 1rem;