New svg icons

stable
Daniel García 2018-11-21 11:50:45 +01:00 committed by Alex Hermida
parent f9d2201b0a
commit b554572331
9 changed files with 112 additions and 491 deletions

View File

@ -40,7 +40,7 @@
tg-svg(svg-icon="icon-watch")
span {{vm.item.getIn(['model', 'watchers']).size}}
.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'])}}
.statistic.card-attachments(ng-if="vm.item.getIn(['model', 'attachments']).size || vm.visible('empty_extra_info')")
tg-svg(svg-icon="icon-attachment")

View File

@ -104,7 +104,7 @@ nav.menu(
aria-label="{{'PROJECT.SECTION.MEETUP' | translate}}"
tabindex="7"
)
tg-svg(svg-icon="icon-bubble")
tg-svg(svg-icon="icon-meetup")
span.helper(translate="PROJECT.SECTION.MEETUP")
li#nav-admin(ng-if="vm.project.get('i_am_admin')")
@ -114,5 +114,5 @@ nav.menu(
aria-label="{{'PROJECT.SECTION.ADMIN' | translate}}"
tabindex="8"
)
tg-svg(svg-icon="icon-settings")
tg-svg(svg-icon="icon-admin")
span.helper(translate="PROJECT.SECTION.ADMIN")

View File

@ -28,6 +28,8 @@
}
.icon-blocked-project {
@include svg-size();
fill: $white;
stroke: $red-light;
}
}
}

View File

@ -19,7 +19,9 @@
@include svg-size();
}
.icon-badge {
fill: $primary-light;
margin-left: .5rem;
stroke: $primary-light;
}
.create-project-btn {
margin-right: .25rem;

View File

@ -137,7 +137,7 @@ div.wrapper(
.module.module-videoconference(ng-class="{true:'active', false:''}[isVideoconferenceActivated]")
.module-icon
tg-svg(svg-icon="icon-bubble-empty")
tg-svg(svg-icon="icon-meetup")
.module-name(translate="ADMIN.MODULES.MEETUP")
.module-desc
p(translate="ADMIN.MODULES.MEETUP_DESCRIPTION")

View File

@ -47,6 +47,9 @@
.project-card-header {
display: flex;
flex-grow: 0;
.icon-badge {
fill: $primary-light;
}
}
.project-card-logo {
display: inline-block;

View File

@ -125,9 +125,11 @@
@include svg-size(1.2rem);
background: rgba($black, .5);
bottom: 5%;
fill: $primary-light;
padding: .1rem;
position: absolute;
right: 5%;
stroke: $primary-light;
}
}
}

View File

@ -102,7 +102,9 @@
@include popover(100%, '', 0, 30px, '', 15px, '', 50%, -5px);
}
.icon-badge {
fill: $primary-light;
position: relative;
stroke: $primary-light;
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