Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions src/components/AppointmentConfigModal/CheckedDurationSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,16 +73,6 @@ const durationSelection = computed<number>({
display: flex;
align-items: center;

&__input-wrapper {
flex: 0 0 calc(var(--default-grid-baseline) * 4);

input[type=checkbox] {
margin: 0;
min-height: unset;
cursor: pointer;
}
}

input, label {
display: block;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,5 @@ import EmailIcon from 'vue-material-design-icons/EmailOutline.vue'
margin-bottom: 20px;
margin-top: 0;
}

&__desc {
text-align: center;
}
}
</style>
29 changes: 0 additions & 29 deletions src/components/Appointments/AppointmentDetails.vue
Original file line number Diff line number Diff line change
Expand Up @@ -205,10 +205,6 @@ h3 {
margin-inline-end:5px
}

.booking-error {
color: var(--color-error);
}

.booking__description,
.name-details,
.email-details {
Expand All @@ -226,29 +222,4 @@ h3 {
margin: 0;
}
}

.add-guest {
display: block;
color: var(--color-primary-element);
background-color: transparent;
}

.meeting-text {
display: grid;
align-items: center;

textarea {
display: block;
resize: vertical;
grid-area: 1 / 1;
width: 100%;
margin: 3px 3px 3px 0;
padding: 7px 6px;
color: var(--color-main-text);
border: 1px solid var(--color-border-dark);
border-radius: var(--border-radius);
background-color: var(--color-main-background);
cursor: text;
}
}
</style>
7 changes: 0 additions & 7 deletions src/components/Editor/Attachments/AttachmentsList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -360,18 +360,11 @@ export default {
:deep(.list-item) {
padding: 0 8px;
}
:deep(.list-item-content__wrapper) {
height: 44px;
}

:deep(.list-item-content) {
// Align text with other properties
padding-inline-start: 18px;
}

:deep(.line-one__title) {
font-weight: unset;
}
}
}

Expand Down
55 changes: 3 additions & 52 deletions src/components/Editor/FreeBusy/RoomAvailabilityList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -123,58 +123,9 @@ export default {
</script>

<style scoped lang="scss">
.icon-close {
display: block;
height: 100%;
}

.modal__content {
padding: 50px;
//when the calendar is open, it's cut at the bottom, adding a margin fixes it
margin-bottom: 95px;
&__actions{
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
&__select{
width: 260px;
}
&__date{
display: flex;
justify-content: space-between;
align-items: center;
& > *{
margin-inline-start: 5px;
}
}
}
&__header {
padding: 20px;
margin-bottom: 20px;
h3{
font-weight: 500;
}
&__attendees{
&__user-bubble{
margin-inline-end: 5px;
}
}
}
&__footer{
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 20px;
&__title{
h3{
font-weight: 500;
}
&__timezone{
color: var(--color-text-lighter);
}
}
}
.modal__content__header {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note: I noticed during review, that this component is never used. Made #8973 to follow up on this.

padding: 20px;
margin-bottom: 20px;
}

:deep(.vs__search ) {
Expand Down
25 changes: 0 additions & 25 deletions src/components/Editor/FreeBusy/RoomAvailabilityModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -319,11 +319,6 @@ export default {
</script>

<style scoped lang="scss">
.icon-close {
display: block;
height: 100%;
}

.modal__content {
padding: 15px;
//when the calendar is open, it's cut at the bottom, adding a margin fixes it
Expand All @@ -333,9 +328,6 @@ export default {
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
&__select{
width: 260px;
}
&__date{
display: flex;
justify-content: space-between;
Expand All @@ -347,23 +339,6 @@ export default {
}
&__header{
margin-bottom: 20px;
h3{
font-weight: 500;
}
}
&__footer{
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 20px;
&__title{
h3{
font-weight: 500;
}
&__timezone{
color: var(--color-text-lighter);
}
}
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -521,12 +521,6 @@ export default {
}
}

.property-title-time-picker__button {
display: flex;
gap: var(--default-grid-baseline);
font-weight: normal;
}

:deep(button.vs__open-indicator-button) {
padding: 0 !important;
}
Expand Down
4 changes: 0 additions & 4 deletions src/components/Proposal/ProposalParticipantItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,6 @@ function onParticipantAttendance(): void {
}
}

.proposal-participant__status {
flex-shrink: 0;
}

.proposal-participant__avatar {
flex-shrink: 0;
}
Expand Down
16 changes: 0 additions & 16 deletions src/components/Shared/CalendarPicker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -211,22 +211,6 @@ export default {
}
</script>

<style lang="scss" scoped>
:deep(.multiselect__tags) {
margin: 3px 0;
}

.calendar-picker__tag {
border: 1px solid var(--color-border);
border-radius: var(--border-radius);
padding: 0 5px;
}

.calendar-picker__tag + .calendar-picker__tag {
margin-inline-start: 5px;
}
</style>

<style lang="scss">
.vs__search {
// Prevent search from collapsing the actual picked option
Expand Down
51 changes: 1 addition & 50 deletions src/styles/app-full.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@
flex-grow: 1;
align-items: flex-start;

&-wrapper {
display: flex;
gap: calc(var(--default-grid-baseline) * 4);
justify-content: stretch;
}

.property-text__input, textarea, input {
width: 100%;
flex-basis: unset !important;
Expand Down Expand Up @@ -67,7 +61,7 @@
min-height: var(--default-clickable-area);
}

.property-select-multiple, .property-color, .property-repeat__summary {
.property-select-multiple, .property-color {
&__input {
width: unset !important;
flex-grow: 1;
Expand Down Expand Up @@ -180,34 +174,10 @@
}
}

.editor-reminders-list-empty-message__caption {
text-align: center;
margin: 0 0 calc(var(--default-grid-baseline) * 4);
}

.repeat-option-set {
flex-wrap: nowrap;
align-items: baseline;

.repeat-option-set__repeat {
flex-wrap: nowrap;
gap: calc(var(--default-grid-baseline) * 2);
}
.repeat-option-set__repeat-field {
flex: 1 1 150px;
min-width: 150px;
}
.repeat-option-set__end-repeat {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: calc(var(--default-grid-baseline) * 2);

.repeat-option-set__end-repeat-field {
flex: 1 1 150px;
min-width: 350px;
}
}
.repeat-option-set-section {
&:not(:first-of-type) {
margin-top: 10px;
Expand Down Expand Up @@ -263,20 +233,11 @@

&--interval-freq {
display: flex;

.multiselect {
min-width: 100px;
width: 25%;
}
}

&--end {
margin-top: calc(var(--default-grid-baseline) * 2);
.repeat-option-end {
width: 100%;
display: flex;
flex-wrap: wrap;
align-items: center;
&__label,
&__end-type-select,
&__until,
Expand Down Expand Up @@ -306,16 +267,6 @@
}
}
}
.end-repeat-container .end-repeat-dropdown,
.end-repeat-container .end-repeat-date {
flex: 0 1 auto;
min-width: 150px;
width: auto;
}

&__label {
margin-inline-end: auto;
}
}

.repeat-option-warning {
Expand Down
8 changes: 1 addition & 7 deletions src/styles/app-modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
}
}

.availability-select, .calendar-select, .visibility-select, .duration-select {
.calendar-select, .visibility-select, .duration-select {
display: flex;
flex-direction: column;
}
Expand All @@ -58,12 +58,6 @@
&__row + &__row {
margin-top: calc(var(--default-grid-baseline) * 2);
}

// Fix calendar picker styling
.multiselect__tags {
height: unset !important;
margin: 0 !important;
}
}

&__submit-button {
Expand Down
Loading
Loading