Skip to content

Commit

Permalink
fix: added styles for recurrence widget fields layout (#686)
Browse files Browse the repository at this point in the history
  • Loading branch information
sabrina-bongiovanni authored May 30, 2024
1 parent 982b020 commit ec415d1
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 4 deletions.
14 changes: 14 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,20 @@
- ...
-->

## Versione X.X.X (dd/mm/yyyy)

### Migliorie

- ...

### Novità

- ...

### Fix

- Aggiustato il layout dei campi nel widget delle ricorrenze.

## Versione 11.12.1 (21/05/2024)

### Migliorie
Expand Down
4 changes: 0 additions & 4 deletions src/theme/ItaliaTheme/Views/_evento.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,4 @@ body.contenttype-event {
}
}
}

&.cms-ui .ui.button {
padding: 0px;
}
}
16 changes: 16 additions & 0 deletions src/theme/_cms-ui.scss
Original file line number Diff line number Diff line change
Expand Up @@ -745,6 +745,22 @@ body.cms-ui {
@import 'bootstrap-italia/src/scss/custom/card';
@import './bootstrap-override/bootstrap-italia/_card.scss';
}

.recurrence-form {
.byday-field {
.ui.button {
padding: 0px;
}
}

.byyear-field {
.byyear-byday {
display: flex;
flex-wrap: wrap;
align-items: center;
}
}
}
}

body.has-toolbar {
Expand Down

0 comments on commit ec415d1

Please sign in to comment.