8
8
@import url(https://github.com/%3Cspan%20class=%22pl-s%22%3E%3Cspan%20class=%22pl-pds%22%3E"%3C/span%3Etypeahead.less%3Cspan%20class=%22pl-pds%22%3E"%3C/span%3E%3C/span%3E);
9
9
10
10
@baseFontSize : 13px ;
11
- @grayDark : #404f60 ;
12
- @gray : #465262 ;
11
+ @grayDark : #4a535e ;
12
+ @gray : #4f5760 ;
13
13
@navbarInverseLinkBackgroundActive : #333 ;
14
14
@orange : #fb4226 ;
15
15
@black : #111 ;
16
16
@white : #fff ;
17
17
@sentry-orange : #fb4226 ;
18
- @blue : #49a9e6 ;
18
+ @blue : #56AFE8 ;
19
19
20
- @linkColor : @blue ;
20
+ @linkColor : darken ( @blue , 10 % ) ;
21
21
22
- @linkColorHover : darken (#1783c8 , 10 % );
22
+ @linkColorHover : darken (@blue , 25 % );
23
23
24
24
@iconSpritePath : " ../bootstrap/img/glyphicons-halflings.png" ;
25
25
@iconWhiteSpritePath : " ../bootstrap/img/glyphicons-halflings-white.png" ;
76
76
text-decoration : none ;
77
77
.transition (color linear .2s );
78
78
cursor : pointer ;
79
- }
80
- a :hover {
81
- color : @linkColorHover ;
82
- text-decoration : none ;
79
+ & :hover {
80
+ color : @linkColorHover ;
81
+ text-decoration : none ;
82
+ }
83
83
}
84
84
85
85
p {
139
139
/* ============================= Layout ============================== */
140
140
141
141
header {
142
- background : #465262 ;
142
+ background : @grayDark ;
143
143
color : #fff ;
144
144
padding : 20px 0 19px ;
145
145
margin : 0 0 30px ;
@@ -190,6 +190,8 @@ header {
190
190
list-style : none ;
191
191
float : left ;
192
192
margin-left : 30px ;
193
+ line-height : 1 ;
194
+
193
195
a {
194
196
font-size : 15px ;
195
197
}
@@ -1705,8 +1707,8 @@ legend {
1705
1707
}
1706
1708
1707
1709
.image {
1708
- border : 1px solid #E9EBEC ;
1709
- padding : 20 px ;
1710
+ border : 1px solid #e1e4e5 ;
1711
+ padding : 15 px ;
1710
1712
border-radius : 4px ;
1711
1713
}
1712
1714
@@ -1902,7 +1904,7 @@ legend {
1902
1904
& :hover ,
1903
1905
& :focus {
1904
1906
.transition (none );
1905
- color : #465262 ;
1907
+ color : @grayDark ;
1906
1908
background-color : #dee3e9 ;
1907
1909
}
1908
1910
}
@@ -2297,9 +2299,11 @@ table.integrations {
2297
2299
display : block ;
2298
2300
margin : 0 0 20px 0 ;
2299
2301
padding : 18px 20px 12px ;
2300
- border : 1px solid #E9EBEC ;
2302
+ border : 1px solid darken (#E9EBEC , 2.5 );
2303
+ box-shadow : 0 1px 2px rgba (70 , 82 , 98 , .06 );
2301
2304
position : relative ;
2302
- border-radius : 7px ;
2305
+ border-radius : 5px ;
2306
+ overflow : hidden ;
2303
2307
2304
2308
.loading {
2305
2309
display : none ;
@@ -2321,7 +2325,7 @@ table.integrations {
2321
2325
white-space : nowrap ;
2322
2326
overflow : hidden ;
2323
2327
text-overflow : ellipsis ;
2324
- color : #465262 ;
2328
+ color : @grayDark ;
2325
2329
font-weight : 500 ;
2326
2330
2327
2331
a {
@@ -2441,14 +2445,15 @@ table.integrations {
2441
2445
.container {
2442
2446
max-width : 1100px ;
2443
2447
}
2448
+
2444
2449
header {
2445
2450
background : none ;
2446
2451
color : @gray-dark ;
2447
- padding : 40 px 0 ;
2452
+ padding : 30 px 0 ;
2448
2453
margin-bottom : 0 ;
2449
2454
2450
2455
#logo {
2451
- font-size : 32 px ;
2456
+ font-size : 30 px ;
2452
2457
}
2453
2458
.user-nav {
2454
2459
margin-top : 8px ;
@@ -2467,8 +2472,8 @@ table.integrations {
2467
2472
}
2468
2473
2469
2474
.content {
2470
- // border-top: 3px solid #f1f2f3 ;
2471
- padding-top : 15 px ;
2475
+ border-top : 1 px solid lighten ( #E9EBEC , 2 ) ;
2476
+ padding-top : 40 px ;
2472
2477
2473
2478
.sidebar {
2474
2479
h4 {
@@ -2554,6 +2559,7 @@ table.integrations {
2554
2559
2555
2560
pre , code {
2556
2561
background : lighten (#f1f2f3 , 3 );
2562
+ border : 1px solid #e1e4e5 ;
2557
2563
}
2558
2564
2559
2565
.github {
@@ -2564,7 +2570,7 @@ table.integrations {
2564
2570
2565
2571
.nav-tabs {
2566
2572
li {
2567
- margin-bottom : -3 px ;
2573
+ margin-bottom : -1 px ;
2568
2574
}
2569
2575
}
2570
2576
}
0 commit comments