aboutsummaryrefslogtreecommitdiff
path: root/slides/security/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'slides/security/style.css')
-rw-r--r--slides/security/style.css31
1 files changed, 31 insertions, 0 deletions
diff --git a/slides/security/style.css b/slides/security/style.css
new file mode 100644
index 0000000..7d58e78
--- /dev/null
+++ b/slides/security/style.css
@@ -0,0 +1,31 @@
+.profile {
+ background-color: rgba(255, 255, 255, 0.05);;
+ display: flex;
+ align-items: center;
+ border-radius: 8px;
+ max-width: 650px;
+ margin: 0 auto !important;
+}
+
+.profile img {
+ width: 120px;
+ height: 120px;
+ border-radius: 50%;
+ margin: 16px !important;
+}
+
+.profile .info {
+ margin: 16px;
+ text-align: left;
+}
+
+.profile .pgp-key {
+ font-family: "Roboto Mono";
+ font-size: 15px;
+ color: gray;
+}
+
+#changing-passwd {
+ text-transform: capitalize;
+ white-space: nowrap;
+}