mastodon/app/javascript/styles/custom.scss

57 lines
1.1 KiB
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;
2019-08-27 13:55:47 +02:00
$ui-primary-color: #a1ccff; // Echo Blue
2019-08-17 23:26:26 +02:00
$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: 0;
2019-08-17 23:26:26 +02:00
}
2019-08-17 16:58:03 +02:00
// then we import the rest of the world
@import 'application';
2019-12-15 21:43:01 +01:00
@import 'bliss/messaging';
2019-12-22 18:30:22 +01:00
.debug, .well {
padding: 0.5rem;
border: solid 1px greenyellow;
background: yellow;
color: #222;
}
.spacer {
display: block;
2019-12-23 17:09:56 +01:00
padding: 1em;
}
.small-texts {
.timelines {
.column-link {
}
span {
display: none;
}
}
}