Skip to content

Commit

Permalink
Enlarge academy-hat thingy
Browse files Browse the repository at this point in the history
  • Loading branch information
Omry Zobel authored and ZobelOmry committed Oct 24, 2022
1 parent 0d659f7 commit 453b0e6
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions src/styles/strigo-academy-hat.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,14 @@
position: fixed;
top: 50%;
right: 0;
width: 24px;
height: 28px;
width: 32px;
height: 36px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;

border: 1px solid #edf0f3;
border-right: none;
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2), 0px 8px 24px rgba(0, 0, 0, 0.14);
box-shadow: 0px 2px 1px rgb(0 0 0 / 12%), 0px 5px 8px rgb(0 0 0 / 26%);
border-radius: 8px 0px 0px 8px;

background-color: var(--customizable-hat-bg-color);
Expand Down Expand Up @@ -57,8 +55,8 @@
}

.strigo-academy-hat-icon {
width: 13px;
padding-bottom: 2px;
width: 16px;
padding-top: 1px;
fill: var(--customizable-hat-text-color);
}
}

0 comments on commit 453b0e6

Please sign in to comment.