mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-16 10:58:01 +00:00
Fix breakpoints in scss and js (in await for a more elegant solution)
This commit is contained in:
committed by
Francis Lachapelle
parent
6b1fe301a6
commit
d6a294b89f
@@ -17,9 +17,6 @@ $primary-color: sg-color($sogoBlue, 300) !default;
|
||||
//$foreground-primary-color: rgba($foreground-base-color, 0.73) !default;
|
||||
$foreground-primary-color: rgba($primary-color, 0.87);//override
|
||||
|
||||
$bottombar-color: #212121;
|
||||
|
||||
|
||||
|
||||
// Layout and grid
|
||||
// ------------------------------
|
||||
@@ -56,6 +53,11 @@ $layout-breakpoint-sm: 600px !default;
|
||||
$layout-breakpoint-md: 960px !default;
|
||||
$layout-breakpoint-lg: 1200px !default;
|
||||
|
||||
// Redefinitions
|
||||
// $layout-breakpoint-sm: 360px;
|
||||
$layout-breakpoint-md: 1025px;
|
||||
$layout-breakpoint-lg: 1280px;
|
||||
|
||||
// App bar variables
|
||||
$app-bar-height: $sg-md-grid-pitch;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user