123456789101112131415161718192021222324252627282930313233 |
- .wp-block-srh-offcanvas-menu {
- display: flex;
- align-items: center;
- padding: 10px;
- border: 1px dashed #ccc;
- }
- .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;
- }
|