aboutsummaryrefslogtreecommitdiff
path: root/assets/css
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-04-21 14:37:44 +0200
committerMinteck <contact@minteck.org>2022-04-21 14:37:44 +0200
commit958a68292191d8a4c9024ca2f1f658135ab6f704 (patch)
tree114779ef1b2deb7430e91e30f029e151816d5977 /assets/css
parent7a7e357dcdd34e4a33a81eadc55548d579938f49 (diff)
downloadember-958a68292191d8a4c9024ca2f1f658135ab6f704.tar.gz
ember-958a68292191d8a4c9024ca2f1f658135ab6f704.tar.bz2
ember-958a68292191d8a4c9024ca2f1f658135ab6f704.zip
WIP projects page
Diffstat (limited to 'assets/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