mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 09:36:27 +00:00
Makes for much less scrolling/jumping around. https://redux.js.org/style-guide/style-guide#structure-files-as-feature-folders-or-ducks
8 lines
136 B
SCSS
8 lines
136 B
SCSS
// SPDX-License-Identifier: MIT
|
|
// Copyright (c) 2021 The Pybricks Authors
|
|
|
|
.pb-about-icon {
|
|
float: left;
|
|
margin-right: 10px;
|
|
}
|