mirror of
https://github.com/logos-storage/logos-storage-marketplace-ui-components.git
synced 2026-08-11 00:43:34 +00:00
Fix minor style issue
This commit is contained in:
parent
6fd2ee9d5c
commit
8da0a6c25b
@ -45,6 +45,7 @@
|
||||
|
||||
svg {
|
||||
min-width: 20px;
|
||||
color: white;
|
||||
}
|
||||
|
||||
h6 {
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
@property --codex-toast-color {
|
||||
syntax: "<color>";
|
||||
inherits: false;
|
||||
inherits: true;
|
||||
initial-value: rgb(111, 203, 148);
|
||||
}
|
||||
|
||||
@ -31,6 +31,12 @@
|
||||
max-width: 450px;
|
||||
margin: auto;
|
||||
|
||||
@media screen and (max-width: 800px) {
|
||||
& {
|
||||
max-width: 300px;
|
||||
}
|
||||
}
|
||||
|
||||
&[aria-hidden] {
|
||||
top: -1000px;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user