add shine to studio shortcut
This commit is contained in:
@@ -12,12 +12,25 @@
|
||||
border-radius: 10rem;
|
||||
background: #EEA971;
|
||||
color: var(--color-deepBrick);
|
||||
overflow: hidden;
|
||||
text-decoration: none;
|
||||
position: relative;
|
||||
|
||||
&:after {
|
||||
content: "";
|
||||
background: url("/assets/graphics/studio-2026/studio-shiny.svg") no-repeat center / contain;
|
||||
position: absolute;
|
||||
top: -2%;
|
||||
left: -2%;
|
||||
width: 1rem;
|
||||
height: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
.logo {
|
||||
width: 6rem;
|
||||
overflow: hidden;
|
||||
border-top-left-radius: 10rem;
|
||||
border-bottom-left-radius: 10rem;
|
||||
}
|
||||
|
||||
.text {
|
||||
@@ -46,6 +59,11 @@
|
||||
justify-content: space-between;
|
||||
gap: var(--spacing-s);
|
||||
padding: 0 1rem 0 0;
|
||||
|
||||
&:after {
|
||||
width: .7rem;
|
||||
height: .7rem;
|
||||
}
|
||||
}
|
||||
|
||||
.logo {
|
||||
|
||||
Reference in New Issue
Block a user