Socialify

Folder ..

Viewing inbox.scss
28 lines (23 loc) • 700.0 B

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
@import "../@theme-base/version";

/*! =========================================== *
 * INBOX
 * Version: #{$version}
 * Author: Cristiano Almeida
 * Website: https://www.csalmeida.com
 * Twitter: @_csalmeida
 * =========================================== */

 $base: #296cd8;
 $search: #7297C4;
 $highlight: #D23F31;
 $navigation: #F2F2F2;
 $compose: #D23F31;
 $compose_text: #F2F2F2;
 
 $text_color: #F2F2F2;
 $extra_color: #0d0d0d;
 $danger_color: #d62646;
 $warning_color: #ffaa00;
 $info_color: #1b68c6;
 
 @import "../@theme-base/styles";
 @import "../@theme-base/dark_mode";
 
 // Please do not remove the imports above, add overrides and other partials below this line.
 @import 'override';