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

10 lines
263 B
SCSS
Raw Normal View History

2015-02-03 04:55:06 +01:00
/*! structure.scss - */
// 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;
}