mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-29 02:07:36 +00:00
Calendar module: initial AngularJS-based templates
This commit is contained in:
@@ -1 +1,7 @@
|
||||
@import 'extends';
|
||||
@import 'extends';
|
||||
|
||||
// Checkbox for the sidenav folders list
|
||||
// -------------------------------------
|
||||
md-sidenav md-checkbox {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
@@ -154,11 +154,14 @@ $i: 1;
|
||||
&.sg-loading {
|
||||
color: sg-color($sogoBlue, 500);
|
||||
}
|
||||
.sg-item-name {
|
||||
.sg-item-name, .md-label {
|
||||
text-align: left;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.md-label {
|
||||
display: inline;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user