mirror of
https://github.com/YouHaveTrouble/GuildMaster.git
synced 2026-05-11 22:16:59 +00:00
add gradient background for adventurer portraits
This commit is contained in:
@@ -104,6 +104,8 @@ export default defineComponent({
|
||||
width: 100%;
|
||||
max-width: 15rem;
|
||||
aspect-ratio: 1/1;
|
||||
background: rgb(2,0,36);
|
||||
background: radial-gradient(circle, rgba(2,0,36,1) 0%, rgb(69, 69, 84) 57%, rgb(85, 112, 117) 100%);
|
||||
|
||||
img {
|
||||
width: 100%;
|
||||
|
||||
@@ -50,6 +50,8 @@ export default defineComponent({
|
||||
line-height: 1;
|
||||
color: rgba(0, 0, 0, 0.75);
|
||||
position: relative;
|
||||
background: rgb(2,0,36);
|
||||
background: radial-gradient(circle, rgba(2,0,36,1) 0%, rgb(69, 69, 84) 57%, rgb(85, 112, 117) 100%);
|
||||
|
||||
.level {
|
||||
position: absolute;
|
||||
|
||||
Reference in New Issue
Block a user