Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
stankut committed Nov 6, 2024
2 parents 005a38a + 8425865 commit 68d7588
Show file tree
Hide file tree
Showing 3 changed files with 92 additions and 1 deletion.
37 changes: 37 additions & 0 deletions web/modules/custom/custom_css/css/custom-css.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 25 additions & 1 deletion web/themes/custom/custom_theme/dist/stylesheets/stylesheet.css

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,33 @@ details, .claro-details {
.webform-section-title {
font-size: 14px !important;
}



.js-webform-select-other {
border: none;
padding: 0;
margin: 0;
box-shadow: none;

.panel-heading {
background-color: transparent;
color: #333;
border: none;
padding: 0;
margin: 0;

.panel-title {
font-weight: 600;
font-size: 16px;
padding: 0;
margin: 0 0 5px 0;
}


}

.panel-body {
padding: 0;
}
}

0 comments on commit 68d7588

Please sign in to comment.