]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/application.scss
Fix dev locale
[github/Chocobozzz/PeerTube.git] / client / src / sass / application.scss
index ba8701f5ca321e3a03c4b24e43a791ac5b07c8f2..dc0ffe912a67ed6186abb7840d7c43b423ef16bd 100644 (file)
@@ -132,6 +132,20 @@ label {
   .form-sub-title {
     flex-grow: 1;
   }
+
+  .admin-sub-nav a {
+    @include disable-default-a-behaviour;
+
+    font-size: 16px;
+    color: #000;
+    padding: 5px 15px;
+    border-radius: 0.25rem;
+
+    &.active {
+      font-weight: $font-semibold;
+      background-color: #f0f0f0;
+    }
+  }
 }
 
 .form-sub-title {