2015-01-20 02:44:34 +00:00
|
|
|
// colors
|
|
|
|
$blue_l: #a2d2f4;
|
2015-03-26 22:19:46 +00:00
|
|
|
$blue: #2090ea;
|
2015-01-20 02:44:34 +00:00
|
|
|
$grey_l: #f3f3f3;
|
2016-01-24 11:53:30 +00:00
|
|
|
$grey_l2: #d9d9d9; // ~ Equivalent to darken($grey_l, 10%), unreliably compiles
|
|
|
|
$grey_l3: darken($grey_l, 20%);
|
|
|
|
$grey_l4: darken($grey_l, 40%);
|
2015-01-20 02:44:34 +00:00
|
|
|
$grey: #616161;
|
|
|
|
$grey_d: #454545;
|
|
|
|
|
2015-02-02 04:39:07 +00:00
|
|
|
@font-face {
|
|
|
|
font-family: 'Roboto-Light';
|
|
|
|
src: url('/fonts/Roboto-Light.ttf') format('truetype');
|
|
|
|
}
|
2015-01-30 04:53:49 +00:00
|
|
|
@font-face {
|
|
|
|
font-family: 'Roboto';
|
|
|
|
src: url('/fonts/Roboto-Regular.ttf') format('truetype');
|
|
|
|
}
|
2015-02-19 00:20:28 +00:00
|
|
|
@font-face {
|
|
|
|
font-family: 'Roboto';
|
|
|
|
src: url('/fonts/Roboto-Italic.ttf') format('truetype');
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Roboto';
|
|
|
|
src: url('/fonts/Roboto-Bold.ttf') format('truetype');
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2015-01-30 04:53:49 +00:00
|
|
|
$roboto: Roboto, 'Helvetica Neue', Arial, Helvetica, sans-serif;
|
2015-02-02 04:39:07 +00:00
|
|
|
$roboto-light: Roboto-Light, 'Helvetica Neue', Arial, Helvetica, sans-serif;
|
2015-01-30 04:53:49 +00:00
|
|
|
|
|
|
|
$header-height: 36px;
|
2015-05-22 00:07:11 +00:00
|
|
|
$header-color: $blue;
|
2015-10-17 01:14:50 +00:00
|
|
|
$bubble-border-radius: 20px;
|
2015-11-09 20:07:40 +00:00
|
|
|
|
|
|
|
$unread-badge-size: 21px;
|
2015-11-12 18:35:29 +00:00
|
|
|
$loading-height: 16px;
|
2016-01-21 23:45:13 +00:00
|
|
|
|
|
|
|
$big-avatar-min-width: 900px;
|