- WordPress core y plugins - Tema Twenty Twenty-Four configurado - Plugin allow-unfiltered-html.php simplificado - .gitignore configurado para excluir wp-config.php y uploads 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
23 lines
402 B
SCSS
Executable File
23 lines
402 B
SCSS
Executable File
|
|
.tvu-admin-bar-button {
|
|
.ab-item {
|
|
.tvd-tooltipped {
|
|
display: block;
|
|
position: relative;
|
|
padding-left: 25px;
|
|
height: 100%;
|
|
}
|
|
}
|
|
}
|
|
|
|
.thrive-adminbar-icon-ultimatum {
|
|
background: url('img/ultimatum-admin-logo.png') no-repeat center center;
|
|
padding-left: 25px!important;
|
|
height: 20px!important;
|
|
width: 20px!important;
|
|
}
|
|
|
|
@import "prefixer";
|
|
|
|
@import "tooltip";
|