]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/application.scss
Upgrade sequelize
[github/Chocobozzz/PeerTube.git] / client / src / sass / application.scss
index 25d79a0cb799ecdba2bc2ff650eee36d64156e3f..285339d4230612def2fbe38cd5abd06e946f7b10 100644 (file)
@@ -1,4 +1,5 @@
 @import '../../node_modules/video.js/dist/video-js.css';
+@import './video-js-custom.scss';
 
 [hidden] {
   display: none !important;
@@ -13,26 +14,23 @@ input.readonly {
   border-radius: 0;
 }
 
-.glyphicon-black {
-  color: black;
+.dropdown-menu {
+  border-radius: 0;
 }
 
-.header {
-  height: $header-height;
-
-  .search-col {
-    height: 100%;
-    margin-left: -15px;
-    padding: 0;
-  }
+.glyphicon-black {
+  color: black;
 }
 
 .main-col {
-  padding: 0;
 
-  .main-row {
+  .content-padding {
     padding: 15px 30px;
 
+    @media screen and (max-width: 800px) {
+      padding: 15px 10px;
+    }
+
     @media screen and (min-width: 1400px) {
       padding: 15px 40px;
     }
@@ -47,38 +45,6 @@ input.readonly {
   }
 }
 
-.title-menu-left {
-  height: calc(100vh - #{$header-height});
-  padding-right: 0;
-
-  .title-menu-left-block {
-    margin-left: -15px;
-
-    &.menu {
-      height: 100%;
-    }
-  }
-
-  #peertube-title {
-    background-color: #fff;
-    border-right: 2px solid $header-border-color;
-    font-size: 25px;
-    line-height: $header-height;
-    text-align: center;
-    margin-top: 0;
-    margin-bottom: 0;
-
-    a {
-      color: inherit !important;
-
-      &:hover {
-        color: inherit !important;
-        text-decoration: none !important;
-      }
-    }
-  }
-}
-
 /* some fixes for ng2-smart-table */
 ng2-smart-table {
   thead tr {
@@ -99,11 +65,3 @@ ng2-smart-table {
     font-family: 'Glyphicons Halflings' !important;
   }
 }
-
-footer {
-  border-top: 1px solid rgba(0, 0, 0, 0.2);
-  padding-top: 10px;
-  text-align: center;
-  font-size: small;
-  margin-top: 30px;
-}