mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-28 18:20: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>
17 lines
720 B
SCSS
17 lines
720 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
|
|
*/
|
|
|
|
.toast {
|
|
// scss-docs-start toast-css-vars
|
|
--#{$prefix}toast-color: #{$toast-color};
|
|
--#{$prefix}toast-bg: #{$toast-background-color};
|
|
--#{$prefix}toast-border-color: #{$toast-border-color};
|
|
--#{$prefix}toast-box-shadow: #{$toast-box-shadow};
|
|
--#{$prefix}toast-header-color: #{$toast-header-color};
|
|
--#{$prefix}toast-header-bg: #{$toast-header-background-color};
|
|
--#{$prefix}toast-header-border-color: #{$toast-header-border-color};
|
|
// scss-docs-end toast-css-vars
|
|
}
|