Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Suthar (0.24 sec)

  1. docs/en/docs/css/termynal.css

    /**
     * termynal.js
     *
     * @author Ines Montani <******@****.***>
     * @version 0.0.1
     * @license MIT
     */
    
    :root {
        --color-bg: #252a33;
        --color-text: #eee;
        --color-text-subtle: #a2a2a2;
    }
    
    [data-termynal] {
        width: 750px;
        max-width: 100%;
        background: var(--color-bg);
        color: var(--color-text);
        /* font-size: 18px; */
        font-size: 15px;
    CSS
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Fri Sep 10 14:28:22 GMT 2021
    - 2.1K bytes
    - Viewed (0)
  2. src/main/webapp/css/admin/adminlte.min.css

    @charset "UTF-8";/*!
     *   AdminLTE v3.0.2
     *   Author: Colorlib
     *   Website: AdminLTE.io <http://adminlte.io>
     *   License: Open source - MIT <http://opensource.org/licenses/MIT>
     *//*!
     * Bootstrap v4.3.1 (https://getbootstrap.com/)
     * Copyright 2011-2019 The Bootstrap Authors
     * Copyright 2011-2019 Twitter, Inc.
     * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
    CSS
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Feb 07 10:28:50 GMT 2020
    - 641.1K bytes
    - Viewed (2)
Back to top