decred.org/dcrdex@v1.0.5/client/webserver/site/src/css/icons.scss (about)

     1  /* icons */
     2  
     3  @font-face {
     4    font-family: "icomoon";
     5    src:
     6      url("/font/icomoon.ttf?u8i98qq") format("truetype"),
     7      url("/font/icomoon.woff?u8i98qq") format("woff"),
     8      url("/font/icomoon.svg?u8i98qq#icomoon") format("svg");
     9    font-weight: normal;
    10    font-style: normal;
    11  }
    12  
    13  [class^="ico-"],
    14  [class*=" ico-"] {
    15    /* use !important to prevent issues with browser extensions that change fonts */
    16    font-family: "icomoon", monospace !important;
    17    speak: none;
    18    font-style: normal;
    19    font-weight: normal;
    20    font-variant: normal;
    21    text-transform: none;
    22    line-height: 1;
    23  
    24    /* Better Font Rendering =========== */
    25    -webkit-font-smoothing: antialiased;
    26    -moz-osx-font-smoothing: grayscale;
    27  }
    28  
    29  .micro-icon {
    30    height: 15px;
    31    width: 15px;
    32  }
    33  
    34  .mini-icon {
    35    height: 20px;
    36    width: 20px;
    37  }
    38  
    39  .small-icon {
    40    height: 25px;
    41    width: 25px;
    42  }
    43  
    44  .medium-icon {
    45    height: 30px;
    46    width: 30px;
    47  }
    48  
    49  .large-icon {
    50    height: 40px;
    51    width: 40px;
    52  }
    53  
    54  .enourmous-icon {
    55    height: 50px;
    56    width: 50px;
    57  }
    58  
    59  .ico-spinner::before {
    60    content: "\e97b";
    61  }
    62  
    63  .ico-settings::before {
    64    content: "\e995";
    65  }
    66  
    67  .ico-plus::before {
    68    content: "\ea0a";
    69  }
    70  
    71  .ico-minus::before {
    72    content: "\ea0b";
    73  }
    74  
    75  .ico-check::before {
    76    content: "\ea10";
    77    display: inline-block;
    78    color: var(--buy-color);
    79  }
    80  
    81  .ico-bell::before {
    82    content: "\e900";
    83  }
    84  
    85  .ico-locked::before {
    86    content: "\e98f";
    87  }
    88  
    89  .ico-unlocked::before {
    90    content: "\e990";
    91  }
    92  
    93  .ico-sleeping::before {
    94    content: "\e901";
    95  }
    96  
    97  .ico-cross::before {
    98    content: "\e902";
    99  }
   100  
   101  .ico-profile::before {
   102    content: "\e903";
   103  }
   104  
   105  .ico-disconnected::before {
   106    content: "\e904";
   107  }
   108  
   109  .ico-search::before {
   110    content: "\e905";
   111  }
   112  
   113  .ico-expired::before {
   114    content: "\e906";
   115  }
   116  
   117  .ico-info::before {
   118    content: "\e907";
   119  }
   120  
   121  .ico-textfile::before {
   122    content: "\e908";
   123  }
   124  
   125  .ico-open::before {
   126    content: "\e909";
   127  }
   128  
   129  .ico-sync::before {
   130    content: "\e90a";
   131  }
   132  
   133  .ico-target::before {
   134    content: "\e90b";
   135  }
   136  
   137  .ico-arrowright::before {
   138    content: "\e90c";
   139  }
   140  
   141  .ico-arrowdown::before {
   142    content: "\e90c";
   143    display: inline-block;
   144    transform: rotate(90deg);
   145  }
   146  
   147  .ico-arrowleft::before {
   148    content: "\e90c";
   149    display: inline-block;
   150    transform: rotate(180deg);
   151  }
   152  
   153  .ico-wide-headed-left-arrow::before {
   154    content: "\e919";
   155    display: inline-block;
   156  }
   157  
   158  .ico-arrowup::before {
   159    content: "\e90c";
   160    display: inline-block;
   161    transform: rotate(-90deg);
   162  }
   163  
   164  .ico-checkbox::before {
   165    content: "\e90d";
   166  }
   167  
   168  .ico-connection::before {
   169    content: "\e90e";
   170  }
   171  
   172  .ico-rocket::before {
   173    content: "\e90f";
   174  }
   175  
   176  .ico-copy::before {
   177    content: "\e910";
   178  }
   179  
   180  .ico-qrcode::before {
   181    content: "\e911";
   182  }
   183  
   184  .ico-send::before {
   185    content: "\e912";
   186  }
   187  
   188  .ico-exchange::before {
   189    content: "\e913";
   190  }
   191  
   192  .ico-pause::before {
   193    content: "\e914";
   194  }
   195  
   196  .ico-hamburger::before {
   197    content: "\e915";
   198  }
   199  
   200  .ico-barchart::before {
   201    content: "\e916";
   202  }
   203  
   204  .ico-edit::before {
   205    content: "\e917";
   206  }
   207  
   208  .ico-ticket::before {
   209    content: "\e918";
   210  }
   211  
   212  .ico-robot::before {
   213    content: "\e91a";
   214  }
   215  
   216  .ico-secretagent::before {
   217    content: "\e91b";
   218  }
   219  
   220  .ico-lever::before {
   221    content: "\e91c";
   222  }