Browse Source

Comments and delete icon

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
tags/v12.0.0beta1
John Molakvoæ (skjnldsv) 7 years ago
parent
commit
2a2d4390c6
No account linked to committer's email address
1 changed files with 19 additions and 7 deletions
  1. 19
    7
      core/css/icons.scss

+ 19
- 7
core/css/icons.scss View File

/**
* @copyright Copyright (c) 2017, John Molakvoæ (skjnldsv@protonmail.com)
*
* @license GNU AGPL version 3 or any later version
*
*/

/* GLOBAL ------------------------------------------------------------------- */
[class^='icon-'], [class*=' icon-'] { [class^='icon-'], [class*=' icon-'] {
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center; background-position: center;
min-height: 16px; min-height: 16px;
} }


/* general assets */

.icon-breadcrumb { .icon-breadcrumb {
background-image: url('../img/breadcrumb.svg?v=1'); background-image: url('../img/breadcrumb.svg?v=1');
} }


/* LOADING ------------------------------------------------------------------ */
.loading, .loading-small, .icon-loading, .icon-loading-dark, .icon-loading-small, .icon-loading-small-dark { .loading, .loading-small, .icon-loading, .icon-loading-dark, .icon-loading-small, .icon-loading-small-dark {
position: relative; position: relative;
&:after { &:after {
} }
} }



.icon-32 { .icon-32 {
background-size: 32px !important; background-size: 32px !important;
} }


/* action icons */

/* ICONS -------------------------------------------------------------------- */
.icon-add { .icon-add {
background-image: url('../img/actions/add.svg?v=1'); background-image: url('../img/actions/add.svg?v=1');
} }


.icon-delete-white { .icon-delete-white {
background-image: url('../img/actions/delete-white.svg?v=1'); background-image: url('../img/actions/delete-white.svg?v=1');
&.no-permission {
&:hover, &:focus {
background-image: url('../img/actions/delete-white.svg?v=1');
}
}
&:hover, &:focus {
background-image: url('../img/actions/delete-hover.svg?v=1');
}
} }


.icon-details { .icon-details {
background-image: url('../img/actions/view-previous.svg?v=1'); background-image: url('../img/actions/view-previous.svg?v=1');
} }


/* places icons */

/* PLACES ------------------------------------------------------------------- */
.icon-calendar-dark { .icon-calendar-dark {
background-image: url('../img/places/calendar-dark.svg?v=1'); background-image: url('../img/places/calendar-dark.svg?v=1');
} }

Loading…
Cancel
Save