{"version":3,"sources":["fixed-view/fixed-view.scss"],"names":[],"mappings":"AAEA,oBAGE,MAAA,CAFA,cAAA,CACA,OACA,CAEA,qDACE,UAAA,CAGF,yBAEE,WAAA,CADA,KACA,CAGF,4BAEE,QAAA,CADA,QACA","file":"index.css","sourcesContent":["@import \"./variables\";\n\n.#{$component-prefix}fixed-view {\n  position: fixed;\n  right: 0;\n  left: 0;\n\n  &, &__placeholder {\n    width: 100%;\n  }\n\n  &--top {\n    top: 0;\n    bottom: auto;\n  }\n\n  &--bottom {\n    top: auto;\n    bottom: 0;\n  }\n}\n"]}