mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-25 03:06:31 -05:00
14 lines
522 B
SCSS
14 lines
522 B
SCSS
|
/*!
|
||
|
* SPDX-FileCopyrightText: Original code: Copyright (c) 2011-2022 Twitter, Inc. + Copyright (c) 2011-2022 The Bootstrap Authors. Modification: 2022 The HedgeDoc developers (see AUTHORS file)
|
||
|
*
|
||
|
* SPDX-License-Identifier: MIT
|
||
|
*/
|
||
|
|
||
|
.breadcrumb {
|
||
|
// scss-docs-start breadcrumb-css-vars
|
||
|
--#{$prefix}breadcrumb-bg: #{$breadcrumb-bg};
|
||
|
--#{$prefix}breadcrumb-divider-color: #{$breadcrumb-divider-color};
|
||
|
--#{$prefix}breadcrumb-item-active-color: #{$breadcrumb-active-color};
|
||
|
// scss-docs-end breadcrumb-css-vars
|
||
|
}
|