Plugin Directory

Changeset 3326670


Ignore:
Timestamp:
07/12/2025 09:21:00 AM (9 months ago)
Author:
brainywpbd
Message:

Minor css design update

Location:
minifly
Files:
35 added
3 edited

Legend:

Unmodified
Added
Removed
  • minifly/trunk/assets/css/global-style.css

    r3313557 r3326670  
    2424    justify-content: flex-start;
    2525    align-items: center;
    26     background: #4CAF50;
     26    background: #288acb;
    2727    /* Nice green */
    2828    padding: 15px 25px;
     
    4040
    4141.sapmfly-admin-banner__logo img {
    42     height: 50px;
     42    height: 4rem;
    4343    width: auto;
    4444}
     
    5252.sapmfly-name {
    5353    margin: 0;
    54     font-size: 1.3rem;
     54    font-size: 2rem;
    5555    font-weight: 600;
    5656    color: #fff;
     
    5959.sapmfly-tagline {
    6060    margin: 0;
    61     font-size: 0.95rem;
     61    font-size: 1rem;
    6262    color: #ecf0f1;
    6363}
     
    7878    align-items: center;
    7979    padding-top: 5px;
     80    font-size: 1rem;
    8081}
    8182
     
    149150/* Change background when checked */
    150151input:checked+.sapmfly-slider {
    151     background: #4CAF50;
     152    background: #288acb;
    152153}
    153154
  • minifly/trunk/minifly.php

    r3318553 r3326670  
    44 * Plugin URI:        https://brainywp.com/minifly/
    55 * Description:       Minifly is your favorite, lightweight companion for better performance. Supercharge your site with tiny tools that make a big difference.
    6  * Version:           1.0.7
     6 * Version:           1.0.8
    77 * Requires at least: 5.2
    88 * Requires PHP:      7.2
  • minifly/trunk/readme.txt

    r3318553 r3326670  
    1 === Minifly - Site Enhancement,  White label and Custom Dashboard Solution  ===
     1=== Minifly - Site Enhancement,  White Label and Custom Dashboard Solution  ===
    22Contributors: brainywpbd
    33Tags: custom dashboard, white label, admin tools, WooCommerce option, theme customization, minifly
    44Requires at least: 5.2
    55Tested up to: 6.8
    6 Stable tag: 1.0.7
     6Stable tag: 1.0.8
    77Requires PHP: 7.2
    88License: GPLv2 or later
Note: See TracChangeset for help on using the changeset viewer.