20 lines
485 B
CSS
20 lines
485 B
CSS
|
/*
|
||
|
Theme Name: Simple theme
|
||
|
Author: Nikita
|
||
|
Version: 1.0.0
|
||
|
Text Domain: simple-theme
|
||
|
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
|
||
|
*/
|
||
|
|
||
|
.headbar-centeritems .a:hover>.sub-menu {
|
||
|
display: block;
|
||
|
}
|
||
|
.attention-block {
|
||
|
background: #F2F5FF;
|
||
|
padding: 25px 45px;
|
||
|
border-left: 4px solid #6A2BE3;
|
||
|
}
|
||
|
.menu-item-has-children {
|
||
|
border: 1px solid darkviolet;
|
||
|
}
|