hensei-web/components/common/SliderTableField/index.module.scss
Justin Edmund 4c5fb3c28d Rename all files and fix imports
* Renaming index.scss files to index.module.scss
* Changing `import from` to `import styles from`
2023-06-23 13:19:38 -07:00

12 lines
159 B
SCSS

.SliderField.TableField {
min-height: $unit-4x;
.Input {
text-align: right;
width: $unit-8x;
}
.Right {
justify-content: flex-end;
}
}