Update WagtailBranding.scss

Updated the size of the wrapper div and added suitable margins.
pull/11638/head
Shreshth Srivastava 2024-02-13 00:40:37 +05:30 zatwierdzone przez GitHub
rodzic bfa29201c3
commit 5fcd6f59e7
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 5 dodań i 4 usunięć

Wyświetl plik

@ -1,6 +1,6 @@
/* stylelint-disable declaration-no-important, selector-attribute-name-disallowed-list */
$logo-size: 110px;
$logo-size: 130px;
// Wagging animation
@keyframes tail-wag {
@ -70,14 +70,15 @@ $logo-size: 110px;
// Bird wrapper
&__icon-wrapper {
@apply w-bg-white-15 w-relative w-overflow-hidden hover:w-overflow-visible;
margin: auto;
margin: 0 -3%;
width: $logo-size;
height: $logo-size;
border-radius: 50%;
.sidebar--slim & {
width: 40px;
height: 40px;
width: 50px;
height: 50px;
margin: 0 -12%;
}
.page404__bg & {