mirror of
https://github.com/Crazyco-xyz/48hr.email.git
synced 2026-01-10 03:29:36 +01:00
fix buttons
This commit is contained in:
parent
b4683e97a7
commit
1f45db1886
1 changed files with 4 additions and 3 deletions
|
|
@ -83,8 +83,7 @@ text-muted {
|
||||||
}
|
}
|
||||||
|
|
||||||
.action-links {
|
.action-links {
|
||||||
display: flex;
|
float: right;
|
||||||
gap: 12px;
|
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
/* aligns all links to the right */
|
/* aligns all links to the right */
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
|
|
@ -94,8 +93,10 @@ text-muted {
|
||||||
|
|
||||||
.action-links a {
|
.action-links a {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
margin-bottom: 0.5rem;
|
||||||
padding: 10px 16px;
|
padding: 10px 16px;
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
|
text-align: center;
|
||||||
background: rgba(155, 77, 202, 0.2);
|
background: rgba(155, 77, 202, 0.2);
|
||||||
border: 1px solid rgba(155, 77, 202, 0.35);
|
border: 1px solid rgba(155, 77, 202, 0.35);
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|
@ -103,7 +104,7 @@ text-muted {
|
||||||
backdrop-filter: blur(12px) saturate(120%);
|
backdrop-filter: blur(12px) saturate(120%);
|
||||||
-webkit-backdrop-filter: blur(12px) saturate(120%);
|
-webkit-backdrop-filter: blur(12px) saturate(120%);
|
||||||
box-shadow: 0 5px 15px rgba(155, 77, 202, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.08);
|
box-shadow: 0 5px 15px rgba(155, 77, 202, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.08);
|
||||||
transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
|
transition: transform 0.2s ease, background 0.2s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
.action-links a:hover {
|
.action-links a:hover {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue