Plugin Directory

Changeset 3382703


Ignore:
Timestamp:
10/22/2025 02:46:39 PM (5 months ago)
Author:
riffaz
Message:

Block checkout Front UT

Location:
clean-checkout-for-woocommerce/assets
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • clean-checkout-for-woocommerce/assets/css/riffaz-wccc-styles.css

    r3303768 r3382703  
    158158
    159159.wccc-mfi-wrapper .wccc-mfi-content span { color: #dc3232; font-weight: 800; }
     160
     161.riffaz-wccc-note-badge{
     162  display:inline-block;
     163  margin-left:8px;
     164  padding:2px 8px;
     165  font-size:12px;
     166  line-height:18px;
     167  background:#eef5ff;
     168  color:#0c64d2;
     169  border:1px solid #cfe0ff;
     170  border-radius:999px;
     171  vertical-align:middle;
     172}
     173
     174.wccc-help-footer{
     175  margin-top: 16px;
     176  padding: 16px 0 6px;
     177  border-top: 1px solid #e5e5e5;
     178  text-align: center;
     179}
     180.wccc-help-title{
     181  margin: 0 0 8px;
     182  font-size: 14px;
     183  font-weight: 600;
     184}
     185.wccc-help-line{
     186  margin: 4px 0;
     187  font-size: 13px;
     188}
     189.wccc-help-line a{
     190  text-decoration: none;
     191  color: #0c64d2; /* match your button blue */
     192}
     193.wccc-help-line a:hover{ text-decoration: underline; }
     194.wccc-emoji{ margin-right: 6px; }
Note: See TracChangeset for help on using the changeset viewer.