mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
Baptiste Lemoine
b872c1c7c0
Signed-off-by: Baptiste Lemoine <contact@cipherbliss.com> # Conflicts: # app/javascript/mastodon/components/status_action_bar.js # app/javascript/mastodon/features/status/components/action_bar.js
32 lines
857 B
SCSS
32 lines
857 B
SCSS
@import '../mastodon/variables';
|
|
|
|
// Commonly used web colors
|
|
$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
|
|
|
|
/************************
|
|
BEGIN bliss specific variables
|
|
************************/
|
|
|
|
// 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%;
|
|
// fix
|
|
|
|
|
|
// 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
|
|
************************/
|
|
|