Preparing files for transfer to PyRIGS

This commit is contained in:
Matthew Smith
2019-10-01 13:22:16 +01:00
parent 5aafa36d2a
commit 1e1f3037f8
91 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
// Remove Focus Boxes
select:focus {
outline: $select-focus;
}
button:focus {
outline: none;
background-color: $button-background-focus;
}
label {
font-size: $label-font-size;
color: $input-border-color;
}
@import 'input-fields';
@import 'radio-buttons';
@import 'checkboxes';
@import 'switches';
@import 'select';
@import 'file-input';
@import 'range';