mirror of
https://github.com/logos-storage/logos-storage-marketplace-ui-components.git
synced 2026-01-05 23:13:10 +00:00
Fix input group background
This commit is contained in:
parent
894c6d95d0
commit
6fd2ee9d5c
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@codex-storage/marketplace-ui-components",
|
||||
"version": "0.0.49",
|
||||
"version": "0.0.50",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@codex-storage/marketplace-ui-components",
|
||||
"version": "0.0.49",
|
||||
"version": "0.0.50",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@codex-storage/sdk-js": "^0.0.15",
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
"type": "git",
|
||||
"url": "https://github.com/codex-storage/codex-marketplace-ui-components"
|
||||
},
|
||||
"version": "0.0.49",
|
||||
"version": "0.0.50",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"prepack": "npm run build",
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
@property --codex-input-background-color {
|
||||
syntax: "<color>";
|
||||
inherits: false;
|
||||
inherits: true;
|
||||
initial-value: rgba(20, 20, 20, 0.6);
|
||||
}
|
||||
|
||||
|
||||
@ -10,6 +10,12 @@
|
||||
initial-value: rgba(150, 150, 150, 0.2);
|
||||
}
|
||||
|
||||
@property --codex-input-group-background-color {
|
||||
syntax: "<color>";
|
||||
inherits: true;
|
||||
initial-value: rgba(20, 20, 20, 0.6);
|
||||
}
|
||||
|
||||
.input-group {
|
||||
box-sizing: border-box;
|
||||
|
||||
@ -38,6 +44,7 @@
|
||||
border-bottom-right-radius: var(--codex-input-group-border-radius);
|
||||
height: 64px;
|
||||
box-sizing: border-box;
|
||||
background-color: var(--codex-input-group-background-color);
|
||||
|
||||
select {
|
||||
border-top-left-radius: 0;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user