Skip to content

Commit

Permalink
fix: update styles for pattern state dots
Browse files Browse the repository at this point in the history
  • Loading branch information
dcmouyard committed Sep 18, 2019
1 parent aea1c7f commit 7728acc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,12 @@
* in the dropdown navigation.
*/
.pl-c-pattern-state {
display: inline-block;
width: 5px;
height: 5px;
margin-left: 10px;
position: relative;
top: 5px;
left: 0;
width: 0.5em;
height: 0.5em;
margin-bottom: 0.25em;
margin-left: 0.5em;
border-radius: 50%;
background-color: $pl-color-state-info;
line-height: 4px;
text-indent: 10px;

&--complete {
background-color: $pl-color-state-complete;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
*/
.pl-c-pattern__title-link {
display: inline-flex; /* 1 */
align-items: flex-start; /* 1 */
align-items: center; /* 1 */
padding: $pl-pad 0 0.3rem;
color: $pl-color-gray-50 !important;
text-decoration: none;
Expand Down

0 comments on commit 7728acc

Please sign in to comment.