2020-02-12 10:03:28 +01:00
|
|
|
@import '../mastodon/variables';
|
|
|
|
|
2019-08-27 13:55:47 +02:00
|
|
|
// Commonly used web colors
|
2020-02-12 10:03:28 +01:00
|
|
|
$black: #000; // Black
|
|
|
|
$white: #fff; // White
|
|
|
|
$success-green: #6bbd77 !default; // Padua
|
|
|
|
$error-red: #d4839b !default; // Cerise
|
|
|
|
$warning-red: #528dc8 !default; // Sunset Orange
|
|
|
|
$gold-star: #98c6ff !default; // Dark Goldenrod
|
2020-02-05 17:58:51 +01:00
|
|
|
|
|
|
|
/************************
|
|
|
|
BEGIN bliss specific variables
|
|
|
|
************************/
|
|
|
|
|
2019-08-27 13:55:47 +02:00
|
|
|
// Variables for components
|
|
|
|
$media-modal-media-max-width: 100%;
|
|
|
|
// put margins on top and bottom of image to avoid the screen covered by image.
|
|
|
|
$media-modal-media-max-height: 80%;
|
2020-02-05 17:58:51 +01:00
|
|
|
// fix
|
2019-08-27 13:55:47 +02:00
|
|
|
|
|
|
|
|
2020-02-05 17:58:51 +01:00
|
|
|
// Variables for components
|
|
|
|
$media-modal-media-max-width: 100%;
|
|
|
|
// put margins on top and bottom of image to avoid the screen covered by image.
|
|
|
|
$media-modal-media-max-height: 80%;
|
|
|
|
|
|
|
|
$no-gap-breakpoint: 415px;
|
|
|
|
/************************
|
|
|
|
END bliss specific variables
|
|
|
|
************************/
|
|
|
|
|