Răsfoiți Sursa

properly size button elements

trwnh 6 ani în urmă
părinte
comite
a0db1a617d
1 a modificat fișierele cu 4 adăugiri și 1 ștergeri
  1. 4 1
      resources/assets/sass/custom.scss

+ 4 - 1
resources/assets/sass/custom.scss

@@ -280,7 +280,6 @@ body, button, input, textarea {
   background-position: 50%;
 }
 
-
 .status-photo img {
     object-fit: contain;
     width: 100%;
@@ -316,6 +315,10 @@ body, button, input, textarea {
       text-align: center;
       border-radius: 0 3px 3px 0;
   }
+  
+  .reactions button {
+      font-size: 1.575rem
+  }
 }
 
 .touch .card {