Skip to content

Commit

Permalink
fix: file cleaned
Browse files Browse the repository at this point in the history
  • Loading branch information
Wagner3UB committed Mar 11, 2024
1 parent 16ace3f commit 463dcfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion theme/ItaliaTheme/Subsites/ItaliaTheme/_common.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@use '../all_variables' as *;

@mixin common($subsite-tertiary, $subsite-tertiary-text, $subsite-link-color) {
@mixin common($subsite-tertiary, $subsite-tertiary-text) {
.btn-tertiary {
@include button-variant($subsite-tertiary, $subsite-tertiary-text);

Expand Down
6 changes: 1 addition & 5 deletions theme/ItaliaTheme/Subsites/_mixin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,7 @@
$subsite-tertiary,
$subsite-link-color
);
@include it-common.common(
$subsite-tertiary,
$subsite-tertiary-text,
$subsite-link-color
);
@include it-common.common($subsite-tertiary, $subsite-tertiary-text);

a,
&.cms-ui .public-ui a {
Expand Down

0 comments on commit 463dcfd

Please sign in to comment.