diff options
Diffstat (limited to 'src/components/shared/rtf.css')
| -rw-r--r-- | src/components/shared/rtf.css | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/src/components/shared/rtf.css b/src/components/shared/rtf.css index 1e97412..da439ee 100644 --- a/src/components/shared/rtf.css +++ b/src/components/shared/rtf.css @@ -11,13 +11,7 @@ padding-left: 0; list-style: none; } -.rtf.open .rtf--mb > * { - /* transform-origin: center center; */ - /* transform: rotate(360deg); */ - transition: ease-in-out transform 0.2s; -} .rtf.open .rtf--mb { - background: rgba(56, 124, 236, 0.92); box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12); } @@ -114,10 +108,10 @@ } .rtf--mb { - height: 48px; width: 48px; + height: 48px; + background: var(--btn-bg); z-index: 9999; - background: #387cec; display: inline-flex; justify-content: center; align-items: center; |
