{"version":3,"sources":["webpack:///index.scss"],"names":[],"mappings":"AAOE,8BAEE,oBAA8B,CAC9B,eAA2B,CAC3B,UAAwB,CACxB,UAAW,CACX,qBACF,CAEA,aACE,iBAAkB,CAClB,qBAWF,CARI,8BACE,+BACF,CAEA,yCACE,cACF,C","file":"list/style/index.css","sourcesContent":["@import \"../../style/common/variables.scss\";\n@import \"../../style/common/mixin.scss\";\n@import \"../../style/global.scss\";\n\n$rootName: x-list;\n\n.#{$rootName} {\n  &-header,\n  &-footer {\n    padding: $padding-y $padding-x;\n    font-size: $font-size-small;\n    color: $text-color-light;\n    width: 100%;\n    box-sizing: border-box;\n  }\n\n  &-body {\n    position: relative;\n    background-color: $background-color-light;\n\n    .x-list-item {\n      > div {\n        border-bottom: 1px solid $border-color;\n      }\n\n      &:last-child > div {\n        border-width: 0;\n      }\n    }\n  }\n}\n"],"sourceRoot":""}