mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-03 22:22:19 +00:00
(html,css) Group settings in event/task editors
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user