🎉 Transform graphics into components

This commit is contained in:
Andrés Moya 2022-10-24 16:17:27 +02:00
parent 8852ed815f
commit 20738545b8
8 changed files with 404 additions and 164 deletions

View file

@ -1848,6 +1848,21 @@
}
}
.remove-graphics-dialog {
.close {
border: 1px solid $color-gray-30;
background: $color-canvas;
border-radius: 3px;
padding: 0.5rem 1rem;
cursor: pointer;
margin-right: 8px;
&:hover {
background: $color-gray-20;
}
}
}
//- LOGIN
.login-register {
background-color: $color-white;