storj.io/minio@v0.0.0-20230509071714-0cbc90f649b1/browser/app/less/inc/variables.less (about)

     1  /*--------------------------
     2      Base
     3  ----------------------------*/
     4  @font-family-sans-serif             : 'Lato', sans-serif;
     5  @font-family-icon                   : 'Font Awesome 5 Free';
     6  @body-bg                            : #edecec;
     7  @text-color                         : #8e8e8e;
     8  @font-size-base                     : 15px;
     9  @link-color                         : #46a5e0;
    10  @link-hover-decoration              : none;
    11  
    12  
    13  /*--------------------------
    14      File Explorer
    15  ----------------------------*/
    16  @fe-sidebar-width                   : 320px;
    17  @fe-sidebar-bg                      : #00303f;
    18  @text-muted-color                   : #BDBDBD;
    19  @text-strong-color                  : #333;
    20  
    21  
    22  /*--------------------------
    23      Colors
    24  ----------------------------*/
    25  @cyan                               : #2ED2FF;
    26  @amber                              : #ffc107;
    27  @red                                : #ff726f;
    28  @grey                               : #f5f5f5;
    29  @dark-blue                          : #0084d3;
    30  @blue                               : #00a6f7;
    31  @white                              : #ffffff;
    32  @black                              : #1b1e25;
    33  @blue                               : #50b2ff;
    34  @light-blue                         : #c1d1e8;
    35  @green                              : #33d46f;
    36  @yellow                             : #FFC107;
    37  @orange                             : #ffc155;
    38  @purple                             : #9C27B0;
    39  @teal                               : #009688;
    40  @brown                              : #795548;
    41  @blue-gray                          : #374952;
    42  @dark-gray                          : #32393F;
    43  
    44  
    45  /*--------------------------
    46      Dropdown
    47  ----------------------------*/
    48  @dropdown-fallback-border           : transparent;
    49  @dropdown-border                    : transparent;
    50  @dropdown-divider-bg                : '';
    51  @dropdown-link-hover-bg             : rgba(0,0,0,0.05);
    52  @dropdown-link-color                : @text-color;
    53  @dropdown-link-hover-color          : #333;
    54  @dropdown-link-disabled-color       : #e4e4e4;
    55  @dropdown-divider-bg                : rgba(0,0,0,0.08);
    56  @dropdown-link-active-color         : #333;
    57  @dropdown-link-active-bg            : rgba(0, 0, 0, 0.075);
    58  @dropdown-shadow                    : 0 2px 10px rgba(0, 0, 0, 0.2);
    59  
    60  
    61  /*--------------------------
    62      Modal
    63  ----------------------------*/
    64  @modal-content-fallback-border-color:	transparent;
    65  @modal-content-border-color:			transparent;
    66  @modal-backdrop-bg:				        rgba(0,0,0,0.1);
    67  @modal-header-border-color:				transparent;
    68  @modal-title-line-height:				transparent;
    69  @modal-footer-border-color:				transparent;
    70  @modal-inner-padding:                   30px 35px;
    71  @modal-title-padding:                   30px 35px 0px;
    72  @modal-sm:                              400px;
    73  
    74  
    75  /*-------------------------
    76    Buttons
    77  --------------------------*/
    78  @btn-border-radius-large: 2px;
    79  @btn-border-radius-small: 2px;
    80  @btn-border-radius-base: 2px;
    81  
    82  
    83  /*-------------------------
    84    Colors
    85  --------------------------*/
    86  @brand-primary: #2298f7;
    87  @brand-success:             #4CAF50;
    88  @brand-info:                #00BCD4;
    89  @brand-warning:             #FF9800;
    90  @brand-danger:              #FF5722;
    91  
    92  
    93  /*-------------------------
    94      Form
    95  --------------------------*/
    96  @input-border:              #eee;
    97  
    98  
    99  /*-------------------------
   100      List
   101  --------------------------*/
   102  @list-row-selected-bg: #fbf2bf;
   103  @list-row-even-bg:          #fafafa;
   104  
   105  /*--------------------------
   106      Loading
   107  ---------------------------*/
   108  @loading-track-bg: #eeeeee;
   109  @loading-point-bg: #00303f;