]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/include/_bootstrap-variables.scss
Remove button height
[github/Chocobozzz/PeerTube.git] / client / src / sass / include / _bootstrap-variables.scss
index 41a1448c40324c4bc75fe8e8381609e2ace75e52..1c05f467aea20c469ea0bc4457bbc6c0e5b2b123 100644 (file)
@@ -1,4 +1,4 @@
-$dropdown-link-active-bg: inherit;
+@use '_variables' as *;
 
 $modal-footer-border-width: 0;
 $modal-md: 600px;
@@ -40,3 +40,21 @@ $input-focus-border-color: #ced4da;
 
 $nav-pills-link-active-bg: #F0F0F0;
 $nav-pills-link-active-color: #000;
+$nav-link-transition: none;
+
+$dropdown-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
+$dropdown-border-radius: 3px;
+$dropdown-link-active-color: pvar(--mainForegroundColor);
+$dropdown-link-active-bg: pvar(--mainBackgroundHoverColor);
+$dropdown-link-hover-color: pvar(--mainForegroundColor);
+$dropdown-link-hover-bg: pvar(--mainBackgroundHoverColor);
+$dropdown-color: pvar(--mainForegroundColor);
+$dropdown-bg: pvar(--mainBackgroundColor);
+
+$accordion-button-active-bg: pvar(--mainColorVeryLight);
+$accordion-button-active-color: pvar(--mainForegroundColor);
+$accordion-button-focus-border-color: pvar(--mainColorLightest);
+$accordion-button-focus-box-shadow: 0 0 0 .15rem pvar(--mainColorLightest);
+$accordion-border-color: pvar(--inputBorderColor);
+
+$input-group-addon-color: pvar(--mainForegroundColor);