Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Commit 9a227b7

Browse files
committed
css changes related to pattern state
1 parent fd56ca2 commit 9a227b7

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

public/styleguide/css/states.css

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,14 @@
22
margin-right: 4px;
33
content: "\2022";
44
display: inline-block;
5+
margin-bottom: -4px;
6+
font-size: 18px;
7+
vertical-align: bottom;
58
}
69

710
.sg-nav .sg-pattern-state:before {
11+
margin-top: -4px;
12+
margin-bottom: 0;
813
margin-left: -4px;
914
height: 20px;
1015
display: block;
@@ -17,13 +22,13 @@
1722
}
1823

1924
.inprogress:before {
20-
color: rgb(210, 30, 30) !important;
25+
color: #FF4136 !important;
2126
}
2227

2328
.inreview:before {
24-
color: rgb(255, 164, 3) !important;
29+
color: #FFCC00 !important;
2530
}
2631

2732
.complete:before {
28-
color: rgb(3, 202, 3) !important;
33+
color: #2ECC40 !important;
2934
}

public/styleguide/css/styleguide.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@
588588
font-size: 1em; }
589589

590590
.sg-code-patternname {
591-
font-weight: bold; }
591+
color: #aaa; }
592592

593593
#sg-code-loader {
594594
display: none;

public/styleguide/css/styleguide.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -814,7 +814,7 @@ $animate-quick: 0.2s;
814814
}
815815

816816
.sg-code-patternname {
817-
font-weight: bold;
817+
color: #aaa;
818818
}
819819

820820
#sg-code-loader {

0 commit comments

Comments
 (0)