paypal
[wolnelektury.git] / src / club / static / club / club.scss
index 892faf4..6b533e2 100644 (file)
         flex: 1;
     }
 }
+
+
+.methods {
+    .button {
+        border: 1px solid black;
+        border-radius: 10px;
+        padding: 10px;
+        margin-right: 3%;
+
+        &.active {
+            background: #9ACD3240;
+        }
+    }
+}