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;
|
2016-08-15 22:36:29 +00:00
|
|
|
$green: #47D647;
|
|
|
|
$red: #EF8989;
|
2015-01-20 02:44:34 +00:00
|
|
|
|
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
|
|
|
|
2016-03-21 22:37:53 +00:00
|
|
|
$header-height: 64px;
|
2016-04-01 21:20:00 +00:00
|
|
|
$button-height: 24px;
|
2015-05-22 00:07:11 +00:00
|
|
|
$header-color: $blue;
|
2015-11-09 20:07:40 +00:00
|
|
|
|
2016-04-07 00:33:25 +00:00
|
|
|
$search-height: 36px;
|
|
|
|
|
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;
|
2016-04-01 18:03:26 +00:00
|
|
|
|
2016-04-01 21:24:13 +00:00
|
|
|
$border-radius: 5px;
|
|
|
|
|
2016-04-14 23:42:42 +00:00
|
|
|
$error-icon-size: 24px;
|
2016-08-24 22:15:55 +00:00
|
|
|
|
|
|
|
$font-size: 14px;
|
|
|
|
$font-size-small: (13/14) + em;
|