New svg icons
parent
f9d2201b0a
commit
b554572331
|
@ -40,7 +40,7 @@
|
||||||
tg-svg(svg-icon="icon-watch")
|
tg-svg(svg-icon="icon-watch")
|
||||||
span {{vm.item.getIn(['model', 'watchers']).size}}
|
span {{vm.item.getIn(['model', 'watchers']).size}}
|
||||||
.statistic.card-comments(ng-if="vm.item.getIn(['model', 'total_comments']) || vm.visible('empty_extra_info')")
|
.statistic.card-comments(ng-if="vm.item.getIn(['model', 'total_comments']) || vm.visible('empty_extra_info')")
|
||||||
tg-svg(svg-icon="icon-bubble-empty")
|
tg-svg(svg-icon="icon-meetup")
|
||||||
span {{vm.item.getIn(['model', 'total_comments'])}}
|
span {{vm.item.getIn(['model', 'total_comments'])}}
|
||||||
.statistic.card-attachments(ng-if="vm.item.getIn(['model', 'attachments']).size || vm.visible('empty_extra_info')")
|
.statistic.card-attachments(ng-if="vm.item.getIn(['model', 'attachments']).size || vm.visible('empty_extra_info')")
|
||||||
tg-svg(svg-icon="icon-attachment")
|
tg-svg(svg-icon="icon-attachment")
|
||||||
|
|
|
@ -104,7 +104,7 @@ nav.menu(
|
||||||
aria-label="{{'PROJECT.SECTION.MEETUP' | translate}}"
|
aria-label="{{'PROJECT.SECTION.MEETUP' | translate}}"
|
||||||
tabindex="7"
|
tabindex="7"
|
||||||
)
|
)
|
||||||
tg-svg(svg-icon="icon-bubble")
|
tg-svg(svg-icon="icon-meetup")
|
||||||
span.helper(translate="PROJECT.SECTION.MEETUP")
|
span.helper(translate="PROJECT.SECTION.MEETUP")
|
||||||
|
|
||||||
li#nav-admin(ng-if="vm.project.get('i_am_admin')")
|
li#nav-admin(ng-if="vm.project.get('i_am_admin')")
|
||||||
|
@ -114,5 +114,5 @@ nav.menu(
|
||||||
aria-label="{{'PROJECT.SECTION.ADMIN' | translate}}"
|
aria-label="{{'PROJECT.SECTION.ADMIN' | translate}}"
|
||||||
tabindex="8"
|
tabindex="8"
|
||||||
)
|
)
|
||||||
tg-svg(svg-icon="icon-settings")
|
tg-svg(svg-icon="icon-admin")
|
||||||
span.helper(translate="PROJECT.SECTION.ADMIN")
|
span.helper(translate="PROJECT.SECTION.ADMIN")
|
||||||
|
|
|
@ -28,6 +28,8 @@
|
||||||
}
|
}
|
||||||
.icon-blocked-project {
|
.icon-blocked-project {
|
||||||
@include svg-size();
|
@include svg-size();
|
||||||
|
fill: $white;
|
||||||
|
stroke: $red-light;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -19,7 +19,9 @@
|
||||||
@include svg-size();
|
@include svg-size();
|
||||||
}
|
}
|
||||||
.icon-badge {
|
.icon-badge {
|
||||||
|
fill: $primary-light;
|
||||||
margin-left: .5rem;
|
margin-left: .5rem;
|
||||||
|
stroke: $primary-light;
|
||||||
}
|
}
|
||||||
.create-project-btn {
|
.create-project-btn {
|
||||||
margin-right: .25rem;
|
margin-right: .25rem;
|
||||||
|
|
|
@ -137,7 +137,7 @@ div.wrapper(
|
||||||
|
|
||||||
.module.module-videoconference(ng-class="{true:'active', false:''}[isVideoconferenceActivated]")
|
.module.module-videoconference(ng-class="{true:'active', false:''}[isVideoconferenceActivated]")
|
||||||
.module-icon
|
.module-icon
|
||||||
tg-svg(svg-icon="icon-bubble-empty")
|
tg-svg(svg-icon="icon-meetup")
|
||||||
.module-name(translate="ADMIN.MODULES.MEETUP")
|
.module-name(translate="ADMIN.MODULES.MEETUP")
|
||||||
.module-desc
|
.module-desc
|
||||||
p(translate="ADMIN.MODULES.MEETUP_DESCRIPTION")
|
p(translate="ADMIN.MODULES.MEETUP_DESCRIPTION")
|
||||||
|
|
|
@ -47,6 +47,9 @@
|
||||||
.project-card-header {
|
.project-card-header {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-grow: 0;
|
flex-grow: 0;
|
||||||
|
.icon-badge {
|
||||||
|
fill: $primary-light;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.project-card-logo {
|
.project-card-logo {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
|
@ -125,9 +125,11 @@
|
||||||
@include svg-size(1.2rem);
|
@include svg-size(1.2rem);
|
||||||
background: rgba($black, .5);
|
background: rgba($black, .5);
|
||||||
bottom: 5%;
|
bottom: 5%;
|
||||||
|
fill: $primary-light;
|
||||||
padding: .1rem;
|
padding: .1rem;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 5%;
|
right: 5%;
|
||||||
|
stroke: $primary-light;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -102,7 +102,9 @@
|
||||||
@include popover(100%, '', 0, 30px, '', 15px, '', 50%, -5px);
|
@include popover(100%, '', 0, 30px, '', 15px, '', 50%, -5px);
|
||||||
}
|
}
|
||||||
.icon-badge {
|
.icon-badge {
|
||||||
|
fill: $primary-light;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
stroke: $primary-light;
|
||||||
top: .15rem;
|
top: .15rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 74 KiB After Width: | Height: | Size: 69 KiB |
Loading…
Reference in New Issue