added blue background issue #53
This commit is contained in:
parent
deaf58f350
commit
39756d3934
File diff suppressed because one or more lines are too long
|
@ -250,14 +250,14 @@ $input-error-font-weight: $global-weight-bold;
|
|||
// ------------
|
||||
|
||||
$accordion-background: $white;
|
||||
$accordion-plusminus: true;
|
||||
$accordion-plusminus: false;
|
||||
$accordion-plus-content: '\002B';
|
||||
$accordion-minus-content: '\2013';
|
||||
$accordion-title-font-size: $global-font-size;//rem-calc(12);
|
||||
$accordion-item-color: $body-font-color;
|
||||
$accordion-item-background-hover: none;
|
||||
$accordion-item-padding: $global-padding*1.5 0;
|
||||
$accordion-content-background: $white;
|
||||
$accordion-content-background: transparent;
|
||||
$accordion-content-border: none;
|
||||
$accordion-content-color: $body-font-color;
|
||||
$accordion-content-padding: $global-padding*1.5 0;
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
.accordion-item {
|
||||
border-bottom: $global-border-archive;
|
||||
&.is-active {
|
||||
background-color:$input-background;
|
||||
}
|
||||
&:first-of-type {
|
||||
max-height: 5rem;
|
||||
.is-active{
|
||||
|
|
Loading…
Reference in New Issue