github.com/thanos-io/thanos@v0.32.5/pkg/ui/react-app/src/themes/app.scss (about) 1 /* THIS FILE WAS COPIED INTO THANOS FROM PROMETHEUS 2 (LIVING AT https://github.com/prometheus/prometheus/blob/main/web/ui/react-app/src/themes/app.scss), 3 PROMETHEUS CODE WAS LICENSED UNDER AN APACHE 2.0 LICENSE, SEE 4 https://github.com/prometheus/prometheus/blob/main/LICENSE. 5 */ 6 7 /* This file contains styles that are applied to root document, which cannot be 8 nested under theme selectors. */ 9 10 html { 11 /* https://github.com/prometheus/prometheus/issues/7434 */ 12 /* Scroll to hash-fragment-links counting the fixed navbar 40px tall with 16px padding */ 13 scroll-padding-top: 56px; 14 } 15 16 /* Font used for autocompletion item icons. */ 17 @font-face { 18 font-family: 'codicon'; 19 src: local('codicon'), url(../fonts/codicon.ttf) format('truetype'); 20 }