Skip to content

Commit 7728acc

Browse files
committed
fix: update styles for pattern state dots
1 parent aea1c7f commit 7728acc

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

packages/uikit-workshop/src/sass/scss/04-components/_pattern-states.scss

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,12 @@
77
* in the dropdown navigation.
88
*/
99
.pl-c-pattern-state {
10-
display: inline-block;
11-
width: 5px;
12-
height: 5px;
13-
margin-left: 10px;
14-
position: relative;
15-
top: 5px;
16-
left: 0;
10+
width: 0.5em;
11+
height: 0.5em;
12+
margin-bottom: 0.25em;
13+
margin-left: 0.5em;
1714
border-radius: 50%;
1815
background-color: $pl-color-state-info;
19-
line-height: 4px;
20-
text-indent: 10px;
2116

2217
&--complete {
2318
background-color: $pl-color-state-complete;

packages/uikit-workshop/src/sass/scss/04-components/_pattern.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
*/
5151
.pl-c-pattern__title-link {
5252
display: inline-flex; /* 1 */
53-
align-items: flex-start; /* 1 */
53+
align-items: center; /* 1 */
5454
padding: $pl-pad 0 0.3rem;
5555
color: $pl-color-gray-50 !important;
5656
text-decoration: none;

0 commit comments

Comments
 (0)