update for breaking blueprintjs style changes

it is no longer feasible to build the blueprintjs css ourselves, so we
just use all of the default variable values and override things using
selectors instead.
This commit is contained in:
David Lechner
2022-05-11 18:13:36 -05:00
parent 896b3eae3e
commit 65623f801d
16 changed files with 152 additions and 269 deletions
+3 -3
View File
@@ -1,11 +1,11 @@
// SPDX-License-Identifier: MIT
// Copyright (c) 2021 The Pybricks Authors
// Copyright (c) 2021-2022 The Pybricks Authors
// Custom styling for the settings controls.
@import '../variables.scss';
@use '@blueprintjs/core/lib/scss/variables' as bp;
.pb-hub-name-input .#{$ns}-input {
.pb-hub-name-input .#{bp.$ns}-input {
width: 200px;
margin-left: 8px;
}