pricing->addtocart->login|register->checkout page OK

This commit is contained in:
2019-11-06 12:16:33 +01:00
parent c3a26a709e
commit eb6cb2db27
8 changed files with 151 additions and 92 deletions

View File

@@ -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;

File diff suppressed because one or more lines are too long

View File

@@ -61,11 +61,11 @@ import 'theme/assets/styles/main.scss'
initVRouter();
initVSiteBrandingBlock()
initVPagetitleBlock()
initVUserBlock()
initVHeaderMenu()
initVMainContent()
initVSearchBlock()
}
initVUserBlock()
}
function initVRouter(){

View File

@@ -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;