14
14
}
15
15
16
16
// Some common colors
17
- @mozillared : #c13832 ;
18
17
@lightbeige : #fcf9f4 ;
19
18
@darkbeige : #d7d3c8 ;
20
19
@green : #7abf88 ;
@@ -242,7 +241,7 @@ textarea:focus {
242
241
.page-title {
243
242
.font-size (72px );
244
243
text-align : center ;
245
- color : @mozillared ;
244
+ color : @mozillaRed ;
246
245
}
247
246
248
247
.head-stats {
@@ -293,11 +292,11 @@ textarea:focus {
293
292
position : absolute ;
294
293
top : 0 ;
295
294
z-index : 1 ;
296
- background : @mozillared ;
295
+ background : @mozillaRed ;
297
296
padding : 40px 0 10px ;
298
297
width : 100% ;
299
298
min-height : 40px ;
300
- border-bottom : 1px solid darken (@mozillared , 5% );
299
+ border-bottom : 1px solid darken (@mozillaRed , 5% );
301
300
.section-dark ;
302
301
.clearfix ;
303
302
}
@@ -338,7 +337,7 @@ textarea:focus {
338
337
& :hover ,
339
338
& :focus ,
340
339
& :active {
341
- background-color : lighten (@mozillared , 10% );
340
+ background-color : lighten (@mozillaRed , 10% );
342
341
background-color : rgba (255 , 255 , 255 , .1 );
343
342
color : #fff ;
344
343
text-decoration : none ;
@@ -352,7 +351,7 @@ textarea:focus {
352
351
.button-flat ;
353
352
border-radius : 6px ;
354
353
margin-top : 10px ;
355
- background-color : darken (@mozillared , 10% );
354
+ background-color : darken (@mozillaRed , 10% );
356
355
bottom : 10px ;
357
356
left : 10px ;
358
357
width : auto ;
@@ -375,7 +374,7 @@ textarea:focus {
375
374
border-style : solid ;
376
375
border-width : 13px ;
377
376
border-color : transparent ;
378
- border-top-color : @mozillared ;
377
+ border-top-color : @mozillaRed ;
379
378
content : ' ' ;
380
379
height : 0 ;
381
380
left : 50% ;
@@ -627,7 +626,7 @@ textarea:focus {
627
626
margin-left : -95px ;
628
627
width : 180px ;
629
628
height : 180px ;
630
- border : 5px solid @mozillared ;
629
+ border : 5px solid @mozillaRed ;
631
630
border-radius : 100% ;
632
631
}
633
632
}
@@ -699,7 +698,7 @@ textarea:focus {
699
698
color : lighten (@textColorPrimary , 40% );
700
699
701
700
& :after {
702
- color : @mozillared ;
701
+ color : @mozillaRed ;
703
702
}
704
703
}
705
704
@@ -827,9 +826,9 @@ textarea:focus {
827
826
height : 170px ;
828
827
text-align : center ;
829
828
display : block ;
830
- border : 5px solid @mozillared ;
829
+ border : 5px solid @mozillaRed ;
831
830
border-radius : 100% ;
832
- background : @mozillared ;
831
+ background : @mozillaRed ;
833
832
color : #fff ;
834
833
line-height : 1.1 ;
835
834
position : relative ;
@@ -864,7 +863,7 @@ textarea:focus {
864
863
text-decoration : none ;
865
864
866
865
.event-date {
867
- background : lighten (@mozillared , 5% );
866
+ background : lighten (@mozillaRed , 5% );
868
867
}
869
868
870
869
.event-title ,
@@ -1092,7 +1091,7 @@ textarea:focus {
1092
1091
.errorlist {
1093
1092
margin : 0 ;
1094
1093
padding : .25em 0 ;
1095
- color : @mozillared ;
1094
+ color : @mozillaRed ;
1096
1095
1097
1096
li {
1098
1097
width : auto ;
@@ -1132,8 +1131,8 @@ textarea:focus {
1132
1131
1133
1132
& :before {
1134
1133
background-color : transparent ;
1135
- border : 5px solid @mozillared ;
1136
- color : @mozillared ;
1134
+ border : 5px solid @mozillaRed ;
1135
+ color : @mozillaRed ;
1137
1136
cursor : pointer ;
1138
1137
display : block ;
1139
1138
font-family : ' Font Awesome' ;
@@ -1273,7 +1272,7 @@ textarea:focus {
1273
1272
left : -4px ;
1274
1273
top : 0 ;
1275
1274
text-align : center ;
1276
- color : @mozillared ;
1275
+ color : @mozillaRed ;
1277
1276
}
1278
1277
}
1279
1278
@@ -1335,11 +1334,11 @@ textarea:focus {
1335
1334
}
1336
1335
1337
1336
#modal .window .inner header {
1338
- background-color : @mozillared ;
1337
+ background-color : @mozillaRed ;
1339
1338
}
1340
1339
1341
1340
#modal-close .button {
1342
- background : darken (@mozillared , 10% );
1341
+ background : darken (@mozillaRed , 10% );
1343
1342
box-shadow : none ;
1344
1343
}
1345
1344
@@ -1417,7 +1416,7 @@ textarea:focus {
1417
1416
text-align : center ;
1418
1417
1419
1418
.section-title {
1420
- color : @mozillared ;
1419
+ color : @mozillaRed ;
1421
1420
margin : 0 0 .15em ;
1422
1421
}
1423
1422
@@ -1476,7 +1475,7 @@ textarea:focus {
1476
1475
.mozillians-profile {
1477
1476
width : 450px ;
1478
1477
height : 450px ;
1479
- border : 5px solid @mozillared ;
1478
+ border : 5px solid @mozillaRed ;
1480
1479
border-radius : 100% ;
1481
1480
background : #fff url(' /media/img/contribute/mozillians-profile.png' ) center center no-repeat ;
1482
1481
float : left ;
@@ -1643,7 +1642,7 @@ textarea:focus {
1643
1642
.story-intro .photo {
1644
1643
width : 220px ;
1645
1644
height : 220px ;
1646
- border : 8px solid @mozillared ;
1645
+ border : 8px solid @mozillaRed ;
1647
1646
border-radius : 100% ;
1648
1647
position : absolute ;
1649
1648
left : 50% ;
@@ -1752,7 +1751,7 @@ textarea:focus {
1752
1751
1753
1752
.name {
1754
1753
font-weight : bold ;
1755
- color : @mozillared ;
1754
+ color : @mozillaRed ;
1756
1755
}
1757
1756
1758
1757
.country {
@@ -2195,7 +2194,7 @@ textarea:focus {
2195
2194
#contribute-nav-menu {
2196
2195
display : none ;
2197
2196
width : 160px ;
2198
- background : @mozillared ;
2197
+ background : @mozillaRed ;
2199
2198
padding : 0 5px 5px ;
2200
2199
border-radius : 6px ;
2201
2200
left : 0 ;
0 commit comments