end responsive background
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
:global(.glassCard) {
|
||||
--glass-bg: #ffffff9f;
|
||||
}
|
||||
|
||||
input {
|
||||
width: 100%;
|
||||
@@ -7,7 +10,7 @@ input {
|
||||
border-radius: 10px;
|
||||
font-size: 19px;
|
||||
color: #111;
|
||||
background: rgba(255, 255, 255, 0.5);
|
||||
background: var(--glass-bg);
|
||||
box-shadow: 0 2px 6px rgba(91, 90, 90, 0.06) inset;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user