Skip to content

Commit 809b884

Browse files
committed
Iteration
1 parent acbc048 commit 809b884

30 files changed

Lines changed: 118 additions & 108 deletions

css/global.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ a:hover b {
3333
}
3434

3535
/* Space right of input */
36+
.page.header .menu .item:first-child {
37+
padding-left: 0em;
38+
}
3639
.page.header .menu .item .input {
3740
margin-right: 1em;
3841
}
@@ -92,7 +95,7 @@ a:hover b {
9295
---------------*/
9396

9497
.repo.menu:first-child {
95-
margin-top: 18px;
98+
margin-top: 0.35em;
9699
}
97100
.repo.menu ~ p {
98101
font-size: 11px;

css/layouts/home.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@
2121
}
2222

2323
#home .repo.description {
24-
margin: 1em 0em;
24+
margin: 0.35em 0em 1em;
2525
font-size: 16px;
2626
line-height: 22px;
27+
color: #666666;
2728
}
2829

2930

@@ -50,12 +51,12 @@
5051
-----------------*/
5152

5253
#home .recent.message {
53-
padding: 0.75em 1em;
54+
padding: 7px 9px;
5455
}
5556

5657
#home .latest.segment {
5758
border-top: 1px solid #DDD;
58-
padding: 0.5em;
59+
padding: 0.35em 0.5em;
5960
color: #999999;
6061
}
6162

css/ui/components/button.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
outline: none;
2222
border: none;
2323
vertical-align: baseline;
24-
background: #ffffff -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.05));
25-
background: #ffffff linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.05));
24+
background: #fbfbfb -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.05));
25+
background: #fbfbfb linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.05));
2626
color: #333333;
2727
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
2828
margin: 0em 0.25em 0em 0em;
@@ -40,8 +40,8 @@
4040
-moz-user-select: none;
4141
-ms-user-select: none;
4242
user-select: none;
43-
-webkit-transition: opacity 0.1s ease, background 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
44-
transition: opacity 0.1s ease, background 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
43+
-webkit-transition: opacity 0.1s ease, background 0.1s ease, color 0.1s ease, background 0.1s ease;
44+
transition: opacity 0.1s ease, background 0.1s ease, color 0.1s ease, background 0.1s ease;
4545
will-change: '';
4646
-webkit-tap-highlight-color: transparent;
4747
}
@@ -608,7 +608,7 @@
608608

609609
.ui.button > .icon:not(.button) {
610610
height: 13px;
611-
opacity: 0.8;
611+
opacity: 1;
612612
margin: 0em 0.30769231em 0em -0.15384615em;
613613
-webkit-transition: opacity 0.1s ease;
614614
transition: opacity 0.1s ease;

css/ui/components/button.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/ui/components/dropdown.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -866,7 +866,7 @@ select.ui.dropdown {
866866
.ui.dropdown.error,
867867
.ui.dropdown.error > .text,
868868
.ui.dropdown.error > .default.text {
869-
color: #9f3a38;
869+
color: #991111;
870870
}
871871
.ui.selection.dropdown.error {
872872
background: #fff6f6;
@@ -880,7 +880,7 @@ select.ui.dropdown {
880880
border-color: #e0b4b4;
881881
}
882882
.ui.dropdown.error > .menu > .item {
883-
color: #9f3a38;
883+
color: #991111;
884884
}
885885
.ui.multiple.selection.error.dropdown > .label {
886886
border-color: #e0b4b4;

css/ui/components/dropdown.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/ui/components/form.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@
525525
.ui.form .fields.error .field .ui.multiple.selection.dropdown > .label,
526526
.ui.form .field.error .ui.multiple.selection.dropdown > .label {
527527
background-color: #eacbcb;
528-
color: #9f3a38;
528+
color: #991111;
529529
}
530530

531531
/* Hover */

css/ui/components/form.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/ui/components/icon.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,16 @@ i.inverted.circular.black.icon {
391391
Sizes
392392
--------------------*/
393393

394+
i.mini.icon,
395+
i.mini.icons {
396+
line-height: 1;
397+
font-size: 0.69230769rem;
398+
}
399+
i.tiny.icon,
400+
i.tiny.icons {
401+
line-height: 1;
402+
font-size: 0.84615385rem;
403+
}
394404
i.small.icon,
395405
i.small.icons {
396406
line-height: 1;

css/ui/components/icon.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)