Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Join the Playtest on Steam Now: SpiritVale

Module:GameInfo/styles.css: Difference between revisions

From SpiritVale Wiki
No edit summary
Tags: Mobile edit Mobile web edit
No edit summary
Tags: Mobile edit Mobile web edit
Line 37: Line 37:
.sv-gi-top,
.sv-gi-top,
.sv-skill-top{
.sv-skill-top{
   padding:14px 14px 4px;
   /* was: padding:14px 14px 4px; */
   border-radius:22px 22px 0 0;
   padding:14px 18px 4px;
  overflow:visible;
}
}


.sv-gi-bottom,
.sv-gi-bottom,
.sv-skill-bottom{
.sv-skill-bottom{
   padding:10px 14px 12px;
   /* was: padding:10px 14px 12px; */
   border-top:1px solid rgba(59,75,99,0.80);
   padding:10px 18px 12px;
  border-radius:0 0 22px 22px;
  background-image:linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.10));
}
}