| 12345678910111213141516171819202122232425 |
- $easeInOutCubic: cubic-bezier(0.65, 0, 0.35, 1);
- %transitionForCompactMode {
- // set transition-duration (normal -> compact)
- transition: all 300ms $easeInOutCubic;
- }
- /*
- * Styles
- */
- .grw-usermenu-notification-icon {
- position: absolute;
- top: -4px;
- left: 30px;
- }
- .draft-list-item {
- .icon-container {
- .icon-copy,
- .draft-delete,
- .icon-edit {
- cursor: pointer;
- }
- }
- }
|