Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
P
ptd
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Quan Nguyen
ptd
Commits
89b0cdad
Commit
89b0cdad
authored
May 18, 2020
by
Chi Bui
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
edit css
parent
02f02e97
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
4 deletions
+20
-4
styles.css
themes/contrib/estore/css/styles.css
+18
-2
page.html.twig
themes/contrib/estore/templates/system/page.html.twig
+2
-2
No files found.
themes/contrib/estore/css/styles.css
View file @
89b0cdad
...
@@ -773,7 +773,7 @@ article.commerce-product.teaser-mini .product-right{
...
@@ -773,7 +773,7 @@ article.commerce-product.teaser-mini .product-right{
color
:
#975050
!important
;
color
:
#975050
!important
;
}
}
.search
.input-group
button
{
.search
.input-group
button
{
font-size
:
1
2
px
;
font-size
:
1
4
px
;
text-transform
:
uppercase
;
text-transform
:
uppercase
;
border
:
0
;
border
:
0
;
position
:
absolute
;
position
:
absolute
;
...
@@ -782,7 +782,7 @@ article.commerce-product.teaser-mini .product-right{
...
@@ -782,7 +782,7 @@ article.commerce-product.teaser-mini .product-right{
right
:
-2px
;
right
:
-2px
;
background
:
#eb5235
;
background
:
#eb5235
;
color
:
#fff
;
color
:
#fff
;
font-weight
:
5
00
;
font-weight
:
6
00
;
padding
:
0
20px
;
padding
:
0
20px
;
min-width
:
110px
;
min-width
:
110px
;
border-radius
:
0
5px
5px
0
;
border-radius
:
0
5px
5px
0
;
...
@@ -986,6 +986,16 @@ header.navbar .block-search-navigation .search-icon {
...
@@ -986,6 +986,16 @@ header.navbar .block-search-navigation .search-icon {
/* invi 991 response */
/* invi 991 response */
@media
(
max-width
:
991px
)
{
@media
(
max-width
:
991px
)
{
.middle-header-wrapper
.container-fluid.fixed-top
{
height
:
60px
!important
}
footer
.field--type-text-with-summary
img
{
width
:
100%
!important
}
header
.navbar
.category-menu
.block-title
span
,
header
.link_content
.field--type-text-with-summary
p
{
font-size
:
14px
!important
}
.hl-link
img
{
.hl-link
img
{
height
:
24px
!important
height
:
24px
!important
}
}
...
@@ -3054,6 +3064,12 @@ p {
...
@@ -3054,6 +3064,12 @@ p {
.lead
{
.lead
{
font-size
:
21px
;
font-size
:
21px
;
}
}
.middle-header-wrapper
.region-right-middle-header
.cart-block-wrapper
{
margin
:
0
auto
;
position
:
absolute
!important
;
right
:
10px
!important
;
top
:
5px
!important
}
}
}
small
,
small
,
...
...
themes/contrib/estore/templates/system/page.html.twig
View file @
89b0cdad
...
@@ -140,7 +140,7 @@
...
@@ -140,7 +140,7 @@
{{
page.left_middle_header
}}
{{
page.left_middle_header
}}
{%
endif
%}
{%
endif
%}
</div>
</div>
<div
class=
"col-lg-6 col-md-6 col-xs-
2
order-button text-center"
>
<div
class=
"col-lg-6 col-md-6 col-xs-
1
order-button text-center"
>
<header
{{
navbar_attributes.addclass
(
navbar_classes
)
}}
id=
"navbar"
role=
"banner"
>
<header
{{
navbar_attributes.addclass
(
navbar_classes
)
}}
id=
"navbar"
role=
"banner"
>
<div
class=
"navbar-header"
>
<div
class=
"navbar-header"
>
{%
if
page.middle_header
%}
{%
if
page.middle_header
%}
...
@@ -154,7 +154,7 @@
...
@@ -154,7 +154,7 @@
</button>
</button>
</div>
</div>
<div
class=
"col-md-3 col-lg-3 col-xs-
3
"
>
<div
class=
"col-md-3 col-lg-3 col-xs-
4
"
>
{%
if
page.right_middle_header
%}
{%
if
page.right_middle_header
%}
{{
page.right_middle_header
}}
{{
page.right_middle_header
}}
{%
endif
%}
{%
endif
%}
...
...
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