You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
455 B
27 lines
455 B
.root { |
|
display: flex; |
|
align-items: center; |
|
justify-content: center; |
|
width: max-content; |
|
svg { |
|
width: clamp(2.5rem, 8vw, 50px); |
|
height: clamp(2.5rem, 8vw, 50px); |
|
} |
|
} |
|
|
|
.contrast { |
|
padding: 5px; |
|
border-radius: 50%; |
|
svg { |
|
width: clamp(2rem, 7vw, 40px); |
|
height: clamp(2rem, 7vw, 40px); |
|
} |
|
} |
|
|
|
.simple { |
|
background-color: transparent; |
|
svg { |
|
width: clamp(2.5rem, 8vw, 50px); |
|
height: clamp(2.5rem, 8vw, 50px); |
|
} |
|
}
|
|
|