File tree Expand file tree Collapse file tree 5 files changed +23
-14
lines changed Expand file tree Collapse file tree 5 files changed +23
-14
lines changed Original file line number Diff line number Diff line change 15
15
"build:style-coder" : " sass src/scss/coder.scss:static/compiled/coder.css --style compressed" ,
16
16
"build:style-main" : " sass src/scss/style.scss:static/compiled/style.css --style compressed" ,
17
17
"watch:scripts" : " nodemon -e js -w src/js -x 'npm run build:scripts'" ,
18
- "watch:style-coder" : " nodemon -e css -w src/scss -x 'npm run build:style-coder'" ,
19
- "watch:style-main" : " nodemon -e css -w src/scss -x 'npm run build:style-main'" ,
18
+ "watch:style-coder" : " nodemon -e scss -w src/scss/coder. scss -x 'npm run build:style-coder'" ,
19
+ "watch:style-main" : " nodemon -e scss -w src/scss -x 'npm run build:style-main'" ,
20
20
"build" : " run-p build:*" ,
21
21
"watch" : " run-p watch:*"
22
22
},
23
23
"license" : " MIT" ,
24
24
"devDependencies" : {
25
- "@babel/cli" : " ^7.17 .10" ,
26
- "@babel/core" : " ^7.18.5 " ,
27
- "@babel/preset-env" : " ^7.18.2 " ,
28
- "babel-loader" : " ^8.2.5 " ,
29
- "nodemon" : " ^2 .0.16 " ,
25
+ "@babel/cli" : " ^7.22 .10" ,
26
+ "@babel/core" : " ^7.22.11 " ,
27
+ "@babel/preset-env" : " ^7.22.10 " ,
28
+ "babel-loader" : " ^9.1.3 " ,
29
+ "nodemon" : " ^3 .0.1 " ,
30
30
"npm-run-all" : " ^4.1.5" ,
31
- "sass" : " ^1.52.3 "
31
+ "sass" : " ^1.66.1 "
32
32
},
33
33
"dependencies" : {
34
34
"@getbase/base" : " ^5.2.0"
Original file line number Diff line number Diff line change 6
6
color : $color1 ;
7
7
font-size : .8em ;
8
8
text-align : center ;
9
- width : 12 em ;
9
+ flex : 1 1 9 em ;
10
10
}
11
11
12
12
.box-stat h4 {
17
17
.boxes {
18
18
background-color : $color3 ;
19
19
padding : 1em 0 ;
20
+ display : flex ;
21
+ flex-wrap : wrap ;
22
+ max-width : 100% ;
20
23
}
21
24
22
25
.boxes .box-stat :not (:last-child ) {
56
59
fill :rgb (128 ,177 ,211 )
57
60
}
58
61
59
- .meta {
60
- background-color : $color4 ;
62
+ // tabs
63
+ .button {
64
+ border-width : 1px 1px 0 1px ;
65
+ border-style : ridge ;
66
+ border-color : $color5 ;
67
+ padding : 1em ;
61
68
}
62
69
63
- // tabs
64
70
.button.active {
65
71
background-color : $color3 ;
66
72
}
Original file line number Diff line number Diff line change @@ -17,4 +17,5 @@ nav .button {
17
17
margin : .2rem 0 0 .2rem ;
18
18
padding : .4rem 1rem ;
19
19
display : inline ;
20
+ border-radius : .3em ;
20
21
}
Original file line number Diff line number Diff line change 1
1
$base-font-family : Roboto, Helvetica , sans-serif ;
2
- $base-font-size : 17 ;
2
+ $base-font-size : 18px ;
3
+ $base-line-height : 26px ;
3
4
$base-heading-font-family : Arial Black ;
4
5
$base-link-color : #0000ee ;
5
6
$base-link-hover-color : #0000ff ;
7
+ $grid-gutter : 0px ;
6
8
7
9
/* Import Base */
8
10
@import " ../../node_modules/@getbase/base/scss/_mixins" ;
Original file line number Diff line number Diff line change 1
1
{% raw %}
2
- < div class ="flex flex-wrap boxes ">
2
+ < div class ="boxes ">
3
3
< div class ="box-stat " title ="The number of loaded repositories this user has pushed to. ">
4
4
< i class ="fa fa-code " aria-hidden ="true "> </ i > Pushed to repos
5
5
< h4 > {{ repos_pushed.length }}</ h4 >
You can’t perform that action at this time.
0 commit comments