8 lines
151 B
SCSS
8 lines
151 B
SCSS
@import "./Variables.scss";
|
|
@import "./FieldBase.module.scss";
|
|
|
|
.field-stopwatch {
|
|
border: $stop_watch_border;
|
|
background-color: $stop_watch_bg;
|
|
}
|