@@ -48,6 +48,38 @@ $border-width: 1px;
48
48
$border-radius : $spacer-3xs ;
49
49
$border-radius-md : $spacer-xxs ;
50
50
51
+ $gap : 30px ;
52
+ $footer-height : 180px ;
53
+ $header-height : 50px ;
54
+ $promo-banner-height : 42.5px ;
55
+ $promo-banner-height-large : 70px ;
56
+ $header-height-large : 80px ;
57
+ $max-content-width : 1440px ;
58
+ $max-footer-width : 1030px ;
59
+ $max-full-width : 1190px ;
60
+ $promo-banner-header-height : $promo-banner-height + $header-height ;
61
+ $promo-banner-header-height-large : $promo-banner-height-large + $header-height-large ;
62
+ $search-box-width : 318px ;
63
+ $secondary-side-nav-width : 286px ;
64
+ $side-nav-width : 357px ;
65
+ $side-nav-width-collapsed : 126px ;
66
+
67
+
68
+ // Breakpoint variables
69
+ $small : 0px ;
70
+ $medium : 640px ;
71
+ $large : 1024px ;
72
+ $xlarge : 1200px ;
73
+ $xxlarge : 1440px ;
74
+
75
+ // Font variables
76
+ $font-base-family : " Roboto" , sans-serif ;
77
+ $font-icons-family : " FontAwesome" ;
78
+
79
+ $font-md : 16px ;
80
+ $font-sm : 14px ;
81
+ $font-xs : 12px ;
82
+
51
83
:root {
52
84
--white : #{$white } ;
53
85
--gray-50 : #{$gray-50 } ;
@@ -84,13 +116,16 @@ $border-radius-md: $spacer-xxs;
84
116
--navigation-bg : #{$navigation-bg } ;
85
117
--card-bg : var (--white );
86
118
--admonition : #{$admonition } ;
119
+ --scollbar-bg : #b3bac5 ;
120
+ --tooltip-bg : #{$gray-900 } ;
87
121
88
122
--shadow-lg : 0px 4px 25px rgba (0 , 0 , 0 , 0.15 );
89
123
--border-width : #{$border-width } ;
90
124
--border-radius : #{$border-radius } ;
91
125
--border-radius-md : #{$border-radius-md } ;
92
-
126
+ --line-number : #5a7184 ;
93
127
--logo-url : " ../img/logo-scylla-horizontal-color.svg" ;
128
+
94
129
}
95
130
96
131
.dark {
0 commit comments