aboutsummaryrefslogtreecommitdiff
path: root/src/App.css
diff options
context:
space:
mode:
authorLibravatar Renard 2019-09-28 14:54:31 -0300
committerLibravatar Renard 2019-09-28 14:54:31 -0300
commit264cdffad09d06d82204b26b168dbc4946189090 (patch)
tree34009d486c9d63dbb3d1956ceae51771ef048025 /src/App.css
parentc4208fd48611e22416ef76e5926f8ef69808c1c5 (diff)
downloadbai-client-264cdffad09d06d82204b26b168dbc4946189090.tar.gz
bai-client-264cdffad09d06d82204b26b168dbc4946189090.tar.xz
bai-client-264cdffad09d06d82204b26b168dbc4946189090.zip
Nuevo logo
Diffstat (limited to 'src/App.css')
-rw-r--r--src/App.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/App.css b/src/App.css
index 33249a4..1b07bbf 100644
--- a/src/App.css
+++ b/src/App.css
@@ -132,4 +132,23 @@
.footer.night {
color: rgba(255, 255, 255, 0.7);
+}
+
+#baiLogo {
+ font-weight: 800;
+ color: transparent;
+ font-size: 150px;
+ -webkit-background-clip: text;
+ position: relative;
+ text-align: center;
+ line-height: 120px;
+ letter-spacing: -8px;
+}
+
+.whiLogo {
+ background: url("./background.png");
+}
+
+.invLogo {
+ background: url("./background_inv.png");
} \ No newline at end of file