]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/bootstrap.scss
slightly clearer layout of transcoding configuration
[github/Chocobozzz/PeerTube.git] / client / src / sass / bootstrap.scss
index 208c7f582afb65c08cb228cffaf4093b7ad318d1..0bb349a456afef6bf3c31e4f6fccff70f70cc67a 100644 (file)
@@ -361,3 +361,25 @@ ngb-tooltip-window {
     display: none;
   }
 }
+
+.callout {
+       padding: 1.25rem;
+       border: 1px solid #eee;
+  border-radius: .25rem;
+
+  & > label {
+    position: relative;
+    top: -5px;
+    left: -10px;
+    color: #6c757d !important;
+  }
+
+  &:not(.callout-light) {
+    border-left-width: .25rem;
+  }
+  
+  &.callout-info {
+    border-color: pvar(--mainColorLightest);
+    border-left-color: pvar(--mainColor);
+  }
+}