diff options
| author | Haishan <[email protected]> | 2020-12-06 20:12:16 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2020-12-06 21:09:18 +0800 |
| commit | b0b0edab16c99ce9cef0bbb4cd10e05a3cb3ffd7 (patch) | |
| tree | f7b487afda73e507f7130b8057782d406ef71665 /src/components/shared/rtf.css | |
| parent | d2b01d80fb8dae8e3400bb09038d3afbcbd55495 (diff) | |
build: upgrade deps
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; |
