Skip to content

Commit

Permalink
LBJ-612-49695: Elementer med forkert styling
Browse files Browse the repository at this point in the history
  • Loading branch information
LAPTOP-RSOLLPLO\sl committed Oct 31, 2024
1 parent fb1965f commit 9628a26
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 1 deletion.
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 9628a26

Please sign in to comment.