aboutsummaryrefslogtreecommitdiff
path: root/assets/css/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/main.css')
-rw-r--r--assets/css/main.css24
1 files changed, 24 insertions, 0 deletions
diff --git a/assets/css/main.css b/assets/css/main.css
index 2fb8f55..7658373 100644
--- a/assets/css/main.css
+++ b/assets/css/main.css
@@ -43,4 +43,28 @@ nav.navbar {
.faq-separator {
background-color: gray;
margin: 1rem -20px;
+}
+
+.stylized-card {
+ background: rgba(0, 0, 0, .5) !important;
+ text-align: center;
+}
+
+.stylized-card-icon {
+ width: 64px;
+ height: 64px;
+ margin-bottom: 5px;
+ border-radius: 10px;
+ background: rgba(255, 255, 255, .1);
+}
+
+.col-lg-4 {
+ padding-top: calc(var(--bs-gutter-x) * .5);
+ padding-bottom: calc(var(--bs-gutter-x) * .5);
+}
+
+.memberview-icon {
+ width: 48px;
+ height: 48px;
+ vertical-align: middle;
} \ No newline at end of file