feat(SW-2043): Added new room packages filter
* feat(SW-2043): Added new room packages filter * fix(SW-2043): Fixed issue with not updating price when selecting pet room Approved-by: Tobias Johansson Approved-by: Matilda Landström
This commit is contained in:
@@ -1,19 +1,31 @@
|
||||
.chip {
|
||||
background-color: var(--Component-Button-Inverted-Fill-Default);
|
||||
border-color: var(--Component-Button-Inverted-Border-Default);
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
border-radius: var(--Corner-radius-sm);
|
||||
padding: var(--Space-x1) var(--Space-x15);
|
||||
color: var(--Text-Interactive-Default);
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.chip:hover {
|
||||
/* TODO: change to proper Component-variable once it is available */
|
||||
background-color: var(--Scandic-Peach-10);
|
||||
/* TODO: change to proper Component-variable once it is available */
|
||||
color: var(--Scandic-Red-100);
|
||||
.Default {
|
||||
border: 1px solid var(--Component-Button-Inverted-Border-Default);
|
||||
}
|
||||
|
||||
.Default:hover {
|
||||
background-color: var(--Surface-Primary-Hover-Accent);
|
||||
}
|
||||
|
||||
.Outlined {
|
||||
border: 1px solid var(--Border-Intense);
|
||||
}
|
||||
|
||||
.Outlined:hover {
|
||||
background-color: var(--Surface-Primary-Hover);
|
||||
}
|
||||
|
||||
.Outlined:focus,
|
||||
.Outlined:active {
|
||||
border-color: var(--Border-Interactive-Selected);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user