mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 01:23:52 +00:00
12 lines
276 B
SCSS
12 lines
276 B
SCSS
// SPDX-License-Identifier: MIT
|
|
// Copyright (c) 2020-2021 The Pybricks Authors
|
|
|
|
// Custom styling for the Toolbar control.
|
|
|
|
@import '../variables.scss';
|
|
|
|
.#{$ns}-navbar-divider {
|
|
// don't draw vertical line since we are just using button groups
|
|
border-left: unset;
|
|
}
|