mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-20 14:13:19 +00:00
Adapt to latest md changes
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
/// layout-attributes.scss -*- Mode: scss; indent-tabs-mode: nil; basic-offset: 2 -*-
|
||||
|
||||
// Import from sources for extends
|
||||
// -------------------------------
|
||||
@import "../../angular-material/src/core/services/layout/layout-attributes";
|
||||
@@ -56,4 +56,8 @@ html * {
|
||||
@extend .md-padding;
|
||||
background-color: white;
|
||||
margin-bottom: $mg/2;
|
||||
|
||||
&:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
@@ -96,6 +96,9 @@ $slicer-breakpoint-names: 'xs' 'sm' 'md' 'lg' 'xl';
|
||||
|
||||
$media-pointer: (pointer fine);
|
||||
|
||||
// Button
|
||||
$button-left-right-padding: rem(0.600);
|
||||
|
||||
// Icon
|
||||
$icon-size: rem(2.400) !default;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user