Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correcao de bugs caio #23

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
6 changes: 6 additions & 0 deletions .scannerwork/report-task.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
projectKey=shuup
serverUrl=http://localhost:9000
serverVersion=10.4.0.87286
dashboardUrl=http://localhost:9000/dashboard?id=shuup
ceTaskId=0d82e080-98c7-473f-a7c3-b8c16cd23607
ceTaskUrl=http://localhost:9000/api/ce/task?id=0d82e080-98c7-473f-a7c3-b8c16cd23607
3 changes: 1 addition & 2 deletions shuup/admin/static_src/base/scss/shuup/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -183,13 +183,12 @@ body.order-create #scroll-to-top .scroll-to-top-button {
justify-content: center;
align-items: center;

color: var(--primary);
transform: translateY(0);

&:hover {
color: var(--primary-light);
animation-timing-function: ease-in-out;
animation: jump 0.1s linear forwards;
animation-timing-function: ease-in-out;
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion shuup/admin/static_src/base/scss/shuup/content-blocks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@
.active-theme {
&::before {
content: '\f00c';
font-family: 'FontAwesome';
font-family: 'FontAwesome', 'monospace';
width: 32px;
height: 32px;
color: $white;
Expand Down
Loading