File tree Expand file tree Collapse file tree 2 files changed +5
-10
lines changed
packages/uikit-workshop/src/sass/scss/04-components Expand file tree Collapse file tree 2 files changed +5
-10
lines changed Original file line number Diff line number Diff line change 7
7
* in the dropdown navigation.
8
8
*/
9
9
.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 ;
17
14
border-radius : 50% ;
18
15
background-color : $pl-color-state-info ;
19
- line-height : 4px ;
20
- text-indent : 10px ;
21
16
22
17
& --complete {
23
18
background-color : $pl-color-state-complete ;
Original file line number Diff line number Diff line change 50
50
*/
51
51
.pl-c-pattern__title-link {
52
52
display : inline-flex ; /* 1 */
53
- align-items : flex-start ; /* 1 */
53
+ align-items : center ; /* 1 */
54
54
padding : $pl-pad 0 0.3rem ;
55
55
color : $pl-color-gray-50 !important ;
56
56
text-decoration : none ;
You can’t perform that action at this time.
0 commit comments