mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-21 06:33:18 +00:00
Add toolbars Icons (several bugs, some remaining)
This commit is contained in:
committed by
Francis Lachapelle
parent
b9e7e24344
commit
d8a816a335
@@ -16,3 +16,13 @@ flex, flex-sm, flex-gt-sm, flex-md, flex-gt-md, flex-lg, flex-gt-lg, hide, hide-
|
||||
.md-flex {
|
||||
flex: 1 1 auto;
|
||||
}
|
||||
|
||||
@for $i from 1 to 20 {
|
||||
.cols-#{$i} {
|
||||
max-width: grid-step($i);
|
||||
flex: 1 1 auto;
|
||||
}
|
||||
.cols-#{$i}.spacer {
|
||||
width: grid-step($i);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -29,4 +29,4 @@
|
||||
@extend #{'['$selector']'} !optional
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -51,6 +51,8 @@ $layout-breakpoint-lg: 1200px !default;
|
||||
// App bar variables
|
||||
$app-bar-height: 64px;
|
||||
|
||||
$messageList-width: grid-step(7);
|
||||
|
||||
$toast-height: $baseline-grid * 3 !default;
|
||||
$toast-margin: $baseline-grid * 1 !default;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user