Plugin Directory

Changeset 3241007


Ignore:
Timestamp:
02/15/2025 02:48:45 PM (14 months ago)
Author:
bitsstech
Message:

css fixes

Location:
shipment-tracker-for-woocommerce/trunk/public
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • shipment-tracker-for-woocommerce/trunk/public/class-bt-sync-shipment-tracking-public.php

    r3239462 r3241007  
    8888         */
    8989        wp_register_style('bt-sync-shipment-tracking-customer-shortcode-css', plugin_dir_url(__FILE__) . 'css/bt-sync-shipment-tracking-customer-shortcode.css', array(), $this->version, 'all');
     90        wp_register_style('bt-sync-shipment-tracking-primery-template-form-2', plugin_dir_url(__FILE__) . 'css/bt-sync-shipment-tracking-primery-template-form-2.css', array(), $this->version, 'all');
    9091        wp_register_style('bt-sync-shipment-tracking-public-css', plugin_dir_url(__FILE__) . 'css/bt-sync-shipment-tracking-public.css', array(), $this->version, 'all');
    9192        wp_register_style('bt-sync-shipment-tracking-leaflet-css', plugin_dir_url(__FILE__) . 'css/bt-sync-shipment-tracking-leaflet.css', array(), $this->version, 'all');
     
    22852286           
    22862287            wp_enqueue_style('bt-sync-shipment-tracking-customer-shortcode-css');
     2288            wp_enqueue_style('bt-sync-shipment-tracking-primery-template-form-2');
    22872289           
    22882290            $shipping_tracking_template = carbon_get_theme_option('bt_sst_tracking_page_template');
  • shipment-tracker-for-woocommerce/trunk/public/partials/bt_shipping_tracking_page_primary_template_second.php

    r3239462 r3241007  
    1212    $bt_tracking_form_heading_text = apply_filters( 'bt_tracking_form_heading_text', 'Take control of your deliveries<br>from the comfort of your own.');
    1313?>
    14 <style>
    15     .tracking-container {
    16         display: flex;
    17         flex-direction: column;
    18         /* justify-content: center; */
    19         align-items: center;
    20         /* height: 60vh; */
    21         font-family: Arial, sans-serif;
    22         text-align: center;
    23         /* border: 1px solid; */
    24     }
    2514
    26     .tracking-text {
    27         font-size: 2rem;
    28         line-height: 1.5;
    29         margin-bottom: 20px;
    30     }
    31 
    32     .tracking-form-2 {
    33         /* display: flex; */
    34         flex-direction: column;
    35         gap: 10px;
    36         align-items: center;
    37     }
    38 
    39     .tracking-input {
    40         padding: 15px;
    41         width: 50%;
    42         border-radius:20px 0 0 20px;
    43         font-size: 1rem;
    44         text-align: center;
    45         border: none;
    46         background: #3c3c3c2b;
    47     }
    48 
    49     .tracking-button {
    50         padding: 15px 20px;
    51         border-radius: 0px 20px 20px 0px;
    52         cursor: pointer;
    53         font-size: 1rem;
    54         border: none;
    55         background: #005e4b;
    56         color: white;
    57     }
    58 
    59     .tracking-image {
    60         margin-bottom: 20px;
    61     }
    62 
    63     .tracking-image div {
    64         height: 250px;
    65         width: 250px;
    66         background-size: cover;
    67         background-position: center;
    68     }
    69 </style>
    70 
    71 <div class="tracking-container">
     15<div class="bt-sst-tracking-container bt-sst-tracking-primary-form-2">
    7216    <div class="">
    7317                    <?php
Note: See TracChangeset for help on using the changeset viewer.