mastodon/app/javascript/styles/custom.scss

30 lines
858 B
SCSS
Raw Normal View History

@import 'large_center';
2019-08-17 16:58:03 +02:00
// custom sheet made on https://www.cipherbliss.com
// Commonly used web colors
2019-08-17 23:26:26 +02:00
$black: #fff; // Black
$white: #000; // White
$success-green: #6bbd77 !default; // Padua
$error-red: #d4839b !default; // Cerise
$warning-red: #528dc8 !default; // Sunset Orange
$gold-star: #00ec84 !default; // Dark Goldenrod
2019-08-17 16:58:03 +02:00
// User Interface Colors
2019-08-17 23:26:26 +02:00
$ui-base-color: #313644; // Midnight Express
$ui-base-lighter-color: #bdd2d6;
$ui-primary-color: #0076ff; // Echo Blue
$ui-secondary-color: #7fc0ff; // Pattens Blue
$ui-highlight-color: #00a7d1; // Summer Sky
2019-08-17 16:58:03 +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%;
2019-08-17 23:26:26 +02:00
// fix
.media-gallery {
margin-left: -2em;
}
2019-08-17 16:58:03 +02:00
// then we import the rest of the world
@import 'application';