feat(SW-66, SW-348): search functionality and ui
This commit is contained in:
11
components/Blocks/Shortcuts/shortcuts.module.css
Normal file
11
components/Blocks/Shortcuts/shortcuts.module.css
Normal file
@@ -0,0 +1,11 @@
|
||||
.links {
|
||||
display: grid;
|
||||
background-color: var(--Scandic-Brand-Pale-Peach);
|
||||
border-radius: var(--Corner-radius-Medium);
|
||||
border: 1px solid var(--Base-Border-Subtle);
|
||||
}
|
||||
|
||||
.arrowRight {
|
||||
height: 24px;
|
||||
width: 24px;
|
||||
}
|
||||
Reference in New Issue
Block a user