Files
jitsi-meet/css/_variables.scss

31 lines
569 B
SCSS
Raw Normal View History

2016-09-02 12:53:22 +03:00
/**
* Style variables
*/
2016-09-07 22:07:13 -05:00
$baseFontFamily: 'open_sanslight', 'Helvetica Neue', Helvetica, Arial, sans-serif;
/**
* Size variables.
*/
$defaultToolbarSize: 50px;
2016-09-09 21:26:29 -05:00
/**
2016-09-11 16:54:32 -05:00
* Color variables.
2016-09-09 21:26:29 -05:00
*/
2016-09-11 16:54:32 -05:00
$defaultColor: #ECEEF1;
$defaultSemiDarkColor: #8E96A8;
$defaultDarkColor: #172B4D;
$defaultBackground: #091E42;
2016-09-09 21:26:29 -05:00
$toolbarSelectBackground: rgba(0, 0, 0, 0.6);
2016-09-11 16:54:32 -05:00
$inputBackground: rgba(94, 108, 132, .5);
$inputSemiBackground: rgba(94, 108, 132, .8);
$inputLightBackground: #E5E8EC;
$inputBorderColor: #E5E8EC;
$buttonBackground: #0074E0;
/**
* Misc.
*/
$borderRadius: 4px;
2016-09-09 21:26:29 -05:00