Răsfoiți Sursa

Remove button-small class.
New size of ordinary buttons mean that it is no longer needed.

Lee Morgan 5 ani în urmă
părinte
comite
9076770da2
2 a modificat fișierele cu 1 adăugiri și 22 ștergeri
  1. 1 1
      views/dashboardPage/ejs/strands/analytics.ejs
  2. 0 21
      views/shared/shared.css

+ 1 - 1
views/dashboardPage/ejs/strands/analytics.ejs

@@ -15,7 +15,7 @@
                 <input id="analEndDate" type="date">
             </div>
 
-            <button id="analDateBtn" class="button-small">SUBMIT</button>
+            <button id="analDateBtn" class="button">SUBMIT</button>
         </div>
     </div>
 

+ 0 - 21
views/shared/shared.css

@@ -203,22 +203,6 @@ button::-moz-focus-inner{
         background: rgb(240, 252, 255);
     }
 
-.button-small{
-    background: rgb(255, 99, 107);
-    border: none;
-    text-decoration: none;
-    border-radius: 4px;
-    margin: 5px;
-    padding: 3px;
-    color: white;
-    transition: 0.3s;
-    text-align: center;
-    font-size: 15px;
-    font-weight: bold;
-    min-width: 100px;
-    cursor: pointer;
-}
-
 .linkButton{
     background: none;
     border: none;
@@ -235,11 +219,6 @@ button::-moz-focus-inner{
     margin-right: 39px;
 }
 
-    .button-small:hover{
-        background: rgb(0, 27, 45);
-        color: rgb(240, 252, 255);
-    }
-
 .buttonDisabled{
     background: gray;
     text-decoration: none;