sogo/UI/WebServerResources/scss/core/structure.scss

11 lines
318 B
SCSS
Raw Normal View History

2015-05-20 15:31:53 +02:00
/// structure.scss -*- Mode: scss; indent-tabs-mode: nil; basic-offset: 2 -*-
2015-04-10 21:37:00 +02:00
2015-02-03 04:55:06 +01:00
// ngMaterial source for overrides
// ----------------------------------------------------------------------------
@import '../../angular-material/src/core/style/structure.scss';
2015-03-31 19:17:37 +02:00
// re-inforce a reset
html * {
box-sizing: border-box;
}