From 212124e022e68f8c03bfe24bdf08787404126c8c Mon Sep 17 00:00:00 2001 From: Noah Loomans Date: Wed, 10 May 2017 15:31:30 +0200 Subject: Add ICT in de Wolken presentation --- slides/security/style.css | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 slides/security/style.css (limited to 'slides/security/style.css') 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; +} -- cgit v1.1