bep40 commited on
Commit
22442da
·
1 Parent(s): f350419

CSS cho nút chia sẻ BIGSALE + bump big_sale.css v7

Browse files
Files changed (2) hide show
  1. big_sale.css +10 -1
  2. index.html +1 -1
big_sale.css CHANGED
@@ -331,4 +331,13 @@
331
 
332
  #big-sale-floating:hover {
333
  animation: pulse-sale 2s infinite;
334
- }
 
 
 
 
 
 
 
 
 
 
331
 
332
  #big-sale-floating:hover {
333
  animation: pulse-sale 2s infinite;
334
+ }
335
+ /* Per-card "Chia sẻ link" button (SEO) */
336
+ .big-sale-share-btn{
337
+ width:100%;margin-top:8px;padding:8px 10px;border:none;border-radius:8px;
338
+ background:#1e40af;color:#fff;font-size:.72rem;font-weight:700;cursor:pointer;
339
+ display:inline-flex;align-items:center;justify-content:center;gap:5px;font-family:inherit;
340
+ transition:background .2s;
341
+ }
342
+ .big-sale-share-btn:hover{background:#1e3a8a;}
343
+ .big-sale-share-btn i{display:inline-block;}
index.html CHANGED
@@ -10,7 +10,7 @@
10
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" />
11
  <link rel="stylesheet" href="./src/style.css?gc=30" />
12
  <!-- BIG SALE Floating Promotion CSS -->
13
- <link rel="stylesheet" href="./big_sale.css?v=6" />
14
  </head>
15
  <body>
16
  <main id="app">
 
10
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" />
11
  <link rel="stylesheet" href="./src/style.css?gc=30" />
12
  <!-- BIG SALE Floating Promotion CSS -->
13
+ <link rel="stylesheet" href="./big_sale.css?v=7" />
14
  </head>
15
  <body>
16
  <main id="app">