Event editor continue (#722)

* refactor: remove info panel

* feat: editor panel

* wip: event info in drawer

* chore: update tests

* chore: add scss to processor
This commit is contained in:
Carlos Valente
2024-01-22 16:23:11 +01:00
committed by GitHub
parent c7328a33f6
commit cb8ba776e2
86 changed files with 686 additions and 773 deletions
@@ -1,6 +1,3 @@
@use '../../theme/v2Styles' as *;
@use '../../theme/ontimeColours' as *;
$el-padding-with-compensation: 24px; // 16 + 8
@mixin modal-link {
@@ -1,6 +1,3 @@
@use '../../theme/v2Styles' as *;
@use '../../theme/ontimeColours' as *;
.link {
display: flex;
align-items: center;
@@ -1,5 +1,3 @@
@use '../../../theme/v2Styles' as *;
.buttonRow {
justify-content: space-between;
margin-top: $section-spacing;
@@ -1,5 +1,3 @@
@use '../../../theme/ontimeColours' as *;
.screenLoader {
position: absolute;
z-index: 10;
@@ -1,5 +1,3 @@
@use '../../../theme/ontimeColours' as *;
.wrapper {
padding: 0.5rem;
}
@@ -1,5 +1,3 @@
@use '../../../theme/v2Styles' as *;
@use '../../../theme/ontimeColours' as *;
@import "../Modal.module.scss";
.uploadBody {
@@ -1,5 +1,3 @@
@use '../../../../theme/_ontimeColours' as *;
.container {
max-width: 100%;
max-height: max(300px, 30vh);
@@ -1,5 +1,3 @@
@use "../../../../theme/_ontimeColours" as *;
.tag {
font-size: calc(1rem - 3px);
letter-spacing: 0.5px;
@@ -1,6 +1,3 @@
@use '../../../../theme/ontimeColours' as *;
@use '../../../../theme/v2Styles' as *;
.uploadedItem {
margin: 0 auto;
width: 100%;
@@ -1,6 +1,3 @@
@use '../../../../theme/v2Styles' as *;
@use '../../../../theme/ontimeColours' as *;
.importTable {
margin: 0.5rem;
height: fit-content;
@@ -1,5 +1,3 @@
@use '../../../../theme/ontimeColours' as *;
@mixin row {
display: flex;
align-items: center;