123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- .wp-block-srh-offcanvas-menu {
- position: relative;
- display: flex;
- align-items: center;
- }
- .hamburger-toggle.is-editor {
- cursor: default;
- pointer-events: none;
- opacity: 0.7;
- }
- .hamburger-toggle .hamburger-lines {
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- height: 24px;
- width: 24px;
- }
- .hamburger-toggle .hamburger-lines span {
- display: block;
- height: 2px;
- width: 100%;
- background-color: currentColor;
- }
- .hamburger-toggle .menu-text {
- margin-left: 8px;
- }
- .editor-styles-wrapper .hamburger-toggle {
- display: flex;
- align-items: center;
- gap: 8px;
- background: none;
- border: none;
- cursor: pointer;
- padding: 5px;
- }
- .editor-styles-wrapper .hamburger-lines {
- display: flex;
- flex-direction: column;
- gap: 4px;
- }
- .editor-styles-wrapper .hamburger-lines span {
- display: block;
- width: 25px;
- height: 3px;
- background-color: currentColor;
- }
- .editor-styles-wrapper .menu-text {
- font-size: 14px;
- }
|