Implemented Effect View for skills
This commit is contained in:
12
rpg-docs/client/views/layout/layout.css
Normal file
12
rpg-docs/client/views/layout/layout.css
Normal file
@@ -0,0 +1,12 @@
|
||||
#accountSummary {
|
||||
padding-top: 32px;
|
||||
min-height: 146px;
|
||||
background-image: url(/png/paper-dice-crown.png);
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
background-position: center center;
|
||||
}
|
||||
|
||||
#mainContentSection {
|
||||
display: initial !important;
|
||||
}
|
||||
Reference in New Issue
Block a user