|
|
|
@ -65,11 +65,11 @@ |
|
|
|
|
@mixin icon6-rules |
|
|
|
|
padding: 0 7px 0 9px |
|
|
|
|
font-size: 12px |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@mixin icon-dropdown-rules |
|
|
|
|
padding: 0 0px 0 3px |
|
|
|
|
font-size: 13px |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@mixin icon-button-rules |
|
|
|
|
padding: 0 5px 0 0px |
|
|
|
|
font-size: 13px |
|
|
|
@ -77,7 +77,7 @@ |
|
|
|
|
@mixin icon-context-rules |
|
|
|
|
padding: 0 4px 0 0 |
|
|
|
|
color: $content_icon_color |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@mixin icon-table-rules |
|
|
|
|
padding: 0 0 0 0 |
|
|
|
|
|
|
|
|
@ -105,17 +105,17 @@ |
|
|
|
|
@include icon-common |
|
|
|
|
content: attr(data-icon5) |
|
|
|
|
@include icon5-rules |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[data-icon-dropwdown]:before |
|
|
|
|
@include icon-common |
|
|
|
|
content: attr(data-icon-dropdown) |
|
|
|
|
@include icon-dropdown-rules |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[data-icon-button]:before |
|
|
|
|
@include icon-common |
|
|
|
|
content: attr(data-icon-button) |
|
|
|
|
@include icon-button-rules |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[data-icon-table]:before |
|
|
|
|
@include icon-common |
|
|
|
|
content: attr(data-icon-table) |
|
|
|
@ -147,15 +147,15 @@ |
|
|
|
|
// used for toggler icons in the project menu |
|
|
|
|
.icon6:before |
|
|
|
|
@include icon6-rules |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// used for arrow icons in buttons with dropdown |
|
|
|
|
.icon-dropdown:before |
|
|
|
|
@include icon-dropdown-rules |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// used for icons in buttons |
|
|
|
|
.icon-buttons:before |
|
|
|
|
@include icon-button-rules |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// used for icons in workpackage table |
|
|
|
|
.icon-table:before |
|
|
|
|
@include icon-table-rules |
|
|
|
@ -166,7 +166,7 @@ |
|
|
|
|
float: left |
|
|
|
|
|
|
|
|
|
// used for icons in the content area, which appear in context (menus) |
|
|
|
|
#context-menu .icon:before, |
|
|
|
|
.action-menu .icon:before, |
|
|
|
|
.icon-context:before |
|
|
|
|
@include icon-context-rules |
|
|
|
|
|
|
|
|
|