diff options
author | crupest <crupest@outlook.com> | 2023-08-15 01:16:37 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-08-15 01:16:37 +0800 |
commit | 93bc2b9688ebc0dde2ae8d5cf3e3f2628d636ff0 (patch) | |
tree | d689ec372ce24c5c11a6524f99bb7617752fc91e /FrontEnd/src/views/common/button/Button.css | |
parent | e989478fcf77c30e26147310f5ce25dfb637d1b3 (diff) | |
download | timeline-93bc2b9688ebc0dde2ae8d5cf3e3f2628d636ff0.tar.gz timeline-93bc2b9688ebc0dde2ae8d5cf3e3f2628d636ff0.tar.bz2 timeline-93bc2b9688ebc0dde2ae8d5cf3e3f2628d636ff0.zip |
...
Diffstat (limited to 'FrontEnd/src/views/common/button/Button.css')
-rw-r--r-- | FrontEnd/src/views/common/button/Button.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/FrontEnd/src/views/common/button/Button.css b/FrontEnd/src/views/common/button/Button.css index 4e755dba..b5a4e2f5 100644 --- a/FrontEnd/src/views/common/button/Button.css +++ b/FrontEnd/src/views/common/button/Button.css @@ -1,7 +1,7 @@ .cru-button {
font-size: 1rem;
padding: 0.4em 0.8em;
- transition: all 0.5s;
+ transition: all 0.3s;
border-radius: 0.2em;
border: 1px solid;
cursor: pointer;
@@ -39,6 +39,7 @@ .cru-button.outline {
color: var(--cru-button-normal-color);
border-color: var(--cru-button-normal-color);
+ background-color: transparent;
}
.cru-button.outline:hover {
|