1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-06-29 00:58:00 +02:00
blog/src/components/atoms/SearchInput.module.scss

8 lines
114 B
SCSS

@import 'variables';
.searchInputClose {
position: absolute;
right: $spacer / 4;
top: $spacer / 4;
}