]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/app.component.scss
Add credit
[github/Chocobozzz/PeerTube.git] / client / src / app / app.component.scss
index dc4dcf28bcb2aa6eb2730afb0817361654f7420b..f11552ef6d9c511388f106fc81a3aaf432cbb8d2 100644 (file)
     margin-top: 0;
     margin-bottom: 0;
 
+    display: flex;
+    flex-direction: column;
+    justify-content: center;
+    text-align: center;
+
     a {
       color: inherit !important;
+      display: block;
+      background: url(/client/assets/logo.png) no-repeat;
+      background-size: contain;
+      width: 180px;
+      height: 22px;
+      margin: auto;
 
       &:hover {
         color: inherit !important;
   }
 }
 
+my-search {
+  // Fix col-md-* padding
+  padding: 0;
+}
+
 footer {
-  border-top: 1px solid rgba(0, 0, 0, 0.2);
-  padding: 10px;
+  border-top: 1px solid $footer-border-color;
+  padding: 10px 0;
   text-align: center;
-  font-size: small;
-  margin: 30px 10px 0 10px;
+  font-size: 11px;
+  margin-top: 30px;
 }