This commit is contained in:
@@ -80,7 +80,7 @@
|
||||
sass-color.adjust($color, $alpha: -0.3) $pos2
|
||||
),
|
||||
url(../images/logo_bg.webp)
|
||||
85% 80% / 100%;
|
||||
85% 85% / 100%;
|
||||
}
|
||||
|
||||
*:focus {
|
||||
|
||||
@@ -11,19 +11,13 @@
|
||||
}
|
||||
|
||||
.settings-header {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
gap: var.$elem-spacing;
|
||||
padding: var.$block-spacing;
|
||||
border-radius: var.$block-radius var.$block-radius;
|
||||
@include common.topo-bg(radial, circle farthest-side at 50% 50%, color.$default-bg-light, 40%);
|
||||
|
||||
img {
|
||||
display: block;
|
||||
flex: 0 0 auto;
|
||||
height: auto;
|
||||
max-width: 100%;
|
||||
margin: auto;
|
||||
object-fit: contain;
|
||||
|
||||
&.logo-icon {
|
||||
@@ -31,6 +25,7 @@
|
||||
}
|
||||
&.logo-title {
|
||||
width: 70%;
|
||||
margin-top: var.$elem-spacing;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user