[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/media/system/scss/ -> _icomoon.scss (source)

   1  /**
   2   *  IcoMoon to Fontawesome Conversion
   3   */
   4  
   5  // Define global icon prefix
   6  $jicon-css-prefix: icon !default;
   7  
   8  
   9  // Standard icon global definition
  10  [class^="#{$jicon-css-prefix}-"],
  11  [class*=" #{$jicon-css-prefix}-"] {
  12    @extend %fa-icon;
  13    @extend .fas;
  14    speak: none;
  15  }
  16  
  17  [class^="#{$jicon-css-prefix}-"],
  18  [class*=" #{$jicon-css-prefix}-"],
  19  [class^="#{$fa-css-prefix}-"],
  20  [class*=" #{$fa-css-prefix}-"] {
  21    &.disabled {
  22      font-weight: 400;
  23    }
  24  }
  25  
  26  // Create brand icons mapping array
  27  $jicons-brand: (
  28    joomla : $fa-var-joomla
  29  ) !default;
  30  
  31  // Parse brands mapping array
  32  @each $jicon-brand-key, $jicon-brand-value in $jicons-brand {
  33    .#{$jicon-css-prefix}-#{$jicon-brand-key} {
  34      @extend %fa-icon;
  35      @extend .fab;
  36  
  37      &:before {
  38        content: fa-content($jicon-brand-value);
  39      }
  40    }
  41  }
  42  
  43  // Create special actions mapping array
  44  $jicons-special: (
  45    border: border,
  46    flip-both: flip-both,
  47    flip-horizontal: flip-horizontal,
  48    flip-vertical: flip-vertical,
  49    fw : fw,
  50    lg: lg,
  51    li: li,
  52    inverse: inverse,
  53    pull-right: pull-right,
  54    pull-left: pull-left,
  55    pulse : pulse,
  56    rotate-90: rotate-90,
  57    rotate-180: rotate-180,
  58    rotate-270: rotate-270,
  59    sm: sm,
  60    spin : spin,
  61    stack : stack,
  62    stack-1x: stack-1x,
  63    stack-2x: stack-2x,
  64    ul: ul,
  65    xs: xs
  66  ) !default;
  67  
  68  // Parse special actions mapping array
  69  @each $jicon-special-key, $jicon-special-value in $jicons-special {
  70    .#{$jicon-css-prefix}-#{$jicon-special-key} {
  71      @extend .fa-#{$jicon-special-value};
  72    }
  73  }
  74  
  75  // Create standard icons mapping array
  76  $jicons: (
  77    accessible : $fa-var-universal-access,
  78    add : $fa-var-plus,
  79    address-book : $fa-var-address-book,
  80    address : $fa-var-address-book,
  81    align-justify : $fa-var-align-justify,
  82    angle-double-left : $fa-var-angle-double-left,
  83    angle-double-right : $fa-var-angle-double-right,
  84    angle-down : $fa-var-angle-down,
  85    angle-left : $fa-var-angle-left,
  86    angle-right : $fa-var-angle-right,
  87    angle-up : $fa-var-angle-up,
  88    apply : $fa-var-save,
  89    archive : $fa-var-archive,
  90    arrow-down-2 : $fa-var-arrow-alt-circle-down,
  91    arrow-down-3 : $fa-var-caret-down,
  92    arrow-down-4 : $fa-var-arrow-down,
  93    arrow-down : $fa-var-chevron-down,
  94    arrow-first : $fa-var-step-backward,
  95    arrow-last : $fa-var-fast-backward,
  96    arrow-left-2 : $fa-var-arrow-alt-circle-left,
  97    arrow-left-3 : $fa-var-caret-left,
  98    arrow-left-4 : $fa-var-arrow-left,
  99    arrow-left : $fa-var-chevron-left,
 100    arrow-right-2 : $fa-var-arrow-alt-circle-right,
 101    arrow-right-3 : $fa-var-caret-right,
 102    arrow-right-4 : $fa-var-arrow-right,
 103    arrow-right : $fa-var-chevron-right,
 104    arrow-up-2 : $fa-var-arrow-alt-circle-up,
 105    arrow-up-3 : $fa-var-caret-up,
 106    arrow-up-4 : $fa-var-arrow-up,
 107    arrow-up : $fa-var-chevron-up,
 108    arrows-alt : $fa-var-arrows-alt,
 109    asterisk : $fa-var-star,
 110    attachment : $fa-var-paperclip,
 111    backward-2 : $fa-var-arrow-alt-circle-left,
 112    backward-circle : $fa-var-chevron-circle-left,
 113    backward : $fa-var-backward,
 114    ban-circle : $fa-var-minus-circle,
 115    bars : $fa-var-chart-bar,
 116    basket : $fa-var-shopping-basket,
 117    bell : $fa-var-bell,
 118    bolt : $fa-var-bolt,
 119    book : $fa-var-book,
 120    bookmark-2 : $fa-var-bookmark,
 121    bookmark : $fa-var-bookmark,
 122    box-add : $fa-var-archive,
 123    box-remove : $fa-var-archive,
 124    briefcase : $fa-var-briefcase,
 125    broadcast : $fa-var-wifi,
 126    brush : $fa-var-paint-brush,
 127    bubble-quote : $fa-var-comment,
 128    bullhorn : $fa-var-bullhorn,
 129    calendar-check : $fa-var-calendar-check,
 130    calendar-2 : $fa-var-calendar-check,
 131    calendar-3 : $fa-var-calendar,
 132    calendar-alt : $fa-var-calendar-alt,
 133    calendar : $fa-var-calendar-alt,
 134    camera-2 : $fa-var-video,
 135    camera : $fa-var-camera,
 136    cancel-2 : $fa-var-times,
 137    cancel-circle : $fa-var-times-circle,
 138    cancel : $fa-var-times,
 139    caret-down : $fa-var-caret-down,
 140    caret-up : $fa-var-caret-up,
 141    cart : $fa-var-shopping-cart,
 142    chart : $fa-var-chart-area,
 143    check-circle : $fa-var-check-circle,
 144    check-square : $fa-var-check-square,
 145    check : $fa-var-check,
 146    checkbox-checked : $fa-var-check-square,
 147    checkbox-partial : $fa-var-square,
 148    checkbox-unchecked : $fa-var-square,
 149    checkbox : $fa-var-check-square,
 150    checkedout : $fa-var-lock,
 151    checkin : $fa-var-check-square,
 152    checkmark-2 : $fa-var-check-circle,
 153    checkmark-circle : $fa-var-check-circle,
 154    checkmark : $fa-var-check,
 155    chevron-down : $fa-var-chevron-down,
 156    chevron-left : $fa-var-chevron-left,
 157    chevron-right : $fa-var-chevron-right,
 158    chevron-up : $fa-var-chevron-up,
 159    circle : $fa-var-circle,
 160    clipboard : $fa-var-clipboard,
 161    clock : $fa-var-clock,
 162    cloud-download-alt : $fa-var-cloud-download-alt,
 163    cloud-download : $fa-var-cloud-download-alt,
 164    cloud-upload : $fa-var-cloud-upload-alt,
 165    cloud : $fa-var-cloud,
 166    code : $fa-var-code,
 167    code-branch : $fa-var-code-branch,
 168    cog : $fa-var-cog,
 169    cogs : $fa-var-cogs,
 170    collapse : $fa-var-plus,
 171    color-palette : $fa-var-paint-brush,
 172    comment-dots : $fa-var-comment-dots,
 173    comment : $fa-var-comment,
 174    comments-2 : $fa-var-comments,
 175    comments : $fa-var-comment,
 176    compass : $fa-var-compass,
 177    connection : $fa-var-wifi,
 178    contract-2 : $fa-var-shopping-basket,
 179    contract : $fa-var-compress,
 180    copy : $fa-var-copy,
 181    credit-2 : $fa-var-credit-card,
 182    credit : $fa-var-credit-card,
 183    crop : $fa-var-crop,
 184    cube : $fa-var-cube,
 185    cubes : $fa-var-cubes,
 186    dashboard : $fa-var-tachometer-alt,
 187    database : $fa-var-database,
 188    default : $fa-var-home,
 189    delete : $fa-var-times,
 190    desktop : $fa-var-desktop,
 191    downarrow : $fa-var-chevron-down,
 192    download : $fa-var-download,
 193    drawer-2 : $fa-var-folder,
 194    drawer : $fa-var-folder-open,
 195    edit : $fa-var-edit,
 196    ellipsis-h : $fa-var-ellipsis-h,
 197    ellipsis-v : $fa-var-ellipsis-v,
 198    enter : $fa-var-sign-in-alt,
 199    envelope-open-text : $fa-var-envelope-open-text,
 200    envelope-opened : $fa-var-envelope,
 201    envelope : $fa-var-envelope,
 202    equalizer : $fa-var-sliders-h,
 203    error : $fa-var-exclamation,
 204    exclamation-circle : $fa-var-exclamation-circle,
 205    exclamation-triangle : $fa-var-exclamation-triangle,
 206    exclamation : $fa-var-exclamation,
 207    exit : $fa-var-sign-out-alt,
 208    expand-2 : $fa-var-expand-arrows-alt,
 209    expand : $fa-var-expand,
 210    expired : $fa-var-minus-circle,
 211    external-link-alt : $fa-var-external-link-alt,
 212    eye-2 : $fa-var-eye-slash,
 213    eye-blocked : $fa-var-eye-slash,
 214    eye-close : $fa-var-eye-slash,
 215    eye-open : $fa-var-eye,
 216    eye-slash : $fa-var-eye-slash,
 217    eye : $fa-var-eye,
 218    fax : $fa-var-fax,
 219    featured : $fa-var-star,
 220    feed : $fa-var-rss-square,
 221    file-2 : $fa-var-file,
 222    file-add : $fa-var-plus,
 223    file-alt : $fa-var-file-alt,
 224    file-check : $fa-var-check,
 225    file-minus : $fa-var-minus,
 226    file-plus : $fa-var-plus,
 227    file-remove : $fa-var-times,
 228    file : $fa-var-file,
 229    filter : $fa-var-filter,
 230    first : $fa-var-fast-backward,
 231    flag-2 : $fa-var-paperclip,
 232    flag-3 : $fa-var-flag,
 233    flag : $fa-var-flag,
 234    flash : $fa-var-bolt,
 235    folder-2 : $fa-var-folder,
 236    folder-3 : $fa-var-folder-open,
 237    folder-close : $fa-var-folder,
 238    folder-minus : $fa-var-folder,
 239    folder-open : $fa-var-folder-open,
 240    folder-plus-2 : $fa-var-folder,
 241    folder-plus : $fa-var-folder-open,
 242    folder-remove : $fa-var-folder,
 243    folder : $fa-var-folder,
 244    forward-2 : $fa-var-arrow-alt-circle-right,
 245    forward-circle : $fa-var-chevron-circle-right,
 246    forward : $fa-var-forward,
 247    generic : $fa-var-dot-circle,
 248    globe : $fa-var-globe,
 249    grid-2 : $fa-var-th,
 250    grid-view-2 : $fa-var-th,
 251    grid-view : $fa-var-th-large,
 252    grid : $fa-var-th-large,
 253    handshake : $fa-var-handshake,
 254    health : $fa-var-medkit,
 255    heart-2 : $fa-var-heart,
 256    heart : $fa-var-heart,
 257    help : $fa-var-question,
 258    hits : $fa-var-eye,
 259    home-2 : $fa-var-home,
 260    home : $fa-var-home,
 261    image : $fa-var-image,
 262    images : $fa-var-image,
 263    info-2 : $fa-var-info-circle,
 264    info-circle : $fa-var-info-circle,
 265    info : $fa-var-info,
 266    key : $fa-var-key,
 267    lamp : $fa-var-lightbulb,
 268    language : $fa-var-language,
 269    last : $fa-var-fast-forward,
 270    leftarrow : $fa-var-chevron-left,
 271    lightbulb : $fa-var-lightbulb,
 272    lightning : $fa-var-bolt,
 273    link : $fa-var-link,
 274    list-2 : $fa-var-list-ul,
 275    list-view : $fa-var-list,
 276    list : $fa-var-list,
 277    loading : $fa-var-spinner,
 278    location : $fa-var-map-marker-alt,
 279    lock : $fa-var-lock,
 280    locked : $fa-var-lock,
 281    loop : $fa-var-sync,
 282    mail-2 : $fa-var-envelope,
 283    mail : $fa-var-envelope,
 284    map-signs : $fa-var-map-signs,
 285    menu-2 : $fa-var-sort,
 286    menu-3 : $fa-var-list-ol,
 287    menu : $fa-var-bars,
 288    minus-2 : $fa-var-minus,
 289    minus-circle : $fa-var-minus-circle,
 290    minus-sign : $fa-var-minus,
 291    minus : $fa-var-minus,
 292    mobile : $fa-var-mobile,
 293    move : $fa-var-arrows-alt,
 294    music : $fa-var-music,
 295    new-tab-2 : $fa-var-external-link-square-alt,
 296    new-tab : $fa-var-external-link-alt,
 297    new : $fa-var-plus,
 298    next : $fa-var-angle-right,
 299    not-ok : $fa-var-minus,
 300    notification-2 : $fa-var-exclamation-circle,
 301    notification-circle : $fa-var-exclamation-circle,
 302    notification : $fa-var-exclamation,
 303    ok : $fa-var-check,
 304    open : $fa-var-lock-open,
 305    options : $fa-var-cog,
 306    out-2 : $fa-var-external-link-alt,
 307    out-3 : $fa-var-external-link-square-alt,
 308    out : $fa-var-share,
 309    paint-brush : $fa-var-paint-brush,
 310    palette : $fa-var-paint-brush,
 311    paperclip : $fa-var-paperclip,
 312    paragraph-center : $fa-var-align-center,
 313    paragraph-justify : $fa-var-align-justify,
 314    paragraph-left : $fa-var-align-left,
 315    paragraph-right : $fa-var-align-right,
 316    pause-circle : $fa-var-pause-circle,
 317    pause : $fa-var-pause,
 318    pen-square : $fa-var-pen-square,
 319    pencil-2 : $fa-var-pencil-alt,
 320    pencil-alt : $fa-var-pencil-alt,
 321    pencil : $fa-var-edit,
 322    pending : $fa-var-exclamation-triangle,
 323    phone-2 : $fa-var-phone,
 324    phone : $fa-var-phone-square,
 325    picture : $fa-var-image,
 326    pictures : $fa-var-image,
 327    pie : $fa-var-chart-pie,
 328    pin : $fa-var-thumbtack,
 329    play-2 : $fa-var-play,
 330    play-circle : $fa-var-play-circle,
 331    play : $fa-var-play,
 332    plug : $fa-var-plug,
 333    plus-2 : $fa-var-plus,
 334    plus-circle : $fa-var-plus-circle,
 335    plus-square : $fa-var-plus-square,
 336    plus : $fa-var-plus,
 337    power-cord : $fa-var-plug,
 338    power-off : $fa-var-power-off,
 339    previous : $fa-var-backward,
 340    print : $fa-var-print,
 341    printer : $fa-var-print,
 342    project-diagram : $fa-var-project-diagram,
 343    protected : $fa-var-lock,
 344    publish : $fa-var-check,
 345    purge : $fa-var-trash,
 346    pushpin : $fa-var-thumbtack,
 347    puzzle-piece : $fa-var-puzzle-piece,
 348    puzzle : $fa-var-puzzle-piece,
 349    question-2 : $fa-var-question-circle,
 350    question-circle : $fa-var-question-circle,
 351    question-sign : $fa-var-question,
 352    question : $fa-var-question,
 353    quote-2 : $fa-var-quote-right,
 354    quote-3 : $fa-var-comment,
 355    quote : $fa-var-quote-left,
 356    quotes-left : $fa-var-quote-left,
 357    quotes-right : $fa-var-quote-right,
 358    radio-checked : $fa-var-check-circle,
 359    radio-unchecked : $fa-var-circle,
 360    redo-2 : $fa-var-sync,
 361    redo : $fa-var-share,
 362    refresh : $fa-var-sync,
 363    register : $fa-var-arrow-alt-circle-right,
 364    remove : $fa-var-times,
 365    reply : $fa-var-arrow-alt-circle-left,
 366    rightarrow : $fa-var-chevron-right,
 367    rss : $fa-var-rss,
 368    save-copy : $fa-var-copy,
 369    save-new : $fa-var-plus,
 370    save : $fa-var-save,
 371    scissors : $fa-var-cut,
 372    screen : $fa-var-desktop,
 373    screwdriver : $fa-var-wrench,
 374    search-minus : $fa-var-search-minus,
 375    search-plus : $fa-var-search-plus,
 376    search : $fa-var-search,
 377    select-file : $fa-var-copy,
 378    share-alt : $fa-var-share,
 379    share : $fa-var-share,
 380    shield-alt : $fa-var-shield-alt,
 381    shield : $fa-var-shield-alt,
 382    shuffle : $fa-var-random,
 383    signup : $fa-var-sign-in-alt,
 384    sliders-h : $fa-var-sliders-h,
 385    smiley-2 : $fa-var-smile,
 386    smiley-happy-2 : $fa-var-smile,
 387    smiley-happy : $fa-var-smile,
 388    smiley-neutral-2 : $fa-var-smile,
 389    smiley-neutral : $fa-var-smile,
 390    smiley-sad-2 : $fa-var-frown,
 391    smiley-sad : $fa-var-frown,
 392    smiley : $fa-var-smile,
 393    sort : $fa-var-sort,
 394    spinner : $fa-var-spinner,
 395    square : $fa-var-square,
 396    stack : $fa-var-copy,
 397    star-2 : $fa-var-star-half,
 398    star-empty : $fa-var-star,
 399    star : $fa-var-star,
 400    stop-circle : $fa-var-stop-circle,
 401    stop : $fa-var-stop,
 402    success : $fa-var-check-square,
 403    support : $fa-var-life-ring,
 404    switch : $fa-var-power-off,
 405    sync : $fa-var-sync,
 406    tablet : $fa-var-tablet,
 407    tachometer-alt : $fa-var-tachometer-alt,
 408    tag-2 : $fa-var-tag,
 409    tag : $fa-var-tag,
 410    tags-2 : $fa-var-tags,
 411    tags : $fa-var-tags,
 412    tasks : $fa-var-tasks,
 413    text-width : $fa-var-text-width,
 414    th : $fa-var-th,
 415    th-large : $fa-var-th-large,
 416    thumbs-down : $fa-var-thumbs-down,
 417    thumbs-up : $fa-var-thumbs-up,
 418    times : $fa-var-times,
 419    toggle-off : $fa-var-toggle-off,
 420    toggle-on : $fa-var-toggle-on,
 421    tools : $fa-var-wrench,
 422    trash : $fa-var-trash,
 423    tree-2 : $fa-var-sitemap,
 424    tree : $fa-var-code-branch,
 425    trophy : $fa-var-trophy,
 426    unarchive : $fa-var-folder-open,
 427    unblock : $fa-var-sync,
 428    undo-2 : $fa-var-undo,
 429    undo : $fa-var-undo,
 430    unfeatured : $fa-var-circle,
 431    universal : $fa-var-universal-access,
 432    universal-access : $fa-var-universal-access,
 433    unlock-alt : $fa-var-unlock-alt,
 434    unlock : $fa-var-unlock,
 435    unpublish : $fa-var-times,
 436    uparrow : $fa-var-chevron-up,
 437    upload : $fa-var-upload,
 438    user-circle : $fa-var-user-circle,
 439    user-edit : $fa-var-user-edit,
 440    user-lock : $fa-var-user-lock,
 441    user-tag : $fa-var-user-tag,
 442    user : $fa-var-user,
 443    users-cog : $fa-var-users-cog,
 444    users : $fa-var-users,
 445    vcard : $fa-var-address-card,
 446    video-2 : $fa-var-play,
 447    video : $fa-var-video,
 448    wand : $fa-var-magic,
 449    warning-2 : $fa-var-exclamation-triangle,
 450    warning-circle : $fa-var-exclamation-circle,
 451    warning : $fa-var-exclamation-triangle,
 452    wifi : $fa-var-wifi,
 453    wrench : $fa-var-wrench,
 454    zoom-in : $fa-var-search-plus,
 455    zoom-out : $fa-var-search-minus
 456  ) !default;
 457  
 458  // Parse standard icons mapping array
 459  @each $jicon-key, $jicon-value in $jicons {
 460    .#{$jicon-css-prefix}-#{$jicon-key} {
 461      &:before {
 462        content: fa-content($jicon-value);
 463      }
 464    }
 465  }


Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer