offset the demo store notice when admin bar present. Closes #2109
This commit is contained in:
parent
16ce42645d
commit
a14818a046
File diff suppressed because one or more lines are too long
|
@ -69,6 +69,12 @@ p.demo_store {
|
|||
.inset_box_shadow( 0, 0, 0, 3px, rgba(255,255,255,0.2) );
|
||||
}
|
||||
|
||||
.admin-bar { // Styles applied when the admin bar is present
|
||||
p.demo_store {
|
||||
top:28px;
|
||||
}
|
||||
}
|
||||
|
||||
.woocommerce, .woocommerce-page { // namespace to avoid conflict with common global class names
|
||||
|
||||
small.note {
|
||||
|
|
Loading…
Reference in New Issue