Explorar o código

Add some different style to the buttons.

Lee Morgan %!s(int64=5) %!d(string=hai) anos
pai
achega
5748c9f80c
Modificáronse 2 ficheiros con 5 adicións e 7 borrados
  1. 2 3
      views/dashboardPage/sidebars.css
  2. 3 4
      views/shared/shared.css

+ 2 - 3
views/dashboardPage/sidebars.css

@@ -134,12 +134,11 @@
     background: rgb(179, 191, 209);
     border: none;
     text-decoration: none;
-    padding: 2px 10px;
+    padding: 10px 25px;
     color: rgb(255, 99, 107);
     cursor: pointer;
     text-align: center;
-    font-size: 20px;
-    font-weight: bold;
+    font-size: 15px;
     min-width: 100px;
     margin: 5px;
     max-height: 52px;

+ 3 - 4
views/shared/shared.css

@@ -183,7 +183,7 @@ button::-moz-focus-inner{
     background: rgb(0, 27, 45);
     border: none;
     text-decoration: none;
-    padding: 3px 10px;
+    padding: 10px 25px;
     color: rgb(255, 99, 107);
     cursor: pointer;
     text-align: center;
@@ -206,12 +206,11 @@ button::-moz-focus-inner{
     background: rgb(255, 99, 107);
     border: none;
     text-decoration: none;
-    padding: 2px 10px;
+    padding: 10px 25px;
     color: black;
     cursor: pointer;
     text-align: center;
-    font-size: 20px;
-    font-weight: bold;
+    font-size: 15px;
     min-width: 100px;
     margin: 5px;
     max-height: 52px;