mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
wizard: revert a373d411f67cb1 now that new logos are in
This commit is contained in:
parent
6a7352e528
commit
4f0fdfa1a3
@ -171,14 +171,6 @@ body{
|
||||
}
|
||||
}
|
||||
|
||||
div.content-box.wizard {
|
||||
div {
|
||||
img {
|
||||
filter:invert(25%);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.tab-content{
|
||||
border-top: 0px;
|
||||
padding: 0px 0;
|
||||
|
||||
@ -6761,10 +6761,6 @@ body {
|
||||
padding-top: 15px;
|
||||
}
|
||||
|
||||
div.content-box.wizard div img {
|
||||
filter: invert(25%);
|
||||
}
|
||||
|
||||
.tab-content {
|
||||
border-top: 0px;
|
||||
padding: 0px 0;
|
||||
|
||||
@ -171,14 +171,6 @@ body{
|
||||
}
|
||||
}
|
||||
|
||||
div.content-box.wizard {
|
||||
div {
|
||||
img {
|
||||
filter:invert(25%);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.tab-content{
|
||||
border-top: 0px;
|
||||
padding: 0px 0;
|
||||
|
||||
@ -6760,10 +6760,6 @@ body {
|
||||
padding-top: 15px;
|
||||
}
|
||||
|
||||
div.content-box.wizard div img {
|
||||
filter: invert(25%);
|
||||
}
|
||||
|
||||
.tab-content {
|
||||
border-top: 0px;
|
||||
padding: 0px 0;
|
||||
|
||||
@ -60,7 +60,7 @@ if (isset($config['trigger_initial_wizard']) || isset($_GET['wizard_done'])):
|
||||
<div class="container-fluid col-xs-12 col-sm-10 col-md-9">
|
||||
<div class="row">
|
||||
<section class="col-xs-12">
|
||||
<div class="content-box wizard" style="padding: 20px;">
|
||||
<div class="content-box" style="padding: 20px;">
|
||||
<div class="table-responsive">
|
||||
<?php if (get_themed_filename('/images/default-logo.svg', true)): ?>
|
||||
<img src="<?= cache_safe(get_themed_filename('/images/default-logo.svg')) ?>" border="0" alt="logo" style="max-width:380px;" />
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user