Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
joshine
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
joshine
Commits
d91291c0
Commit
d91291c0
authored
Sep 27, 2022
by
lmf
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://47.99.244.21:9999/root/joshine
parents
5cf0f0f2
a1c51586
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
79 additions
and
0 deletions
+79
-0
app/code/Magento/Customer/view/frontend/templates/address/edit.phtml
+73
-0
app/design/frontend/Joshine/breeze/Magento_Wishlist/templates/view.phtml
+6
-0
No files found.
app/code/Magento/Customer/view/frontend/templates/address/edit.phtml
View file @
d91291c0
...
...
@@ -27,6 +27,79 @@ $viewModel = $block->getViewModel();
<?php
$_streetValidationClass
=
$viewModel
->
addressGetAttributeValidationClass
(
'street'
);
?>
<?php
$_streetValidationClassNotRequired
=
trim
(
str_replace
(
'required-entry'
,
''
,
$_streetValidationClass
));
?>
<?php
$_regionValidationClass
=
$viewModel
->
addressGetAttributeValidationClass
(
'region'
);
?>
<style
type=
"text/css"
>
@media
(
min-width
:
768px
){
.form-edit-account
>
.fieldset
,
.form-address-edit
>
.fieldset
{
float
:
none
;
width
:
100%
;
max-width
:
none
;
}
}
.action.primary
{
vertical-align
:
middle
;
-webkit-transform
:
perspective
(
1px
)
translateZ
(
0
);
transform
:
perspective
(
1px
)
translateZ
(
0
);
box-shadow
:
0
0
1px
rgb
(
0
0
0
/
0%
);
border-radius
:
0px
;
background-color
:
#222222
;
box-shadow
:
none
;
color
:
#ffffff
;
display
:
inline-block
;
font-family
:
'Outfit'
,
sans-serif
;
font-weight
:
normal
;
padding
:
18px
50px
;
line-height
:
1
;
text-shadow
:
none
;
text-transform
:
capitalize
;
white-space
:
nowrap
;
font-size
:
13px
;
border-radius
:
2px
;
border
:
2px
solid
#222222
;
background-image
:
none
;
text-align
:
center
;
border
:
none
;
text-transform
:
uppercase
;
font-weight
:
normal
!important
;
transition
:
all
0.4s
ease
;
-webkit-transition
:
all
0.4s
ease
;
}
input
:not
([
type
]),
input
[
type
=
"text"
],
input
[
type
=
"password"
],
input
[
type
=
"date"
],
input
[
type
=
"datetime"
],
input
[
type
=
"datetime-local"
],
input
[
type
=
"month"
],
input
[
type
=
"week"
],
input
[
type
=
"email"
],
input
[
type
=
"number"
],
input
[
type
=
"search"
],
input
[
type
=
"tel"
],
input
[
type
=
"time"
],
input
[
type
=
"url"
],
input
[
type
=
"color"
],
textarea
{
border
:
1px
solid
#e1e1e1
;
height
:
50px
;
padding
:
5px
;
border-radius
:
3px
;
box-shadow
:
none
;
}
select
{
background
:
#ffffff
;
background-clip
:
padding-box
;
border
:
1px
solid
#c2c2c2
;
border-radius
:
1px
;
font-family
:
'Open Sans'
,
'Helvetica Neue'
,
Helvetica
,
Arial
,
sans-serif
;
font-size
:
14px
;
height
:
32px
;
line-height
:
1.42857143
;
padding
:
5px
10px
4px
;
vertical-align
:
baseline
;
width
:
100%
;
box-sizing
:
border-box
;
}
.fieldset
>
.field
:not
(
.choice
)
>
.label
{
color
:
#666666
;
font-size
:
14px
;
}
.account
.fieldset
.legend
{
font-size
:
18px
;
border
:
none
;
}
input
{
box-shadow
:
inset
0
-2px
#e7e7e7
;
}
.field.choice
>[
type
=
"radio"
],
.field.choice
>[
type
=
"checkbox"
]
{
margin-top
:
4px
;
}
</style>
<form
class=
"form-address-edit"
action=
"
<?=
$escaper
->
escapeUrl
(
$block
->
getSaveUrl
())
?>
"
method=
"post"
...
...
app/design/frontend/Joshine/breeze/Magento_Wishlist/templates/view.phtml
View file @
d91291c0
...
...
@@ -11,6 +11,12 @@
.action.primary.tocart
{
height
:
42px
;
}
@media
(
max-width
:
767.98px
){
.action.primary.tocart
{
width
:
auto
;
}
}
button
,
.action.primary
,
input
[
type
=
'submit'
],
input
[
type
=
'reset'
],
input
[
type
=
'button'
],
.pagebuilder-button-primary
,
.pagebuilder-button-secondary
,
.pagebuilder-button-link
{
background
:
#000000
;
color
:
#ffffff
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment