pricing->addtocart->login|register->checkout page OK
This commit is contained in:
@@ -1250,6 +1250,10 @@ header[role="banner"] {
|
||||
margin: 0; }
|
||||
header[role="banner"] #block-userlogin .item-list ul li a {
|
||||
font-size: 0.756em; }
|
||||
header[role="banner"] #block-userblock h2 {
|
||||
display: none; }
|
||||
header[role="banner"] #block-userblock a {
|
||||
margin-right: 1em; }
|
||||
header[role="banner"] #block-header {
|
||||
margin-right: 1em;
|
||||
padding-left: 1em;
|
||||
|
||||
132
web/themes/custom/materiotheme/assets/dist/main.js
vendored
132
web/themes/custom/materiotheme/assets/dist/main.js
vendored
File diff suppressed because one or more lines are too long
@@ -61,11 +61,11 @@ import 'theme/assets/styles/main.scss'
|
||||
initVRouter();
|
||||
initVSiteBrandingBlock()
|
||||
initVPagetitleBlock()
|
||||
initVUserBlock()
|
||||
initVHeaderMenu()
|
||||
initVMainContent()
|
||||
initVSearchBlock()
|
||||
}
|
||||
initVUserBlock()
|
||||
}
|
||||
|
||||
function initVRouter(){
|
||||
|
||||
@@ -125,6 +125,18 @@ header[role="banner"]{
|
||||
}
|
||||
}
|
||||
|
||||
// non-vue userblock
|
||||
#block-userblock{
|
||||
h2{display:none;}
|
||||
a{
|
||||
margin-right: 1em;
|
||||
}
|
||||
}
|
||||
// vue userblock
|
||||
#user-tools{
|
||||
|
||||
}
|
||||
|
||||
// menu
|
||||
#block-header{
|
||||
margin-right: 1em;
|
||||
|
||||
Reference in New Issue
Block a user