File tree Expand file tree Collapse file tree 3 files changed +20
-18
lines changed Expand file tree Collapse file tree 3 files changed +20
-18
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ /* This file is provided by Docsy as an extension point for styling.
2
+ Add styles or import other files. */
3
+
4
+ @import " reset" ;
5
+
6
+ // K8S-Docsy integration
7
+ @import " custom" ;
8
+
9
+ // Media queries
10
+ @import " base" ;
11
+ @import " tablet" ;
12
+ @import " desktop" ;
Original file line number Diff line number Diff line change 1
- /* This file is provided by Docsy as an entry point to styling.
2
- Add styles or override variables from the theme here. */
3
-
4
- @import " reset" ;
5
- @import " skin" ;
6
-
7
- // K8S-Docsy integration
8
- @import " custom" ;
9
-
10
- // Media queries
11
- @import " base" ;
12
- @import " tablet" ;
13
- @import " desktop" ;
1
+ /* This file is provided by Docsy as an extension point for styling.
2
+ Override variables from the theme here. */
14
3
15
4
$primary : #326ce5 ;
16
5
6
+ $blue : #326ce5 ;
7
+ $light-grey : #f7f7f7 ;
8
+ $dark-grey : #303030 ;
9
+ $medium-grey : #4c4c4c ;
10
+ $white : #ffffff ;
11
+
17
12
// tooltip
18
13
$tooltip-bg : #555 ;
19
14
$tooltip-arrow-color : $tooltip-bg !default ;
You can’t perform that action at this time.
0 commit comments