4
4
@import " bootstrap" ;
5
5
6
6
// Configuration
7
- @import " ./variables.less" ;
7
+ // @import "./variables.less";
8
+ @octicons-font-path : " fonts" ;
8
9
9
10
// Tweaks to bootstrap
10
11
@import " ./10strap.less" ;
@@ -50,8 +51,6 @@ html, body{
50
51
}
51
52
}
52
53
53
-
54
-
55
54
#statusbar {
56
55
background : 0 0 ;
57
56
position : fixed ;
@@ -60,7 +59,6 @@ html, body{
60
59
right : 0 ;
61
60
z-index : 1020 ;
62
61
63
-
64
62
.progress {
65
63
position : fixed ;
66
64
top : 0 ;
@@ -71,6 +69,7 @@ html, body{
71
69
z-index : 2000 ;
72
70
border-radius : 0 ;
73
71
transition : height 500ms cubic-bezier (0.600 , -0.280 , 0.735 , 0.045 );
72
+
74
73
.progress-bar {
75
74
background-color : @component-active-bg ;
76
75
}
@@ -80,15 +79,14 @@ html, body{
80
79
.spinner-circles {
81
80
width : 40px ;
82
81
height : 40px ;
83
-
84
82
position : relative ;
85
83
margin : 40px auto ;
86
84
87
85
.circle-1 , .circle-2 {
88
86
width : 100% ;
89
87
height : 100% ;
90
88
border-radius : 50% ;
91
- background-color : @brand-primary ;
89
+ background-color : @green2 ;
92
90
opacity : 0.6 ;
93
91
position : absolute ;
94
92
top : 0 ;
@@ -120,6 +118,48 @@ html, body{
120
118
}
121
119
122
120
123
- // styles for demo
124
121
122
+ // component styles
123
+ .collection-stats-holder {
124
+ position : absolute ;
125
+ right : 20px ;
126
+ }
127
+ .collection-stats {
128
+ float : left ;
129
+ font-weight : 200 ;
130
+ list-style : none ;
131
+ padding : 0 30px 0 0 ;
132
+ margin : 11px 30px 0 0 ;
133
+ border-right : 1px solid @gray7 ;
134
+
135
+ & :last-child {
136
+ border-right : none ;
137
+ padding : 0 ;
138
+ margin : 11px 0 0 0 ;
139
+ }
140
+ }
141
+ .collection-stats-item {
142
+ display : inline-block ;
143
+ margin-right : 10px ;
125
144
145
+ & :last-child {
146
+ margin-right : 0 ;
147
+ }
148
+ }
149
+ .collection-stats-primary-label {
150
+ text-transform : uppercase ;
151
+ letter-spacing : 1px ;
152
+ font-size : 12px ;
153
+ color : @gray3 ;
154
+ }
155
+ .collection-stats-primary-value {
156
+ font-size : 36px ;
157
+ line-height : 36px ;
158
+ }
159
+ .collection-stats-label {
160
+ font-size : 11px ;
161
+ color : @gray3 ;
162
+ }
163
+ .collection-stats-value {
164
+ font-size : 14px ;
165
+ }
0 commit comments