(html,css) Group settings in event/task editors

This commit is contained in:
Francis Lachapelle
2015-12-17 14:00:42 -05:00
parent 020563016b
commit fe6bd70b72
5 changed files with 454 additions and 418 deletions
@@ -8,9 +8,6 @@
height: 100%;
border-radius: 0;
flex-basis: 100%;
md-dialog-content {
padding: $layout-gutter-width;
}
}
body.popup {
@@ -24,6 +24,9 @@ html * {
&--top {
padding-top: $mg;
}
&--bottom {
padding-bottom: $mg;
}
}
.sg-logo {
@@ -41,4 +44,16 @@ html * {
top: 0;
bottom: 0;
width: 3px;
}
// Group fields of a form
// See https://www.google.com/design/spec/patterns/settings.html#settings-grouping-settings
.sg-has-form-sections {
background-color: $colorGrey300;
}
.sg-form-section {
@extend .md-whiteframe-2dp;
@extend .md-padding;
background-color: white;
margin-bottom: $mg/2;
}