Skip to content
Snippets Groups Projects
Commit f3f589ee authored by AndiMajore's avatar AndiMajore
Browse files

changed visual styles of toggles

parent 8d3cb089
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
tooltipPosition="left" tooltipPosition="left"
(click)="toggle()" (click)="toggle()"
[ngClass]="{ [ngClass]="{
'is-primary': value, 'is-selected': value,
'is-small': drugstoneConfig.smallStyle 'is-small': drugstoneConfig.smallStyle
}" }"
> >
......
...@@ -20,6 +20,12 @@ ...@@ -20,6 +20,12 @@
max-height: 150px !important; max-height: 150px !important;
} }
.is-selected{
border-width: 3px !important;
border-color: var(--drgstn-primary) !important;
}
.drgstn-box-shadow { .drgstn-box-shadow {
box-shadow: 0 0.125em 0.25em hsla(0, 0%, 4%, 0.1); box-shadow: 0 0.125em 0.25em hsla(0, 0%, 4%, 0.1);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment