10 lines
182 B
SCSS
10 lines
182 B
SCSS
@use 'globals';
|
|
@use 'hoverbar';
|
|
|
|
.control-bar__input {
|
|
@include globals.reset-input;
|
|
width: 100%;
|
|
height: 100%;
|
|
padding: 0.5rem;
|
|
font-family: globals.$font-family-data;
|
|
}
|