17 lines
271 B
CSS
17 lines
271 B
CSS
img.logo {
|
|
border-radius: var(--pico-border-radius);
|
|
}
|
|
|
|
header .container {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
form a[role="button"] {
|
|
width: 100%;
|
|
}
|
|
|
|
i.ri-vip-crown-fill {
|
|
color: var(--pico-color-amber-200);
|
|
}
|