mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 01:23:52 +00:00
18 lines
294 B
SCSS
18 lines
294 B
SCSS
// SPDX-License-Identifier: MIT
|
|
// Copyright (c) 2021 The Pybricks Authors
|
|
|
|
// Custom styling for the Settings* controls.
|
|
|
|
.pb-settings {
|
|
margin: 25px;
|
|
}
|
|
|
|
.pb-settings .bp3-label {
|
|
font-size: 18px;
|
|
font-weight: bolder;
|
|
}
|
|
|
|
.pb-settings .bp3-form-helper-text {
|
|
font-size: 14px;
|
|
}
|