Skip to content

Commit

Permalink
Minor style tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
angusmcleod committed Aug 14, 2024
1 parent 05f9553 commit 0118cd9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions assets/stylesheets/common/event-form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
margin-bottom: 20px;
display: flex;
align-items: flex-start;
min-height: 37px;
}

.datetime-controls {
Expand Down
6 changes: 6 additions & 0 deletions assets/stylesheets/common/events.scss
Original file line number Diff line number Diff line change
Expand Up @@ -619,6 +619,7 @@ ul.events-calendar-events {

.composer-controls-event {
position: relative;
margin-left: 8px;

.add-event-controls {
display: flex;
Expand All @@ -636,6 +637,11 @@ ul.events-calendar-events {
background-color: unset;
color: var(--primary-high);
}

.d-icon {
color: var(--primary-high);
font-size: var(--font-down-1);
}
}

.events-webcal-api {
Expand Down

0 comments on commit 0118cd9

Please sign in to comment.