mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-28 18:10:59 -05:00
ca25760d48
The vendored version contains ONLY the color rules. This makes it easy to create custom themes on top of the original bootstrap. Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
14 lines
539 B
SCSS
14 lines
539 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
|
|
*/
|
|
|
|
.progress {
|
|
// scss-docs-start progress-css-vars
|
|
--#{$prefix}progress-bg: #{$progress-bg};
|
|
--#{$prefix}progress-box-shadow: #{$progress-box-shadow};
|
|
--#{$prefix}progress-bar-color: #{$progress-bar-color};
|
|
--#{$prefix}progress-bar-bg: #{$progress-bar-bg};
|
|
// scss-docs-end progress-css-vars
|
|
}
|