Skip to content

Commit

Permalink
add directive style 3
Browse files Browse the repository at this point in the history
  • Loading branch information
olton committed Feb 26, 2025
1 parent e9090ab commit 7727826
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/metro.all.css
Original file line number Diff line number Diff line change
Expand Up @@ -57012,7 +57012,7 @@ aside::after {
.directive-style-3 .icon {
right: auto;
left: 10px;
top: 10px;
top: 20px;
}

/* source/components/donut/donut.less */
Expand Down
2 changes: 1 addition & 1 deletion lib/metro.all.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/metro.css
Original file line number Diff line number Diff line change
Expand Up @@ -57012,7 +57012,7 @@ aside::after {
.directive-style-3 .icon {
right: auto;
left: 10px;
top: 10px;
top: 20px;
}

/* source/components/donut/donut.less */
Expand Down
2 changes: 1 addition & 1 deletion lib/metro.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion source/components/directive/directive.less
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,6 @@
.icon {
right: auto;
left: 10px;
top: 10px;
top: 20px;
}
}

0 comments on commit 7727826

Please sign in to comment.