mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 17:45:22 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user