Skip to content

Commit

Permalink
Appearance of chosen select
Browse files Browse the repository at this point in the history
  • Loading branch information
hjemmesidekongen committed Jun 8, 2021
1 parent c75786e commit 9ef02e6
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 38 deletions.

Large diffs are not rendered by default.

27 changes: 14 additions & 13 deletions web/themes/custom/fds_ballerup_theme/src/styles/theme/_misc.scss
Original file line number Diff line number Diff line change
Expand Up @@ -119,18 +119,7 @@ svg.ext {
display: none;
}

#views-exposed-form-os2web-meetings-search-os2web-meetings-embed-search-from-to-dates {
margin-bottom: $grid-gutter-width / 2;
padding: 30px;

border-radius: 3px;
box-shadow: 0 1px 2px 0 rgba(27, 27, 29, .2);
background-color: #fff;

.form-item-from-date,
.form-item-to-date {
max-width: 130px;
}
.view {

.form-type-select {

Expand All @@ -150,8 +139,20 @@ svg.ext {
border: $outer-border;
}
}
}

.form-select {}
#views-exposed-form-os2web-meetings-search-os2web-meetings-embed-search-from-to-dates {
margin-bottom: $grid-gutter-width / 2;
padding: 30px;

border-radius: 3px;
box-shadow: 0 1px 2px 0 rgba(27, 27, 29, .2);
background-color: #fff;

.form-item-from-date,
.form-item-to-date {
max-width: 130px;
}

.form-actions {
margin-bottom: 0;
Expand Down

0 comments on commit 9ef02e6

Please sign in to comment.